Advertisement
uriel1998

OfflineImap that works with dovecot and gmail

Dec 31st, 2011
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [general]
  2. accounts = gmail
  3. maxsyncaccounts = 3
  4. ui = basic
  5.  
  6. [Account gmail]
  7. localrepository = gmailLocal
  8. remoterepository = gmailRemote
  9. autorefresh = 5
  10. maxage = 60
  11. # sync back this many days of messages, use when you're first setting up.
  12. # watch for whitespace at the end of each line!
  13.  
  14. [Repository gmailLocal]
  15. type = Maildir
  16. localfolders = ~/.offlineimap
  17. sep = /
  18. # to change from default of .
  19. # this lets thunderbird use it as a nested folder
  20.  
  21. [Repository gmailRemote]
  22. type = IMAP
  23. remotehost = imap.gmail.com
  24. ssl = yes
  25. remoteport = 993
  26. remoteuser = example@gmail.com
  27. remotepass = examplepassword
  28. realdelete = no
  29. #deleting removes all labels and moves to all mail
  30. subscribedonly = yes
  31.  
  32. # I had no luck with nametrans and such - especially
  33. # one thing that took everything to lowercase - because
  34. # dovecot was looking for INBOX... and so couldn't see
  35. # inbox...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement