mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

PIP-631: printed-quotable encoding should convert lines leading in `.` to `=2E` #233

Closed thrawn01 closed 4 years ago

thrawn01 commented 5 years ago

Purpose

To replacing the leading '.' in an quoted-printable encoded mime part to avoid obscure SMTP bug.

Performance Implications