Home
last modified time | relevance | path

Searched refs:rcpt (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtpd.py395 for rcpt in rcpttos:
396 local = rcpt.lower().split('@')[0]
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames:
420 rcpttos.remove(rcpt)
438 for rcpt, listname, command in listnames:
439 print >> DEBUGSTREAM, 'sending message to', rcpt
Dsmtplib.py465 def rcpt(self, recip, options=[]): member in SMTP
718 (code, resp) = self.rcpt(each, rcpt_options)