Skip to content

clecle226/MailSyncLocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailSyncLocal

Local Mail Box Synchronizer

On Ubuntu

sudo apt-get update | sudo apt-get upgrade | sudo apt-get install python3
git clone https://github.com/clecle226/MailSyncLocal.git
chmod a+x MailSync.py
nano Config.cfg

Write in Config.cfg a block for each mailbox (you can write as many as you want)

[NameLocalSave]
Host=imap.example.com
Port=993 ;Optional
User=test@example.com
Pass=BestPassword ;Optional, ask each use if not indicated
AppendOnly=False ;Optional, default True, add only, it does not delete the messages not in the mailbox
Verify=True ;Optional, default False, check the integrity of all messages

And run program

python3 ./MailSync.py

About

Local Mail Box Synchronizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages