diff options
Diffstat (limited to 'autoconf/offlineimap_profile')
-rw-r--r-- | autoconf/offlineimap_profile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autoconf/offlineimap_profile b/autoconf/offlineimap_profile index 01b572c..48d466d 100644 --- a/autoconf/offlineimap_profile +++ b/autoconf/offlineimap_profile @@ -1,15 +1,16 @@ -[Account $title] + +[Account $title] localrepository = $title-local remoterepository = $title-remote [Repository $title-remote] +auth_mechanisms = LOGIN type = $type remoteuser = $login -sslcacerfile = /etc/ssl/cets/ca-certificates.crt remotepasseval = mailpasswd("$title") remotehost = $imap -port = $iport +remoteport = $iport folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] sslcacertfile = /etc/ssl/certs/ca-certificates.crt |