Home
last modified time | relevance | path

Searched defs:rcpt (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dsmtp.h57 struct curl_slist *rcpt; /* Recipient list */ member
/external/python/cpython2/Lib/
Dsmtplib.py483 def rcpt(self, recip, options=[]): member in SMTP
/external/python/cpython3/Lib/
Dsmtplib.py536 def rcpt(self, recip, options=[]): member in SMTP