1 message in org.python.python-bugs-list[ python-Feature Requests-740495 ] AP...
FromSent OnAttachments
SourceForge.netMar 13, 2004 6:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Feature Requests-740495 ] API enhancement: poplib.MailReader()Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 13, 2004 6:45:23 pm
List:org.python.python-bugs-list

Feature Requests item #740495, was opened at 2003-05-20 09:35 Message generated for change (Settings changed) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=740495&group_id=5470

Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hartmut Goebel (htgoebel)

Assigned to: Barry A. Warsaw (bwarsaw)

Summary: API enhancement: poplib.MailReader()

Initial Comment: 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

----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger) Date: 2004-01-01 01:50

Message: Logged In: YES user_id=80475

Perhaps the adaptor should be part of the email package rather than a part of poplib.

----------------------------------------------------------------------