robotframework-imaplibrary icon indicating copy to clipboard operation
robotframework-imaplibrary copied to clipboard

IMAP email testing library for Robot Framework

Results 19 robotframework-imaplibrary issues
Sort by recently updated
recently updated
newest added

I am trying to open mailbox using imap library for outlook , below are the settings i used: Open Mailbox host=outlook.office365.com [email protected] password=*************** is_secure=True error as below: **error: b'LOGIN failed.'**...

in our automation we have multiple jobs use same email in the same time. Do you thing we can add function to retrieve the amount of active connections?

When I am using Delete Email keyword, it doesn't really delete email (move to Trash), it moves email to important folder.

replaces `message_from_string` with `message_from_bytes` in init.py

i got error like below "AttributeError: 'HTTPMessage' object has no attribute 'getheader'"

We're using Python 3.5 and we kept getting this error when parsing emails: ``` Documentation: Returns all links found in the email body from given email_index. Start / End /...

I am not able to connect to mailbox from behind the proxy server, is there any keyword or workaround for the same ?

Hello there, I'm getting this LookupError when I try to use `Get Links From Email` keyword: ``` Open Mailbox server=imap.googlemail.com [email protected] password=pass ${proWelcomeMail} = Wait for Email recipient=${USER_EMAIL} subject=Welcome Open...

If there is something in the mailbox, calling `Delete All Emails` soon after `Open Mailbox` keyword does not seem to do anything (calling `Wait For Email` after returns me emails...