Guest User

Untitled

a guest
Aug 13th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # rbistolfi's getmailrc
  2.  
  3. [options]
  4. verbose = 0
  5. delete = true
  6. read_all = false
  7.  
  8. [retriever]
  9. #type = SimplePOP3SSLRetriever
  10. type = SimpleIMAPSSLRetriever
  11. server = imap.gmail.com
  12. username = ***********@gmail.com
  13. password = *++++++++++++*
  14. port = 993
  15.  
  16. [destination]
  17. type = Mboxrd
  18. path = /var/spool/mail/+++++++
  19. user = +++++++++
Add Comment
Please, Sign In to add comment