Skip to content

paul-nameless/e2m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email to maildir sync

Sync your emails to maildir (currently only imap supported)

Install

pip install e2m

Getting started

Config file required in the homedir .e2mrc with next format.

$ cat ~/.e2mrc
[job]
email = [name]@[domain]
pswd = [password]
imap_host = imap.gmail.com
imap_port = 993
keep = 256

You can specify multiple sections with different accoutns.

Then add it to your crontab

*/2 * * * * /usr/local/bin/e2m 2>&1 >/dev/null

About

Sync emails to maildir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages