[ python-Feature Requests-740495 ] API enhancement: poplib.MailReader()

SourceForge.net noreply at sourceforge.net
Thu Jan 1 01:50:15 EST 2004


Feature Requests item #740495, was opened at 2003-05-20 09:35
Message generated for change (Comment added) 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: Nobody/Anonymous (nobody)
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.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=740495&group_id=5470



More information about the Python-bugs-list mailing list