RKrahl / archive-tools

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

Mail archive should provide a Mailbox API #31

Open RKrahl opened 5 years ago

RKrahl commented 5 years ago

As a followup to #4, there should be a subclass of mailbox.Mailbox reading from a mail archive. Might be implemented as a subclass of mailbox.Maildir disabling all write access and diverting all methods accessing files to read from corresponding file objects returned from TarFile.extractfile().