DEV Community

abdhu1
abdhu1

Posted on

how to donwload the email attachment and store the inside the download folder using java?

Hi Iam creating a java mail application. in that application if a user clicks the download attachment, the attachment should download and save inside the download folder. in my case the code is working but i cannot open the downloaded file. it says Invalid format

public ByteArrayInputStream downloadAttachment(Long findtimestamp, String

Top comments (0)