Guys, Is it possible to load a image dynamically through some load-image signal or something? The requirement is that I use webkit for Anjal mail client. When I receive a html mail, which has inline images, I have the images attached as inline message parts with a cid and the body refers to the cid in the mime message.
<sample below> ==================== ... ... <IMG SRC="cid:1248589623.30905.0.camel@linux-900d " ALIGN="bottom" BORDER="0"><FONT COLOR="#000000"> is a great</FONT> </BODY> </HTML> --=-oVQ0TsF3PMC1cEQtIZez-- --=-OUj5kRQUdfmMOfnJic+y Content-ID: <1248589623.30905.0.ca...@linux-900d> Content-Disposition: attachment; filename="foo.png" Content-Type: image/png; name="foo.png" Content-Transfer-Encoding: base64 iVBORw0KGgoAAAANSUhEUgAAAFoAAABJCAYAAAC96jE3AAAABmJLR0QA/wAAAAAzJ3zzAAAACXBI WXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1AkWEBQAD5HqjgAAIABJREFUeF7UvGmQ7Od13vd7t//W ... ... ================= Is it possible to do now or would be it be possible in future? GtkHTML2 (Evolution's html renderer had some things for needs like these). -Srini.
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
