Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [general]
  2. accounts = Gmail
  3. maxsyncaccounts = 1
  4.  
  5. [Account Gmail]
  6. localrepository = Local
  7. remoterepository = Remote
  8.  
  9. [Repository Local]
  10. type = IMAP
  11. remotehost = localhost
  12. port = 143
  13. remoteuser = your_local_username
  14.  
  15. [Repository Remote]
  16. type = IMAP
  17. remotehost = imap.gmail.com
  18. remoteuser = your_username@gmail.com
  19. remotepass = your_gmail_password
  20. ssl = yes
  21. maxconnections = 1
  22. realdelete = no
  23. folderfilter = lambda foldername: foldername in ['INBOX']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement