Download List

Descripción del Proyecto

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.

System Requirements

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 Back to release list
0.3.0

El cliente IMAP4 ahora correctamente cita los nombres de usuario y contraseñas cuando sea necesario. También maneja las respuestas solicitadas BANDERAS. El servidor IMAP4 ahora puede analizar literales múltiples en un solo comando, y para ir a buscar las solicitudes con múltiples partes del cuerpo. Un error en el que Deferreds de regresar de los métodos de cliente IMAP4 no recibir la notificación de perder la conexión se ha solucionado. El tiempo de inicio en OS X ha sido mejorado. El servidor SMTP se ha acelerado. El buzón de correo POP3 de la API se ha ampliado para permitir Deferreds ser devuelto en algunos casos.
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.

Project Resources