Created
September 10, 2013 15:33
-
-
Save dmitriid/6511182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## cat ~/.fetchmailrc | |
poll imap.gmail.com with proto IMAP | |
user 'USERNAME' there with password 'PASSWORD' is 'LOCALUSER' here | |
options keep fetchall ssl mda "procmail -d %T" | |
folder INBOX | |
## cat ~/.procmailrc | |
SHELL=/bin/bash | |
PATH=/usr/sbin:/usr/bin | |
MAILDIR=/Volumes/Data/Experiments/ ## will produce one file per message | |
DEFAULT=/Volumes/Data/Experiments | |
LOGFILE=$HOME/.procmail.log | |
LOG="" | |
VERBOSE=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment