Re: [Tutor] MIME parser

2008-12-11 Thread Asif Iqbal
On Thu, Dec 11, 2008 at 11:49:16AM, Asif Iqbal wrote: > I am looking for a way to feed a message from stdin to a python based > mime parser, detach all attachments and drop them to a dir, and then > send the email to the recipient. The attachment(s) will be replaced > by an URL to a link. > > So

[Tutor] MIME parser

2008-12-11 Thread Asif Iqbal
I am looking for a way to feed a message from stdin to a python based mime parser, detach all attachments and drop them to a dir, and then send the email to the recipient. The attachment(s) will be replaced by an URL to a link. So basically decouple the attachments (>1MB in size) and modify the b