kodus / mail

Simple, modern library of services for sending UTF-8 e-mail
38 stars 5 forks source link

Improve support for inline images #5

Open mindplay-dk opened 8 years ago

mindplay-dk commented 8 years ago

At the moment, support for inline images requires you to specify the MIME type manually.

Add at least simple (file extension based) MIME type detection.

This will be a minor BC break, and should be documented in UPGRADING.md.

Once the API is final, add documentation to README.md.