mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-27 19:09:27 -04:00
Useful for cases where ESP could send raw 8bit message (and its charset is something other than utf-8). Also reworks earlier Python 2.7 workaround email.parser.Parser header unfolding bugs to handle any text-like, file-like IO stream, without trying to manipulate the entire message as a single string.