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 have made this change because it wasn't immediately obvious that it actually means tags being "links". I had an email with plain URL links and it took some time...

When calling `Get Email Body` I expect it to return the body of the email as can be seen in the original email source. However, due to the call `decode('quoted-printable')`...

The below multipart commands apparently require that the cache to be loaded first: multipart keywords: Get Multipart Content Type, Get Multipart Field, Get Multipart Field Names, Get Multipart Field, and...

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...

enhancement

Trying to open link from email - it could not find any links from mail because of links and special characters are on utf8 mode: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable...

Trying to look for emails with specific subjects that can be sent in multiple languages I ran into this issue. This is being sent to a gmail account. It seems...

I've noticed that the wait_for_email test seems to struggle when using multi word subjects. Using two words is signifigantly slower than using a one word subject search, and using 3...

Hi! We use imaplibrary for our mail needs while testing our app. We just switched to a Google Apps gmail account and when we connect, Google won't let us, it...