Guest User

Untitled

a guest
Jun 18th, 2018
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [general]
  2. # NOTE: cronjob calls the quiet UI with -u
  3. ui = TTY.TTYUI
  4. accounts = GMail,GMX
  5.  
  6. [Account GMail]
  7. localrepository = Gmail-Local
  8. remoterepository = Gmail-Remote
  9.  
  10. [Account GMX]
  11. localrepository = GMX-Local
  12. remoterepository = GMX-Remote
  13.  
  14. [Repository Gmail-Local]
  15. type = Maildir
  16. localfolders = ~/Mail/GMail
  17.  
  18. [Repository GMX-Local]
  19. type = Maildir
  20. localfolders = ~/Mail/GMX
  21.  
  22. [Repository Gmail-Remote]
  23. type = Gmail
  24. remoteuser = username@gmail.com
  25. remotepass = gmailpassword
  26. realdelete = no
  27. nametrans = lambda folder: re.sub('.*Spam$', 'spam', re.sub('.*Drafts$', 'drafts', re.sub('.*Sent Mail$', 'sent', re.sub('.*Starred$', 'flagged', re.sub('.*Trash$', 'trash', re.sub('.*All Mail$', 'archive', folder))))))
  28.  
  29. [Repository GMX-Remote]
  30. type = IMAP
  31. remotehost = imap.gmx.com
  32. remoteport = 143
  33. remoteuser = username@gmx.com
  34. remotepass = gmxpassword
  35.  
  36. # vim: ft=cfg tw=0
Add Comment
Please, Sign In to add comment