drewr / postal

Clojure email support
MIT License
586 stars 85 forks source link

Added support for content-id in all body parts #96

Open vincent-dm opened 6 years ago

vincent-dm commented 6 years ago

Added support for content-id in attachments which are not type :attachment or :inline. These attachments support byte arrays, thereby enabling their use for inlining inside the HTML body. This is an alternate solution to the problem signaled in #87.

I added a test for this case, using a byte array representing a minimal valid PNG file.