:LastChangedDate: $LastChangedDate$ :LastChangedRevision: $LastChangedRevision$ :LastChangedBy: $LastChangedBy$ Twisted.Mail code examples ========================== SMTP servers ------------ - :download:`emailserver.tac` - a toy email server SMTP clients ------------ - :download:`smtpclient_tls.py` - send email using authentication and transport layer security. IMAP clients ------------ - :download:`imap4client.py` - Simple IMAP4 client which displays the subjects of all messages in a particular mailbox.