Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [general]
  2. accounts = Elis-Gmail
  3. maxsyncaccounts = 3
  4. pythonfile = ~/.utf7.py
  5. ui = TTY.TTYUI
  6.  
  7. [Account Elis-Gmail]
  8. localrepository = Local-Elis-Gmail
  9. remoterepository = Remote-Elis-Gmail
  10.  
  11. [Repository Local-Elis-Gmail]
  12. type = Maildir
  13. localfolders = ~/.mail/elis_gmail
  14.  
  15. [Repository Remote-Elis-Gmail]
  16. type = Gmail
  17. remotehost = imap.gmail.com
  18. remoteuser = elis.axelsson@gmail.com
  19. remotepass = aoe
  20. ssl = yes
  21. maxconnections = 1
  22. realdelete = no
  23. nametrans = lambda foldername: foldername.decode('imap4-utf-7').encode('utf-8')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement