jbostoen / itop-jb-mail-to-ticket-automation-v2

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

Port fix for Kerberos warning #30

Closed jbostoen closed 1 year ago

jbostoen commented 1 year ago

Backport https://github.com/Combodo/combodo-email-synchro/commit/87ca5c40c3bc451e81ffaf5fc1fd1a894c04dbab

Note that this fork allows regular IMAP options per mailbox rather than as a general configuration. This option should be implemented in a similar way.

DISABLE_AUTHENTICATOR seems to be the main use for Kerberos related warnings.

https://forums.phpfreaks.com/topic/303797-imap_open-outlookoffice365com-failures/ https://github.com/barbushin/php-imap/issues/19

Common values: GSSAPI, PLAIN, NTLM (?). Where to find a list of authenticators?