I try last version of MsgViewer (1.9) for eml files viewing
Uses from source, and from rpm (centos6) - and get problem.
Images from eml do not displayed (see attach)? Why?
Hi,
I think the problem is simple to solve. The Content-Type should be multipart/related instead of multipart/mixed and every attachment needs a header line with its Content-ID: <abc.xyz> where abc.xyz is used together with the prefix cid: as value in the src attribute of an img tag.
So either the author of that wonderful converter could fix this or one has to change and compile the source code by itself or one can use a little script which makes these changes afterwards.
Last edit: nicthequick 2017-11-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I think the problem is simple to solve. The Content-Type should be
multipart/relatedinstead ofmultipart/mixedand every attachment needs a header line with itsContent-ID: <abc.xyz>whereabc.xyzis used together with the prefixcid:as value in thesrcattribute of animgtag.So either the author of that wonderful converter could fix this or one has to change and compile the source code by itself or one can use a little script which makes these changes afterwards.
Last edit: nicthequick 2017-11-24
Can you check that forked projet : https://github.com/lolo101/MsgViewer
and see if it solves this issue ?
I do not need this tool anymore.