Beginning stucture

This commit is contained in:
Erwan David 2020-12-30 12:30:50 +01:00
parent 7db4c238f6
commit 483a5562ad
2 changed files with 25 additions and 0 deletions

1
backends/imap.py Normal file
View File

@ -0,0 +1 @@
#! /usr/bin/env python3

24
mail_archive.py Normal file
View File

@ -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