Télécharger la liste

Description du projet

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.

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.

2003-11-30 06:36
1.0.4

Cette version renomme l'exception de base. L'ancien nom est conservé pour une compatibilité arrière. Des exceptions sont désormais liés à la classe Mailbox_base. Il ya un exemple d'utilisation mis à jour la capture à l'exception de l'objet boîte aux lettres.
Tags: 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

Cette version apporte une meilleure documentation. Une exception parse_error nouvelle est maintenant levé quand le fichier ouvert n'est pas une boîte aux lettres Unix. Lecture après la fin de l'archive conserve maintenant Aucun retour au lieu de lever des exceptions non interceptée.
Tags: 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

Le NOWS classe Mailbox accepte de fichiers comme des objets, de sorte qu'il peut lire une boîte aux lettres via l'entrée stdin. Cette version ajoute Email.readline_reset (), pour permettre à relire le contenu par email, et la Nouvelle-Email.all_lines (), pour ceux qui veulent tout le message.
Tags: 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

Ouverture d'un objet boîte aux lettres avec un mauvais fichier a lancé une exception Nom de la variable d'erreur lors de la collecte des ordures. Cela a été corrigé.
Tags: 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

Tags: Initial freshmeat announcement

Project Resources