.offlineimaprc 635 B

123456789101112131415161718192021222324252627282930
  1. [general]
  2. accounts = abdullah
  3. starttls = yes
  4. ssl = yes
  5. pythonfile = ~/.config/mutt/credentials/imappwd.py
  6. maxsyncaccounts = 1
  7. [Account abdullah]
  8. localrepository = abdullah-local
  9. remoterepository = abdullah-remote
  10. postsynchook = notmuch new
  11. autorefresh = 0.5
  12. quick = 10
  13. [Repository abdullah-remote]
  14. auth_mechanisms = LOGIN
  15. type = IMAP
  16. remoteuser = abdullah@abdullah.today
  17. remotepasseval = mailpasswd("abdullah")
  18. remotehost = imap.yandex.com
  19. remoteport = 993
  20. sslcacertfile = /etc/ssl/certs/ca-certificates.crt
  21. keepalive = 60
  22. holdconnectionopen = yes
  23. [Repository abdullah-local]
  24. type = Maildir
  25. localfolders = ~/.mail
  26. restoreatime = no