I’d like to understand the difference between “media” and “attachments.” Can an attachment be an png, for instance, or would that be considered media?
I am migrating a scenario from v2. My scenario takes a different route if there are any media (images, video, sound) embedded in the email or as in an email as an attachment (either way, I need to process media in the same manner). Previously, there were only “attachments,” so I could check the mime types and be done with it. However, if “media” refers to both attached .png files and “embedded” png files (for example), then I don’t need to look at attachments at all (which would be convenient).
