Jesse Guardiani <[EMAIL PROTECTED]> writes: > Can anyone think of a quick fix that would allow me to parse > headers, but store the email on disk, or, better yet, not consume > the body of the email at all until I'm ready to send it to STDOUT? > (And then only on a line-by-line basis.)
I'm sure there's some solution. You might try one or more of the following groups which are more appropriate: gmane.comp.python.general (general Python discussion) gmane.comp.python.mime.devel (Python email module dev list) > BTW, I mention this here because I think it's relavent to TMDA. Some > people might not want TMDA loading entire message bodies, including > attachments, into RAM. Heck, I sure don't! It's been mentioned in the past, but hasn't posed enough real-world concern to consider changing it. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
