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.py484 def rcpt(self, recip, options=[]): member in SMTP
/external/python/cpython3/Lib/
Dsmtplib.py537 def rcpt(self, recip, options=()): member in SMTP