Home
last modified time | relevance | path

Searched defs:SMTP (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dsmtp.h54 struct SMTP { struct
77 bool utf8_supported; /* If server supports SMTPUTF8 extension according argument
85 /* this is the 5-bytes End-Of-Body marker for SMTP */ argument
/third_party/curl/docs/
DFEATURES.md146 ## SMTP section in Features -- what curl can do
DURL-SYNTAX.md343 ## SMTP section in Scheme specific behaviors
/third_party/python/Lib/email/
Dpolicy.py222 SMTP = default.clone(linesep='\r\n') variable
/third_party/python/Lib/
Dsmtplib.py190 class SMTP: class