anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
https://anymail.dev
BSD 3-Clause "New" or "Revised" License
1.7k stars 130 forks source link

fix: handle attachments from Apple Mail client #328

Closed martinezleoml closed 1 year ago

martinezleoml commented 1 year ago

This fixes #327 (email attachments from Apple Mail client not detected).

medmunds commented 1 year ago

Thanks for this, but see my comment in your original issue.

(Also, Anymail's is_attachment() was borrowed from Python's MIMEPart.is_attachment(), and we don't really want their behaviors to diverge.)