Skip to content

Instantly share code, notes, and snippets.

@grahams
Created February 28, 2011 22:40
Show Gist options
  • Save grahams/848199 to your computer and use it in GitHub Desktop.
Save grahams/848199 to your computer and use it in GitHub Desktop.
the rc file I use for my Gmail backups.. I run getmail daily from cron
[retriever]
type = SimplePOP3SSLRetriever
server = pop.gmail.com
username = someawesomegmailaccountname@gmail.com
password = asupersecurepassword
[destination]
type = Maildir
path = ~/.gmailbackup/
[options]
verbose = 2
received = false
delivered_to = false
message_log = ~/.getmail/gmail.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment