RKrahl / archive-tools

Tools for managing archives
Apache License 2.0
1 stars 2 forks source link

Add mail archive #32

Closed RKrahl closed 5 years ago

RKrahl commented 5 years ago

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.