mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-22 16:56:02 -04:00
Fix a crash or text-mangling issue when an inbound message uses a charset other than utf-8 for its text or html body, and SendGrid's "post raw" inbound parse option is *not* enabled. Update docs to recommend "post raw" option. Fixes #187