Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Email reader with Basic Authentication and Exchange Online #5508

Open
lsainlez opened this issue Nov 4, 2022 · 8 comments
Open

[BUG] Email reader with Basic Authentication and Exchange Online #5508

lsainlez opened this issue Nov 4, 2022 · 8 comments
Labels
enhancement New feature or request Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-8881 triaged

Comments

@lsainlez
Copy link

lsainlez commented Nov 4, 2022

Describe the bug
The use of IMAP/POP protocol with connector Email Reader no longer works since October 1, 2022
Probably related to this Microsoft intervention : In September 2021, we announced that effective October 1, 2022, we will begin disabling Basic authentication for Outlook, EWS, RPS, POP, IMAP, and EAS protocols in Exchange Online. SMTP Auth will also be disabled if it is not being used.

Sources :

To Reproduce
Setup steps (if required). Example:

  1. Create channel with source connector Email Reader
  2. Configure Email Reader Settings :
  3. Protocol IMAP
  4. Host : outlook.office365.com
  5. Port : 993
  6. username + password of your account
  7. Deploy channel
  8. You can see error AUTHENTICATE failed

Expected behavior

  • be able to use the email reader plugin or an alternative if this is not possible

Actual behavior

  • no longer possible to connect to a mailbox with the email reader plugin

Environment (please complete the following information):
OS: Linux Ubuntu 20 LTS
Java Distribution/Version: Open JDK 8
Connect Version 4.0.1

**Questions : **
Other people having this problem?

@lsainlez lsainlez added the bug Something isn't working label Nov 4, 2022
@pacmano1
Copy link
Collaborator

pacmano1 commented Nov 4, 2022

IMHO, that's not really a bug. It's a feature request.

@lsainlez
Copy link
Author

lsainlez commented Nov 4, 2022

possible, I hesitated. :)

@jonbartels
Copy link
Contributor

#5363

@jonbartels
Copy link
Contributor

#5090

@jonbartels
Copy link
Contributor

Excuse me, my links may not be relevant. Old advice to use App Passwords may not work per @lsainlez first link.

The deprecation of basic authentication will also prevent the use of app passwords with apps that don't support two-step verification.

The email reader is a paid plugin, have you contacted support or sales from NextGen?

@lsainlez
Copy link
Author

lsainlez commented Nov 7, 2022

Hi @jonbartels
I'm waiting for a response from the support, I'll add the answer in this issue if it's interesting.

@pacmano1 pacmano1 added enhancement New feature or request and removed bug Something isn't working labels Nov 8, 2022
@Jeroen-G-JYZ
Copy link

Jeroen-G-JYZ commented Nov 21, 2022

A HTTP Sender to the MSGRAPH API can be used to read mails from a mailbox on Exchange Online/Office 365
https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http

@lsainlez
Copy link
Author

Thanks @Jeroen-G-JYZ , using MSGRAPH API is great idea and it works

@pladesma pladesma added triaged Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-8881 labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-8881 triaged
Projects
None yet
Development

No branches or pull requests

5 participants