This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benno37
Recipients
Date 2003-06-19.02:19:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The mailbox module uses the rfc822 module as its
default factory for creating message objects. The
rfc822 documentation claims that its use is deprecated.
The mailbox module should probably use the new email
module as its default factory.

Of course this has backward compatibility issues, in
which case it should at least be mentioned in the
mailbox documentation that it uses the deprecated
rfc822 module, and provide an example of how to use the
email module instead.
History
Date User Action Args
2007-08-23 14:14:08adminlinkissue756982 messages
2007-08-23 14:14:08admincreate