Jakarta Mail

Jakarta Mail (formerly JavaMail) is a Jakarta EE API used to send and receive email via SMTP, POP3 and IMAP. Jakarta Mail is built into the Jakarta EE platform, but also provides an optional package for use in Java SE.[1]

The current version is 2.1.3, released on February 29, 2024.[2] Another open source Jakarta Mail implementation exists (GNU JavaMail), which -while supporting only the obsolete JavaMail 1.3 specification- provides the only free NNTP backend, which makes it possible to use this technology to read and send news group articles.

As of 2019, the software is known as Jakarta Mail, and is part of the Jakarta EE brand (formerly known as Java EE). The reference implementation is part of the Eclipse Angus project.

Maven coordinates of the relevant projects required for operation are:

  • mail API: jakarta.mail:jakarta.mail-api:2.1.3
  • mail implementation: org.eclipse.angus:angus-mail:2.0.3
  • multimedia extensions: jakarta.activation:jakarta.activation-api:2.1.3
  1. ^ "JavaEE inclusion". Retrieved 12 Nov 2014.
  2. ^ "Jakarta Mail Home Page". Retrieved 5 September 2023.