Guest User

Untitled

a guest
Jun 16th, 2018
954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [general]
  2. ui=TTYUI
  3. accounts = Gmail
  4. autorefresh = 5
  5.  
  6. [Account Gmail]
  7. localrepository = Gmail-Local
  8. remoterepository = Gmail-Remote
  9.  
  10. [Repository Gmail-Local]
  11. type = Maildir
  12. localfolders = ~/.Mail
  13.  
  14. [Repository Gmail-Remote]
  15. type = Gmail
  16. remotehost = imap.gmail.com
  17. remoteuser = <email>
  18. remotepass = <pass>
  19. realdelete = no
  20. ssl = yes
  21. sslcacertfile = /usr/local/etc/openssl/cert.pem
  22. maxconnections = 1
  23. folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
  24. '[Gmail]/Spam',
  25. '[Gmail]/All Mail'
  26. ]
Add Comment
Please, Sign In to add comment