lovelysystems / robotframework-imaplibrary

Mail Library for Robot Framework
29 stars 87 forks source link

Walk multipart emails + extract match from regexp #14

Closed martinhill closed 10 years ago

martinhill commented 10 years ago

I needed to retrieve content from multipart emails via IMAP. Imaplibrary could only handle simple emails, so I added a few new keywords. Perhaps others would find these useful..

The only new dependency is the standard email module.

The second commit adds a keyword to extract matches based on a regexp parameter.

Thanks Martin

memcmp commented 10 years ago

merged and released: https://pypi.python.org/pypi/robotframework-imaplibrary/0.1.1