arcon:
Yep as mentioned this was with an HMTL sig (Thunderbird), so the file prefix does work to a remote gmail account on android. But my test logo (only 350 bytes) done this way loads noticeably slower than a sig remotely stored on wix. That alone is enough to turn me off attachments :/
It does work? If so, Thunderbird will be converting it to either cid: or data:, because file: will not work.
If using cid:, both further MIME processing and base64 decoding will be required. If data:, just base64 decoding will be required. Unlike a further HTTP request which can occur while parsing the page, these may not (or in many cases cannot) be done until after the HTML and other attachments are fully parsed.