drewr / postal

Clojure email support
MIT License
586 stars 85 forks source link

Add support for attachments and inline attachments as bytes arrays. #87

Open guilespi opened 7 years ago

guilespi commented 7 years ago

Now only files were supported so if content was part of a stream it was necessary to pivot in a temporary file.

:content is assumed to be a byte array of a base64 encoded file.

vincent-dm commented 6 years ago

Is anyone still looking at this? I have to attach send e-mails with inline images which are byte arrays and I really want to avoid the tmp-file route...

I created an alternate pull request: #96