pyzmail icon indicating copy to clipboard operation
pyzmail copied to clipboard

Pyzmail is a high level mail library for Python, providing functions to read, compose and send emails

Results 14 pyzmail issues
Sort by recently updated
recently updated
newest added

I recently ran across an email where the attachment could not be extracted using pzymail. The issue appears to be with the parsing of boundaries and over relying on them...

I'm opening this as an issue so it's tracked. In particular, it would be nice to have in the docs some indication on how to add extra headers for common...

Assuming i'd be using pyzmail as an email processor which replaces all url's with a shortener (for tracking), is the following approach correct? ``` for part in msg.mailparts: payload =...