Hello, I wrote an extension to the imaplib library that implements a "BODYSTRUCTURE" parser.
For this I wrote an extension to email.message.Message that allows a message structure to be loaded from imap, the message can be used like a normal email.message.Message but the actual payload is only loaded on the fly. This makes it much quicker for imap applications. The code is here if anyone fancies a try: http://voyageonline.co.uk/blog/article/python-imaplibx I though it might be useful as imaplib is very low level. Regards, -- Stephane Konstantaropoulos
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com