Beginning stucture

This commit is contained in:
Erwan David 2020-12-30 12:30:50 +01:00
parent db81e390d7
commit 203d6bf8fd
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