How to handle very large MIME Messages with the email package?

aurora00 at gmail.com aurora00 at gmail.com
Sat Sep 10 11:36:58 EDT 2005


Looking at the email package, it seems all the MIMExxx classes takes
string but not file object as the payload. I need to handle very large
MIME messages say up to 100M. And possibly many of them. Is email
package sufficient. If not is it possible to extend it?

Looking at a previous thread it seems the standard library is not
sufficient.

http://groups.google.com/group/comp.lang.python/browse_frm/thread/7d1754c1ead54f33/5b6bd38a049e7f6c?q=mime+email+file+object&rnum=5&hl=en#5b6bd38a049e7f6c




More information about the Python-list mailing list