Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.h56 struct SMTP { struct
79 BIT(utf8_supported); /* If server supports SMTPUTF8 extension according argument
/external/curl/docs/
DFEATURES.md146 ## SMTP section in Features -- what curl can do
DURL-SYNTAX.md368 ## SMTP section in Scheme specific behaviors
/external/python/cpython3/Lib/email/
Dpolicy.py222 SMTP = default.clone(linesep='\r\n') variable
/external/python/cpython2/Lib/
Dsmtplib.py202 class SMTP: class
/external/python/cpython3/Lib/
Dsmtplib.py190 class SMTP: class