Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
  2. # get started fast.
  3.  
  4. [general]
  5. accounts = Gmail
  6.  
  7. [Account Gmail]
  8. localrepository = Gmail-Local
  9. remoterepository = Gmail-Remote
  10.  
  11. [Repository Gmail-Local]
  12. type = Maildir
  13. localfolders = ~/Mail/Gmail
  14.  
  15. [Repository Gmail-Remote]
  16. type = IMAP
  17. remotehost = mail.google.com
  18. remoteuser = ishankhare07@gmail.com
  19. remotepass = ***********
  20. realdelete = no
  21. maxconnections = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement