javamail - How do I download the screenshots attached in the mail body -


my program picks mail pop3 enabled email exchange server. mails have screen shots part of body. want save screenshots in mail on local drive. using javamail api. api doesnot pick screenshot inline attachment rather says mime type of email message text/html. how pick screenshot using javamail. src:cid

if it's referencing screenshots using src:cid, text/html 1 part of multipart/related , screenshots other parts. can match cid reference content-id of parts.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -