diff options
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index c8e0c85..12d50e2 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -58,9 +58,12 @@ postsynchook = /home/ryan/bin/run-mailcheck && notmuch new [Repository RemoteQueensU] foldersort = lambda x, y: cmp(y, x) type = IMAP -remoteuser = 9rak -remotehost = mail.queensu.ca +remoteuser = 9rak@queensu.ca +remotehost = pod51018.outlook.com remotepass = QUEENSU_PASS +remoteport = 993 +ssl = yes +sslcacertfile = SSL_CERTS # Add QueensU prefix when copying to local nametrans = lambda foldername: 'QueensU.' + foldername |