Create ImapMailbox, a wrapper around python's IMAP4
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 7 Jun 2019 07:21:15 +0000 (09:21 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 8 Aug 2019 09:54:43 +0000 (11:54 +0200)
commit4bcc6621720c268684127c5a605e59f1c18eef14
tree6d194c291ba37be8d265e16d9372cccee654abfa
parentfc6aa225dccb4dc7445dd55ebecdf7d0a2056f59
Create ImapMailbox, a wrapper around python's IMAP4

Python's built-in imap class offers little convenience. Add some
of our own with this class.
src/imap_mailbox.py [new file with mode: 0644]
src/mail_utils.py