rickypc / robotframework-imaplibrary

IMAP email testing library for Robot Framework
https://pypi.python.org/pypi/robotframework-imaplibrary
Apache License 2.0
21 stars 35 forks source link

Login failed for Open Mailbox for outlook imap #32

Open viinodk opened 9 months ago

viinodk commented 9 months ago

I am trying to open mailbox using imap library for outlook , below are the settings i used:

Open Mailbox host=outlook.office365.com user=xxxxx@officedomain.com password=*** is_secure=True

error as below:

error: b'LOGIN failed.'

Please advise

lasselindqvist commented 9 months ago

Hi. Try to login to your mailbox using the imaplib directly and see what happens: https://docs.python.org/3/library/imaplib.html#imap4-example