################################# ######## Account mailbox ######## ################################# IMAPAccount mailbox Host imap.mailbox.org User s.rademacker@mailbox.org PassCmd "security find-internet-password -s 'imap.mailbox.org' -a 's.rademacker@mailbox.org' -w" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile ~/dotfiles/office/certificates.crt # Remote storage IMAPStore mailbox-remote Account mailbox # Local storage MaildirStore mailbox-local Path ~/Mail/mailbox/ Inbox ~/Mail/mailbox/INBOX Channel mailbox-inbox Master :mailbox-remote:"INBOX" Slave :mailbox-local:INBOX Create Both Expunge Both Channel mailbox-archive Master :mailbox-remote:"Archiv" Slave :mailbox-local:archive Create Both Expunge Both Channel mailbox-drafts Master :mailbox-remote:"Entw&APw-rfe" Slave :mailbox-local:drafts Create Both Expunge Both Channel mailbox-sent Master :mailbox-remote:"Gesendete Objekte" Slave :mailbox-local:sent Create Both Expunge Both Channel mailbox-trash Master :mailbox-remote:"Papierkorb" Slave :mailbox-local:trash Create Both Expunge Both Channel mailbox-junk Master :mailbox-remote:"Spam" Slave :mailbox-local:junk Create Both Expunge Both Group mailbox Channel mailbox-inbox Channel mailbox-archive Channel mailbox-drafts Channel mailbox-sent Channel mailbox-trash Channel mailbox-junk ################################# ######## Account viu ############ ################################# IMAPAccount viu Host outlook.office365.com User steffen.rademacker@viu.ch PassCmd "security find-internet-password -s 'outlook.office365.com' -a 'steffen.rademacker@viu.ch' -w" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile ~/dotfiles/office/certificates.crt # Remote storage IMAPStore viu-remote Account viu # Local storage MaildirStore viu-local Path ~/Mail/viu/ Inbox ~/Mail/viu/INBOX Channel viu-inbox Master :viu-remote:"INBOX" Slave :viu-local:INBOX Create Both Expunge Both Channel viu-archive Master :viu-remote:"Archive" Slave :viu-local:archive Create Both Expunge Both Channel viu-drafts Master :viu-remote:"Entw&APw-rfe" Slave :viu-local:drafts Create Both Expunge Both Channel viu-sent Master :viu-remote:"Gesendete Elemente" Slave :viu-local:sent Create Both Expunge Both Channel viu-trash Master :viu-remote:"Gel&APY-schte Elemente" Slave :viu-local:trash Create Both Expunge Both Channel viu-junk Master :viu-remote:"Junk-E-Mail" Slave :viu-local:junk Create Both Expunge Both Group viu Channel viu-inbox Channel viu-archive Channel viu-drafts Channel viu-sent Channel viu-trash Channel viu-junk