| 1 | |
|---|
| 2 | :LastChangedDate: $LastChangedDate$ |
|---|
| 3 | :LastChangedRevision: $LastChangedRevision$ |
|---|
| 4 | :LastChangedBy: $LastChangedBy$ |
|---|
| 5 | |
|---|
| 6 | Twisted.Mail code examples |
|---|
| 7 | ========================== |
|---|
| 8 | |
|---|
| 9 | SMTP servers |
|---|
| 10 | ------------ |
|---|
| 11 | |
|---|
| 12 | - :download:`emailserver.tac` - a toy email server |
|---|
| 13 | |
|---|
| 14 | SMTP clients |
|---|
| 15 | ------------ |
|---|
| 16 | |
|---|
| 17 | - :download:`smtpclient_tls.py` - send email using authentication and |
|---|
| 18 | transport layer security. |
|---|
| 19 | |
|---|
| 20 | IMAP clients |
|---|
| 21 | ------------ |
|---|
| 22 | |
|---|
| 23 | - :download:`imap4client.py` - Simple IMAP4 client which displays the |
|---|
| 24 | subjects of all messages in a particular mailbox. |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | |
|---|