.mbsyncrc 696 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. IMAPAccount posteo
  2. # comment
  3. Host posteo.de
  4. User ${EMAIL}
  5. Pass ${PASSWORD}
  6. AuthMechs LOGIN
  7. SSLType IMAPS
  8. # SSLVersions SSLv3
  9. CertificateFile /etc/openssl/misc/posteo.pem
  10. IMAPStore posteo-remote
  11. Account posteo
  12. MaildirStore posteo-local
  13. Path ~/Maildir/posteo/
  14. Inbox ~/Maildir/posteo/inbox
  15. Channel posteo-inbox
  16. Far :posteo-remote:
  17. Near :posteo-local:
  18. Patterns "INBOX"
  19. Create Both
  20. Expunge Both
  21. SyncState *
  22. Channel posteo-trash
  23. Far :posteo-remote:Trash
  24. Near :posteo-local:trash
  25. Create Both
  26. Expunge Both
  27. SyncState *
  28. Channel posteo-sent
  29. Far :posteo-remote:Sent
  30. Near :posteo-local:sent
  31. Create Both
  32. Expunge Both
  33. SyncState *
  34. Group posteo
  35. Channel posteo-inbox
  36. Channel posteo-sent
  37. Channel posteo-trash