Nicolas Sebrecht <[email protected]> writes: > On Wed, Sep 21, 2016 at 06:40:46PM +0200, Rainer M Krug wrote: > >> >> ,---- >> >> | [general] >> >> | accounts = Gmail >> >> | maxsyncaccounts = 3 >> >> | ## write to disk using fsync() >> >> | fsync = true >> >> | ## ignore readonly warning message >> >> | ignore-readonly = no >> >> | pythonfile = ~/.offlineimap.py >> >> | >> >> | [Account Gmail] >> >> | localrepository = LocalRMKrugGMAIL >> >> | remoterepository = RemoteRMKrugGMAIL >> >> | ###### >> >> | status_backend = sqlite >> >> | ###### >> >> | postsynchook = /usr/local/bin/notmuch new >> >> | ###### >> >> | autorefresh = 2 >> >> | quick = 10 >> >> | ###### > > <...stripping to general and the Gmail account...> > >> >> | [Repository RemoteRMKrugGMAIL] >> >> | type = Gmail >> >> | sslcacertfile = /usr/local/etc/openssl/cert.pem >> >> | ###### >> >> | remoteuser = USERNAME >> >> | remotepasseval = get_keychain_pass(account="RMKrugGmailOfflineimap") >> >> | ###### >> >> | maxconnections = 5 >> >> | ###### >> >> | nametrans = lambda foldername: 'RMKrugGMAIL.' + foldername >> >> | ###### >> >> | keepalive = 60 >> >> | holdconnectionopen = no >> >> | ###### >> >> | >> >> | >> >> | [Repository LocalRMKrugGMAIL] >> >> | type = IMAP >> >> | ###### >> >> | preauthtunnel = /usr/local/opt/dovecot/libexec/dovecot/imap -o >> >> mail_location=maildir:$HOME/Maildir >> >> | holdconnectionopen = yes >> >> | ###### >> >> | nametrans = lambda folder: re.sub('^RMKrugGMAIL.', '', folder) >> >> | ###### >> >> | folderfilter = lambda folder: folder.startswith('RMKrugGMAIL') >> >> | ###### >> >> | keepalive = 60 >> >> | holdconnectionopen = no >> >> | ###### > > I don't get how offlineimap can try XOAUTH if no XOAUTH configuration > option is set. > > Could to try to fix the auth_mechanisms configuration option to check > what is done?
OK - I might have been out of the offlineimap loop for a few months. Could you explain what I should do? How to fix the auth_mechanisms configuration option? -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982
signature.asc
Description: PGP signature
_______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
