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 htgoebel
Recipients
Date 2003-05-20.14:35:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When retrieving POP3 mails using poplib, messages are
returned as
list of lines. Converting them to a email.Messages requires
concatinating them into a single string.

I suggest writing a little file-like class wrapper
which may be used for
parsing these type of messages without concatinating
the lines first.
This wrapper may be exposed in the poplib module.

I suggest calling this class 'MailReader', but I would
appreciate better naeming :-)

If this is of interest, I may volunteer writing this
wrapper.

See also:
Feature Requests item #736494, was opened at 2003-05-12
11:17
Message generated for change (Comment added) made by
bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=384681&aid=736494&group_id=25568
History
Date User Action Args
2007-08-23 16:06:46adminlinkissue740495 messages
2007-08-23 16:06:46admincreate