Java mail Api wants to show the link to the attachment

I am using the Java mail api to download the attached file.

after the tutorial

The problem is that it does not show the download link.

What I want: if the mail contains an attachment, then only the download link will be displayed, and when the user clicks on this link, the file should be downloaded.

+3
source share

All Articles