- Use imaplib uid function to avoid races with concurrent IMAP clients. Thanks to @gsikorski
- Added custom folder support for Open Mailbox and Wait For Email. Thanks to @jhoward321
- Fix is_secure parameter. Thanks to @davidrums
- Multi-words email subject search bugfixes
- Adjust documentation
- Adjust test cases
- Adjust documentation
- Add Python 3.x support
- Add subject and text filters
- Add non-secure connection support
- Adjust documentation
- Add more unit test
- Add backward compatible support
- Add Delete All Emails, Delete Email, Mark All Emails As Read, and Mark Email As Read keywords
- Add alternative keyword to deprecated keywords
- Transition from previous project maintainer
- Follow Python code style guide
- Initial project infrastructure
- Fix multipart-mime reading (thanks to Frank Berthold)
- Fix Gmail search contributed by https://github.com/martinhill
- Throw exception when IMAP server responds with error
- Add multipart email capabilities
- Add status filter to
wait_for_mail
keyword - Fix opened page encoding to
open_link_from_mail
keyword
- Get email body - another attempt
- Get email body
- Mark emails as read
- Add build environment and unit test
- Add get links from email keyword
- Documents and Apache license
- from and to email are not required
- Initial version