Download List

项目描述

mailbox_reader is a Python module providing two
classes: Mailbox, a file-like object that iterates through
the contents of a mailbox, and Email, an object which
holds the individual emails returned by Mailbox. This
module has been written with simplicity in mind, and
low memory consumption.

系统要求

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.

2003-11-30 06:36
1.0.4

这个版本重新命名基地例外。旧的名称是保持向后兼容。例外现在绑定到Mailbox_base类。有一个更新的用法的例子赶上邮箱的对象例外。
标签: Code cleanup
This version renames the base exception. The old name
is maintained for backwards compatibility. Exceptions
are now bound to the Mailbox_base class. There is an
updated usage example catching the exception of the
Mailbox object.

2003-07-27 01:12
1.0.3

此版本增加了更好的文档。一个新的Parse_error现在提出的例外是当打开的文件不是Unix的邮箱。过去的存档底现在读反复发作无不是提高捕获的异常。
标签: Minor bugfixes
This release adds better documentation. A new Parse_error exception
is now raised when the opened file is not a Unix mailbox. Reading
past the end of the archive now keeps returning None instead of
raising uncaught exceptions.

2003-07-12 17:12
1.0.2

邮箱类群机系统接受文件的物体,因此它可以通过读取标准输入一个邮箱。此版本增加了Email.readline_reset(),允许重读的电子邮件内容,新Email.all_lines(),对于那些谁想要整个消息。
标签: Minor feature enhancements
The Mailbox class nows accepts file-like objects, so it can read a
mailbox through stdin. This release adds Email.readline_reset(), to
allow rereading email contents, and New Email.all_lines(), for those
who want the whole message.

2003-07-05 17:06
1.0.1

打开一个错误的文件的邮箱对象扔垃圾回收过程变量名称错误异常。这已得到修复。
标签: Minor bugfixes
Opening a Mailbox object with a wrong file threw a variable name error
exception during garbage collection. This has been fixed.

2003-06-29 13:26
1.0.0

标签: Initial freshmeat announcement

Project Resources