How are the images are referenced in the html text?
I've been doing more investigation.
They are actually referanced in the html using a "content-id" not the filename.
eg. cid:image123.jpg@01ade.128dbc
and the attachment itself carries that content-id, as well as the usual filename.
"name = image123.jpg"
"
content-id = [EMAIL]image123.jpg@01ade.128dbc"[/EMAIL]
I am looking into it further.
I think the image files may need to be named using the content-id.
or, the html may need to be altered to referance the filename not content-id.
The webview, I assume uses the html file directory path as a default related file path.