Lukas,
We have the same issue, started 4 days ago, on all email accounts.
We are able to log into Outlook Web UI and also with Outlook desktop app.
But our code that is using Rebex Imap API now throws the "R00002 NO AUTHENTICATE failed." response at client.Login().
Here is the full log:
2022-11-02 12:05:14.599 Opening log file.
2022-11-02 12:05:14.602 INFO FileLogWriter(1)[12] Info: Assembly: Rebex.Common 2019 R3 for .NET 4.6-4.8
2022-11-02 12:05:14.635 INFO FileLogWriter(1)[12] Info: Platform: Windows 6.2.9200 32-bit; CLR: 4.0.30319.42000
2022-11-02 12:05:14.736 INFO Imap(1)[12] Info: Connecting to outlook.office365.com:993 using Imap.
2022-11-02 12:05:14.736 INFO Imap(1)[12] Info: Assembly: Rebex.Imap 2019 R3 for .NET 4.6-4.8
2022-11-02 12:05:14.736 INFO Imap(1)[12] Info: Platform: Windows 6.2.9200 32-bit; CLR: 4.0.30319.42000
2022-11-02 12:05:14.797 INFO Imap(1)[12] Info: Connecting to 52.96.29.82.
2022-11-02 12:05:14.950 INFO Imap(1)[12] TLS: State StateChange:Negotiating
2022-11-02 12:05:15.039 INFO Imap(1)[12] TLS: Negotiating TLS 1.2, RSA with ephemeral Elliptic Curve Diffie-Hellman, AES with 256-bit key in GCM mode, AEAD.
2022-11-02 12:05:15.349 INFO Imap(1)[12] TLS: State StateChange:Secured
2022-11-02 12:05:15.349 INFO Imap(1)[12] TLS: Connection secured using cipher: TLS 1.2, RSA with ephemeral Elliptic Curve Diffie-Hellman, AES with 256-bit key in GCM mode, AEAD.
2022-11-02 12:05:15.388 INFO Imap(1)[12] Response: * OK The Microsoft Exchange IMAP4 service is ready. [QgBOADgAUABSADEANQBDAEEAMAAwADUAMwAuAG4AYQBtAHAAcgBkADEANQAuAHAAcgBvAGQALgBvAHUAdABsAG8AbwBrAC4AYwBvAG0A]
2022-11-02 12:05:15.426 INFO Imap(1)[12] Command: R00001 CAPABILITY
2022-11-02 12:05:15.463 INFO Imap(1)[12] Response: * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN AUTH=XOAUTH2 SASL-IR UIDPLUS ID UNSELECT CHILDREN IDLE NAMESPACE LITERAL+
2022-11-02 12:05:15.463 INFO Imap(1)[12] Response: R00001 OK CAPABILITY completed.
2022-11-02 12:05:19.994 INFO Imap(1)[12] Command: R00002 AUTHENTICATE PLAIN
2022-11-02 12:05:20.032 INFO Imap(1)[12] Response: +
2022-11-02 12:05:20.033 INFO Imap(1)[12] Command: **********
2022-11-02 12:05:21.342 INFO Imap(1)[12] Response: R00002 NO AUTHENTICATE failed.
2022-11-02 12:05:21.348 ERROR Imap(1)[12] Info: Rebex.Net.ImapException: AUTHENTICATE failed (NO).
at Rebex.Net.Imap.dxdt(String aq, ImapResponse ar, Boolean as)
at Rebex.Net.Imap.dxff(String er, String es)
at Rebex.Net.Imap.dxfb(String ej, String ek, ImapAuthentication el, GssApiProvider em)
at Rebex.Net.Imap.dxfn(String fh, String fi, ImapAuthentication fj)
2022-11-02 12:06:06.350 INFO Imap(1)[12] TLS: Alert Alert:Alert was sent.
2022-11-02 12:06:06.350 INFO Imap(1)[12] TLS: State StateChange:Closed