[Patches] [ python-Patches-1043706 ] External storage protocol for large email messages

SourceForge.net noreply at sourceforge.net
Sat Oct 9 22:34:27 CEST 2004


Patches item #1043706, was opened at 2004-10-09 16:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1043706&group_id=5470

Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry A. Warsaw (bwarsaw)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: External storage protocol for large email messages

Initial Comment:
In
http://mail.python.org/pipermail/email-sig/2004-October/000158.html
I spec'd out a protocol for storing the contents of
large email messages external to the object.  The
thread continues that this isn't completely adequate,
since we'll need a read interface as well, but that
gets problematic.  Follow the thread for details.

This patch implements storage_open(), storage_write()
and storage_close() -- it's a start, and hopefully
someone else can pick it up from here (although not in
time for Python 2.4).


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

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


More information about the Patches mailing list