Lines Matching defs:mail
39 # by Carey Evans <c.evans@clear.net.nz>, for picky mail servers.
217 method called 'sendmail' that will do an entire mail transaction.
527 def mail(self, sender, options=()):
528 """SMTP 'mail' command -- begins mail xfer session.
545 self.putcmd("mail", "FROM:%s%s" % (quoteaddr(sender), optionlist))
549 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
810 """This command performs an entire mail transaction.
813 - from_addr : The address sending this mail.
814 - to_addrs : A list of addresses to send this mail to. A bare
818 mail command.
831 This method will return normally if the mail is accepted for at least
841 (no mail was sent).
881 (code, resp) = self.mail(from_addr, esmtp_opts)
909 #if we got here then somebody got our mail