Open itwolf81 opened 2 years ago
Hi, is there being worked on OAuth2 integration?
Hi, is there being worked on OAuth2 integration?
I don't think so. There were no updates ever since on this repo and even on Confluent Hub this connector isn't available anymore.
This version of IMAP Email Kafka Connector is perfect except it cannot connect to Office 365 IMAP exchange email account. My workaround was to implement my own Kafka connector based on your implementation using javax.mail dependency (version: 1.6.2) which works great with basic authentication.
Nevertheless, Basic authentication is being deprecated by Microsoft from 1.10.2022 and anytime could be removed. So correct way to connect to email should be using OAuth2 token.