Download List

项目描述

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 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

现在的IMAP4客户端正确的用户名和密码的报价在必要时。它也处理的反应不请自来的标志。 IMAP4服务器的解析可以在一个命令多种文字,并与多个机构获取部分请求。一个错误:在Deferreds回来IMAP4客户端的方法将不会收到通知连接丢失已得到修复。在OS X的启动时间有所改善。 SMTP服务器已经加快。空气污染指数的POP3邮箱已扩大到允许Deferreds将在某些情况下返回。
标签: 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

这是一个小的功能增强版本。 IMAP4和POP3客户端实现都得到了明确谈判TLS的选择方法。现在的POP3客户端方便指挥超时,并取得了POP3命令支持空操作,电流设置和转录。
标签: 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