Home | History | Annotate | Download | only in Lib

Lines Matching defs:send

25   To report bugs in the implementation send email to
27 For local information send email to Postmaster at your site.
342 def send(self, s):
343 """Send `s' to the server."""
345 self._print_debug('send:', repr(s))
348 # send is used by the 'data' command, where command_encoding
361 """Send a command to the server."""
366 self.send(str)
418 """Send a command, and return its response code."""
425 Hostname to send for this command defaults to the FQDN of the local
435 Hostname to send for this command defaults to the FQDN of the local
567 self.send(q)
633 # If server responds with a challenge, send the response.
793 - to_addrs : A list of addresses to send this mail to. A bare
795 - msg : The message to send.
906 serialization, and SMTPUTF8 and BODY=8BITMIME are asserted on the send.