I am new to the blob data conversion of content. I am reading the emails and saving into database with body type as BLOB, if we have image embed into email even those are saving into it. but the problem is retrieving back and showing it to users. The image re-creation is not happening it says image path failed.
the src in image tag would be something like this.
cid:image001.png@01CF630F.005FA080
Please help with the suitable java code which 'll form image back and we can show into the division .
thanks in advance.