Searched defs:SMTP (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/lib/ | ||
D | smtp.h | 54 struct SMTP { struct |
/third_party/curl/docs/ | ||
D | FEATURES.md | 146 ## SMTP section in Features -- what curl can do |
D | URL-SYNTAX.md | 343 ## SMTP section in Scheme specific behaviors |
/third_party/python/Lib/email/ | ||
D | policy.py | 222 SMTP = default.clone(linesep='\r\n') variable |
/third_party/python/Lib/ | ||
D | smtplib.py | 190 class SMTP: class |