Skip to content

Instantly share code, notes, and snippets.

@retifrav
Created September 30, 2019 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retifrav/73dc7240d4bc9ef82b6f3675660b1fab to your computer and use it in GitHub Desktop.
Save retifrav/73dc7240d4bc9ef82b6f3675660b1fab to your computer and use it in GitHub Desktop.
Exchange IMAP4 test error
The IMAP service is being tested.
There was an error testing the IMAP service
Additional Details
S: * OK The Microsoft Exchange IMAP4 service is ready.
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+
1 OK CAPABILITY completed.
C: 2 LOGIN myname <password>
S: 2 NO LOGIN failed.
C: 3 LIST "" *
S: 3 BAD Command received in Invalid state.
Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.MailProtocolException: 3 BAD Command received in Invalid state.
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.ImapProtocolTester.SendCommand(String command, String logString)
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.ImapProtocolTester.CheckMailboxHealth()
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.BaseProtocolTest.PerformTestReally()
Elapsed Time: 224 ms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment