Guest User

Untitled

a guest
Apr 17th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [general]
  2. metadata = ~/Mail/.offlineimap
  3. accounts = S1
  4. maxsyncaccounts = 1
  5. # You might want to change the below to ui = TTY.TTYUI the first time you run offlineimap
  6. # It can choke on large attachments and GMail might reset the connection if you download too much
  7. #ui = Noninteractive.Quiet
  8. ui = TTY.TTYUI
  9.  
  10. ignore-readonly = no
  11.  
  12. [Account S1]
  13. localrepository = S1.Local
  14. remoterepository = S1.Remote
  15.  
  16. [Repository S1.Local]
  17. type = Maildir
  18. # Change this to the path to your backup folder
  19. localfolders = ~/Mail/S1
  20. subscribedonly = no
  21. restoreatime = no
  22.  
  23. [Repository S1.Remote]
  24. type = IMAP
  25. remotehost = imap.hostname.com
  26. remoteuser = username
  27. remotepass = pass
  28. remoteport = 143
  29. realdelete = no
Add Comment
Please, Sign In to add comment