.mbsyncrc 1000 B

12345678910111213141516171819202122232425262728293031323334
  1. IMAPAccount dismail
  2. # Address to connect to
  3. Host imap.dismail.de
  4. User jbranso@dismail.de
  5. #Pass MyAwesomePassword
  6. # To store the password in an encrypted file use PassCmd instead of Pass
  7. PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.dismail.de.password.gpg"
  8. #
  9. # Use SSL
  10. SSLType IMAPS
  11. # The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
  12. CertificateFile /etc/ssl/certs/ca-certificates.crt
  13. #CertificateFile ~/.cert/imap.gmail.com.pem
  14. #CertificateFile ~/.cert/Equifax_Secure_CA.pem
  15. IMAPStore dismail-remote
  16. Account dismail
  17. MaildirStore dismail-local
  18. SubFolders Verbatim
  19. # The trailing "/" is important
  20. Path ~/.mail/dismail.de/
  21. Inbox ~/.mail/dismail.de/Inbox
  22. Channel dismail
  23. Far :dismail-remote:
  24. Near :dismail-local:
  25. # Or include everything
  26. Patterns *
  27. # Automatically create missing mailboxes, both locally and on the server
  28. Create Both
  29. # Save the synchronization state files in the relevant directory
  30. SyncState *