JDK 25 Documentation - Home
The documentation for JDK 25 includes developer guides, API documentation, and release notes.
The JavaMail API provides a set of Java classes for composing, sending, and receiving email through standard protocols such as SMTP, POP3, and IMAP.
The API consists of the javax.mail package for protocol-independent operations and javax.mail.internet for internet-standard protocols and content formats. Key configuration properties and classes enable integration with various mail servers and support for email features like attachments, MIME formatting, and authentication.