Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 7b973fb3c8298f606d9b435aff551ab6 > files > 3146

python2-twisted-19.2.1-1.1.mga7.armv7hl.rpm


:LastChangedDate: $LastChangedDate$
:LastChangedRevision: $LastChangedRevision$
:LastChangedBy: $LastChangedBy$

Examples
========

SMTP servers
------------

- :download:`emailserver.tac` - a toy email server.


SMTP clients
------------

- :download:`sendmail_smtp.py` - sending email over plain SMTP with the high-level :api:`twisted.mail.smtp.sendmail <sendmail>` client.
- :download:`sendmail_gmail.py` - sending email encrypted ESMTP to GMail with the high-level :api:`twisted.mail.smtp.sendmail <sendmail>` client.
- :download:`sendmail_message.py` - sending a complex message with the high-level :api:`twisted.mail.smtp.sendmail <sendmail>` client.
- :download:`smtpclient_simple.py` - sending email using SMTP.
- :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.