How do I get a mimetools.Message object from a mailbox.UnixMailbox object?
Paul Moore
gustav at morpheus.demon.co.uk
Sun Jan 7 16:12:59 EST 2001
More information about the Python-list mailing list
Sun Jan 7 16:12:59 EST 2001
- Previous message (by thread): How do I get a mimetools.Message object from a mailbox.UnixMailbox object?
- Next message (by thread): escape sequences and string comparisons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm parsing a Unix mbox format file in Python. No problem, that's what the mailbox module does... The problem is, mbx.next() returns a rfc822.Message instance - and my mailbox contains MIME-encoded messages with attachments. How do I get from the rfc822.Message instance to a mimetools.Message instance? Thanks, Paul Moore
- Previous message (by thread): How do I get a mimetools.Message object from a mailbox.UnixMailbox object?
- Next message (by thread): escape sequences and string comparisons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list