Navigation
index
next
|
previous
|
Twisted 16.3.0 documentation
»
Twisted Mail
»
Examples
¶
SMTP servers
¶
emailserver.tac
- a toy email server.
SMTP clients
¶
sendmail_smtp.py
- sending email over plain SMTP with the high-level
sendmail
client.
sendmail_gmail.py
- sending email encrypted ESMTP to GMail with the high-level
sendmail
client.
sendmail_message.py
- sending a complex message with the high-level
sendmail
client.
smtpclient_simple.py
- sending email using SMTP.
smtpclient_tls.py
- send email using authentication and transport layer security.
IMAP clients
¶
imap4client.py
- Simple IMAP4 client which displays the subjects of all messages in a particular mailbox.
Table Of Contents
Examples
SMTP servers
SMTP clients
IMAP clients
Previous topic
Twisted Mail
Next topic
Developer Guides
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
Twisted 16.3.0 documentation
»
Twisted Mail
»