Télécharger la liste

Description du projet

Twisted Mail provides client and server implementations of SMTP, POP3, and IMAP4. These differentiate themselves from the Python standard library implementations both by presenting a much higher-level, easy-to-use interface and in their server components, which allow the implementation of custom servers for each protocol without dealing with protocol-level issues. Twisted Mail includes a simple demonstration email server which accepts messages over SMTP, stores them in a Maildir arrangement, and can serve them to clients over POP3.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-28 09:03
0.3.0

Le client IMAP4 cite maintenant correctement les noms d'utilisateurs et mots de passe si nécessaire. Il gère également les réponses non sollicitées FLAGS. Le serveur IMAP4 peut désormais analyser les littéraux multiples en une seule commande et d'aller chercher des requêtes avec plusieurs parties BODY. Un bug qui Deferreds retour de méthodes IMAP4 client ne recevrait pas de connexion perdu la notification a été corrigé. Le temps de démarrage sur OS X a été améliorée. Le serveur SMTP a été accéléré. La boîte aux lettres POP3 API a été élargi pour permettre Deferreds être renvoyé dans certains cas.
Tags: Minor bugfixes
The IMAP4 client now properly quotes usernames and
passwords when necessary. It also handles
unsolicited FLAGS responses. The IMAP4 server can
now parse multiple literals in a single command
and to FETCH requests with multiple BODY parts. A
bug where Deferreds returned from IMAP4 client
methods would not receive connection lost
notification has been fixed. Startup time on OS X
has been improved. The SMTP server has been sped
up. The POP3 mailbox API has been expanded to
allow Deferreds to be returned in some cases.

2005-10-21 12:56
0.2.0

Il s'agit d'une version mineure fonctionnalité mise en valeur. IMAP4 et des implémentations client POP3 ont tous deux gagné des méthodes de négociation de manière explicite les options TLS. Le client POP3 facilite désormais timeouts commandement et a obtenu l'appui pour les commandes POP3 NOOP, RSET et stat.
Tags: Initial freshmeat announcement
This is a minor feature enhancement release. The
IMAP4 and POP3 client implementations have both
gained methods for explicitly negotiating TLS
options. The POP3 client now facilitates command
timeouts and has gained support for the POP3
commands NOOP, RSET, and STAT.

Project Resources