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

Mail Library for Robot Framework

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

Posted on https://github.com/rickypc/robotframework-imaplibrary

On some emails I'm reading, I get a unicode error like below. Any ideas why or how I can fix? 20160210 10:22:17.647 : FAIL : UnicodeDecodeError: 'ascii' codec can't decode...

Hi, At first I want to say thank you for your job and for your library! it's very useful And I want to suggest you to add new keyword which...

All the actions related getting url from email, somehow changes the original url. Expected url : `http://example.com/?email_id=566xy&...` Returned url : `http://example.com/?email_idV6xy&...` As you can see `=56` replaced with the `V`....

New ones: -Get Email Title - Remove All Mails Better handling for encoding - Get Email Body Others: - Changed port to 143 to be easier to use with local...

Useful when mail is format in text only

Added new Keyword to get the subject of an email.

was useful for me

Added support for email subject and body text to search email. The entry point keyword `Wait For Mail` has optional arguments `subject` and `text`.

Google improved security, locking out robots using imaplib to login or check gmail. now requires an authorization using OAUTH. http://stackoverflow.com/questions/25413301/gmail-login-failure-using-python-and-imaplib