Add module archive.mailarchive providing class MailArchive. This implements a special flavour of an Archive for storing mails. A script imap-to-archive.py is also added that downloads all messages from an IMAP server and stores them in a MailArchive. Close #4.
There are no methods to search and retrieve individual messages from a MailArchive yet though.
Add module
archive.mailarchive
providingclass MailArchive
. This implements a special flavour of anArchive
for storing mails. A scriptimap-to-archive.py
is also added that downloads all messages from an IMAP server and stores them in aMailArchive
. Close #4.There are no methods to search and retrieve individual messages from a
MailArchive
yet though.