Просмотр исходного кода

added option to get rid of COATH2 authentication failed warnings

If running offlineimap it will show the following warning message (tested when using GMAIL)...

 XOAUTH2 authentication failed: AUTHENTICATE command error: BAD ['Client aborted AUTHENTICATE command.
<randomstring>']. Data: DIEF2 AUTHENTICATE XOAUTH

... and then continue with the download/sync of emails.
You can get rid of the warning message, when adding auth_mechanisms = LOGIN .offlineimaprc in the <...>-remote section.
tags/v3.1
praschdorff 6 лет назад
committed by GitHub
Родитель
Сommit
31002f29a7
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      autoconf/offlineimap_profile

+ 1
- 0
autoconf/offlineimap_profile Просмотреть файл

@@ -4,6 +4,7 @@ localrepository = $title-local
remoterepository = $title-remote

[Repository $title-remote]
auth_mechanisms = LOGIN
type = $type
remoteuser = $login
sslcacerfile = /etc/ssl/cets/ca-certificates.crt


Загрузка…
Отмена
Сохранить