We have issue with O365 ExchangeOnline mailboxes.
By using testconnectivity.microsoft.com we found out that IMAP and POP3 are failing -->
- The IMAP service is being tested.
There was an error testing the IMAP service
Additional Details:
Protocol Log: C: 1 CAPABILITY S: * OK The Microsoft Exchange IMAP4 service is ready. [RABNADYAUABSADAAMQBDAEEAMAAwADEAOAAuAHAAcgBvAGQALgBlAHgAYwBoAGEAbgBnAGUAbABhAGIAcwAuAGMAbwBtAA==] S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN AUTH=XOAUTH2 SASL-IR UIDPLUS MOVE ID UNSELECT CHILDREN IDLE NAMESPACE LITERAL+ S: 1 OK CAPABILITY completed. C: 2 LOGIN @.com ******** S: 2 NO LOGIN failed. Exception details: Message: The IMAP server responded with an error status "2 NO LOGIN failed.". Type: Microsoft.M365.RCA.Services.Protocols.Imap.ImapServerErrorException Stack trace: at Microsoft.M365.RCA.Services.Protocols.Imap.ImapCommand1.CheckForOk(IList
1 response) at Microsoft.M365.RCA.Services.Protocols.Imap.LoginCommand.ProcessResponse(IList1 response) at Microsoft.M365.RCA.Services.Protocols.ProtocolClient.<SendCommandAsync>d__17
1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.M365.RCA.ConnectivityTests.ImapPop.BaseProtocolTest.<PerformTestInternalAsync>d__12.MoveNext()
- The POP service is being tested.
There was an error testing the IMAP/POP service.
Additional Details:
S: +OK The Microsoft Exchange POP3 service is ready. [RABTADcAUAAyADIAMgBDAEEAMAAwADIAOQAuAE4AQQBNAFAAMgAyADIALgBQAFIATwBEAC4ATwBVAFQATABPAE8ASwAuAEMATwBNAA==] S: +OK S: TOP S: UIDL S: STLS S: . C: STLS S: +OK Begin TLS negotiation. C: CAPA S: +OK S: TOP S: UIDL S: SASL PLAIN XOAUTH2 S: USER S: . C: USER @.com S: +OK C: PASS ******** S: -ERR Logon failure: unknown user name or bad password. Exception details:
S: -ERR Logon failure: unknown user name or bad password. Exception details: Message: The POP server responded with an error status "-ERR Logon failure: unknown user name or bad password.". Type: Microsoft.M365.RCA.Services.Protocols.Pop.PopServerErrorException Stack trace: at Microsoft.M365.RCA.Services.Protocols.Pop.PopCommand1.CheckForOk(IList
1 response) at Microsoft.M365.RCA.Services.Protocols.Pop.PassCommand.ProcessResponse(IList1 response) at Microsoft.M365.RCA.Services.Protocols.ProtocolClient.<SendCommandAsync>d__17
1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.M365.RCA.Services.Protocols.Pop.PopProtocolClient.<LoginUserPass>d__6.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.M365.RCA.ConnectivityTests.ImapPop.BaseProtocolTest.<PerformTestInternalAsync>d__12.MoveNext()
The same 2 errors that are being displayed in test we are receiving within our application that we want to use to send emails.
Any help on this issue?