IMAPAccount gmail # Address to connect to Host imap.gmail.com User ymherklotz@gmail.com PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authgmail.gpg" # Use SSL SSLType IMAPS # The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. CertificateFile /etc/ssl/certs/ca-certificates.crt #CertificateFile ~/.cert/imap.gmail.com.pem #CertificateFile ~/.cert/Equifax_Secure_CA.pem IMAPAccount imperial Host outlook.office365.com Port 993 User ymh15@ic.ac.uk PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authimperial.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount mailbox Host imap.mailbox.org Port 993 User yannherklotzgrave@mailbox.org PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authmail.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore gmail-remote Account gmail IMAPStore imperial-remote Account imperial IMAPStore mailbox-remote Account mailbox MaildirStore gmail-local Subfolders Verbatim # The trailing "/" is important Path ~/.mail/gmail/ Inbox ~/.mail/gmail/Inbox MaildirStore imperial-local Subfolders Verbatim Path ~/.mail/imperial/ Inbox ~/.mail/imperial/Inbox MaildirStore mailbox-local Subfolders Verbatim Path ~/.mail/mailbox/ Inbox ~/.mail/mailbox/Inbox Channel gmail Master :gmail-remote: Slave :gmail-local: Patterns "[Gmail]/Sent Mail" "[Gmail]/Drafts" "[Gmail]/Trash" INBOX MyArchive # Automatically create missing mailboxes, both locally and on the server Create Both # Save the synchronization state files in the relevant directory SyncState * Channel imperial Master :imperial-remote: Slave :imperial-local: Patterns "Sent Items" MyArchive "Deleted Items" INBOX Drafts Create Both SyncState * Channel mailbox Master :mailbox-remote: Slave :mailbox-local: Patterns * Create Both SyncState *