Archive
Posts Tagged ‘imap’
Imbox – Python IMAP for Humans
August 2, 2013
Leave a comment
Imbox (https://github.com/martinrusev/imbox) is a “Python library for reading IMAP mailboxes and converting email content to machine readable data“.
Every message is an object with the following keys:
message.sent_from
message.sent_to
message.subject
message.headers
message.message-id
message.date
message.body.plain
message.body.html
message.attachments
Categories: python
check email, imap
