Am Donnerstag, 7. November 2019 02:34:22 UTC+1 schrieb TonyM:
>
> Stephan,
>
> I believe attachments are handled as mime types inside the body text.
>

Of course. Looking at the pure ASCII file of a mail it's trivial. The 
content type is multipart mixed. A boundary string is defined and then the 
whole body looks something like this:

Mail text here
--BOUNDARY
HTML text here
--BOUNDARY
attachment 1 here
--BOUNDARY
attachment 2 here
--BOUNDARY--

But you cannot pass that using a mailto-link.

You might also like to check 
https://stackoverflow.com/questions/5233556/using-mailto-to-send-email-with-an-attachment



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e21e389-94f6-43e2-b5da-6b8c6f6c502d%40googlegroups.com.

Reply via email to