Compare commits

...

3 Commits

Author SHA1 Message Date
Erwan David e93ebff997 Merge branch 'devel' of ssh://forge.chapril.org:222/edavid/mail_archive into devel 2020-12-30 13:40:19 +01:00
Erwan David 203d6bf8fd Beginning stucture 2020-12-30 13:39:48 +01:00
Erwan David 483a5562ad Beginning stucture 2020-12-30 12:30:50 +01:00
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