Advertisement
Guest User

getmailrc

a guest
Oct 21st, 2010
2,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # http://pyropus.ca/software/getmail/configuration.html
  2.  
  3. [retriever]
  4. type = SimpleIMAPSSLRetriever
  5. server = imap.gmail.com
  6. mailboxes = ("[Gmail]/All Mail",)
  7. username = USER
  8. password = PASS
  9.  
  10. [destination]
  11. type = Maildir
  12. path = ~/bak/mail/
  13.  
  14. [options]
  15. verbose = 2
  16. message_log = ~/.getmail/log
  17.  
  18. # retrieve only new messages
  19. # if set to true it will re-download ALL messages every time!
  20. read_all = false
  21.  
  22. # do not alter messages
  23. delivered_to = false
  24. received = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement