How to use new email package to read a mailbox?
Andrew Koenig
ark at research.att.com
Thu Oct 31 14:05:55 EST 2002
More information about the Python-list mailing list
Thu Oct 31 14:05:55 EST 2002
- Previous message (by thread): Regular exp matching delimited string excepting trailing delimiters?
- Next message (by thread): How to use new email package to read a mailbox?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The documentation for the mailbox package says that the default behavior of class UnixMailbox is to use rfc822.Message to create messages. However, rfc822 is noted as deprecated. Suppose I have a file that represents a Unix mailbox. What's the right idiom to use to process each message in that file using the new email package? -- Andrew Koenig, ark at research.att.com, http://www.research.att.com/info/ark
- Previous message (by thread): Regular exp matching delimited string excepting trailing delimiters?
- Next message (by thread): How to use new email package to read a mailbox?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list