http://qs1969.pair.com?node_id=78419


in reply to MIME-tools

My biggest nit with MIME-tools is that it encodes and decodes entirely in memory. MIME attachments can and do get very large, and you can easily run your box into the ground.

I've resorted to using system() calls to mutt to get the job done. ( well, for sending mime attached emails...I understand that MIME-Tools covers more ground.)