Advertisement
Guest User

OfflineIMAP config example

a guest
Sep 7th, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [general]
  2. accounts = Test
  3.  
  4. [Account Test]
  5. localrepository = Local
  6. remoterepository = Remote
  7.  
  8. [Repository Local]
  9. type = Maildir
  10. localfolders = ~/[email protected]
  11.  
  12. [Repository Remote]
  13. type = IMAP
  14. remotehost = imap.yandex.ru
  15. remoteuser = [email protected]
  16. ssl = yes
  17. readonly = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement