Guest User

Untitled

a guest
May 30th, 2018
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. DEBUG IMAPS: trying to connect to host "mail.xxx.com", port 993, isSSL true
  2. * OK The Microsoft Exchange IMAP4 service is ready.
  3. A0 CAPABILITY
  4. * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN SASL-IR UIDPLUS MOVE ID UNSELECT CHILDREN IDLE NAMESPACE LITERAL+
  5. A0 OK CAPABILITY completed.
  6. DEBUG IMAPS: AUTH: PLAIN
  7. DEBUG IMAPS: protocolConnect login, host=mail.xxx.com, user=user1@xxx.com, password=<non-null>
  8. DEBUG IMAPS: AUTHENTICATE PLAIN command trace suppressed
  9. DEBUG IMAPS: AUTHENTICATE PLAIN command result: A1 NO AUTHENTICATE failed.
  10. DEBUG IMAPS: trying to connect to host "mail.xxx.com", port 993, isSSL true
  11. * OK The Microsoft Exchange IMAP4 service is ready.
  12. A0 CAPABILITY
  13. * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN SASL-IR UIDPLUS MOVE ID UNSELECT CHILDREN IDLE NAMESPACE LITERAL+
  14. A0 OK CAPABILITY completed.
  15. DEBUG IMAPS: AUTH: PLAIN
  16. DEBUG IMAPS: protocolConnect login, host=mail.xxx.com, user=user1@xxx.com, password=<non-null>
  17. DEBUG IMAPS: AUTHENTICATE PLAIN command trace suppressed
  18. DEBUG IMAPS: AUTHENTICATE PLAIN command result: A1 NO AUTHENTICATE failed.
  19. SEVERE: Exception: AUTHENTICATE failed.
Add Comment
Please, Sign In to add comment