diff --git a/backends/imap.py b/backends/imap.py new file mode 100644 index 0000000..21ab5da --- /dev/null +++ b/backends/imap.py @@ -0,0 +1 @@ +#! /usr/bin/env python3 diff --git a/mail_archive.py b/mail_archive.py new file mode 100644 index 0000000..db389b2 --- /dev/null +++ b/mail_archive.py @@ -0,0 +1,24 @@ +#! /usr/bin/env python3 + +import imaplib +from os.path import expanduser + + +### +# Constants + +CONFIG_FILE="~/.mail_archive.yml" + + + +## +# Read Configuration + + +## +# Abstract backend class + + +## +# Backends logins +