diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-28 17:41:27 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-28 17:41:27 +0000 |
commit | 9a20395870ab15e6e9483cd258fdccaa79b2157f (patch) | |
tree | 9f30e8e53f03467a20cd3bcb4c0a44a6ab8dafae /.offlineimaprc | |
parent | updates (diff) | |
download | scripts-9a20395870ab15e6e9483cd258fdccaa79b2157f.tar.gz scripts-9a20395870ab15e6e9483cd258fdccaa79b2157f.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .offlineimaprc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 1fb188e..1dc81a4 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -1,10 +1,12 @@ [general] ui = ttyui accounts = gmail.com,terminaldweller.com +socktimeout = 90 [Account gmail.com] localrepository = gmail.com-local remoterepository = gmail.com-remote +synclabels = yes [Repository gmail.com-local] type = Maildir @@ -14,12 +16,12 @@ restoreatime = no [Repository gmail.com-remote] type = IMAP remoteuser = thabogre@gmail.com -remotepass = -remotehost = gmail.com +#remotepass = +remotehost = imap.gmail.com ssl = yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt -[Accounts terminaldweller.com] +[Account terminaldweller.com] localrepository = terminaldweller.com-local remoterepository = terminaldweller.com-remote @@ -31,6 +33,8 @@ restoreatime = no [Repository terminaldweller.com-remote] type = IMAP remoteuser = devi@terminaldweller.com -remotepass = +#remotepass = remotehost = mail.terminaldweller.com remoteport = 993 +ssl = yes +sslcacertfile = /etc/ssl/certs/ca-certificates.crt |