diff options
Diffstat (limited to 'offlineimaprc_protonmail')
-rw-r--r-- | offlineimaprc_protonmail | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/offlineimaprc_protonmail b/offlineimaprc_protonmail new file mode 100644 index 0000000..495eaee --- /dev/null +++ b/offlineimaprc_protonmail @@ -0,0 +1,29 @@ +[general] +accounts = protonmail + +[mbnames] +enabled = yes +filename = ~/.mutt/mailboxes_auto +header = "mailboxes " +peritem = "+%(accountname)s/%(foldername)s" +sep = " " +footer = "\n" + +[Account protonmail] +localrepository = protonmail-local +remoterepository = protonmail-remote + +[Repository protonmail-local] +type = Maildir +localfolders = ~/Mail/matthewlemonproton + +[Repository protonmail-remote] +type = IMAP +remoteport = 1143 +remotehost = localhost +remoteuser = matthewlemon@protonmail.com +remotepass = 0UXvm1uetT9rtuiXTDHDJkHEyCq5a3+Q6qQ4PeSkBpE= +folderfilter = lambda foldername: foldername in ['INBOX', 'Archive', 'Drafts', 'Starred', 'Sent', 'Trash', 'Mailing Lists', 'Scans'] + +ssl = no +starttls = yes |