OpenBuildings / postmark

Postmark transport for Swift Mailer
https://github.com/OpenBuildings/postmark
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Set Content-ID only for inline attachements #39

Closed hkdobrev closed 8 years ago

hkdobrev commented 8 years ago

This fixes a bug introduced in https://github.com/OpenBuildings/postmark/pull/24

When a Content-ID header is set for an attachement with Content-Disposition: attachement the attachement is converted to inline via Postmark and the Mac OS Mail.app does not show the attachement properly.

dkyosev commented 8 years ago

LGTM