Open guilespi opened 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.
:content
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
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.