Skip to content

Conversation

@martinezleoml
Copy link
Contributor

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

@medmunds
Copy link
Contributor

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.)

@medmunds medmunds closed this Jul 23, 2023
medmunds added a commit that referenced this pull request Jul 27, 2023
* refactor: derive `AnymailInboundMessage` from `email.message.EmailMessage`
  rather than legacy Python 2.7 `email.message.Message`

* feat(inbound): replace confusing `inline_attachments` with `content_id_map`
  and `inlines`; rename `is_inline_attachment` to `is_inline`; deprecate old names 

Closes #328

---------

Co-authored-by: Mike Edmunds <medmunds@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Inbound] Apple Mail inline attachments not taken into account

2 participants