Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.h54 struct SMTP { struct
55 curl_pp_transfer transfer;
56 char *custom; /* Custom Request */
80 /* this is the 5-bytes End-Of-Body marker for SMTP */ argument
/external/autotest/client/common_lib/
Dmail_unittest.py16 class SMTP: class