https://github.com/jakartaee/mail-api
Jakarta Mail Specification project
https://github.com/jakartaee/mail-api
jakartaee java
Last synced: 5 months ago
JSON representation
Jakarta Mail Specification project
- Host: GitHub
- URL: https://github.com/jakartaee/mail-api
- Owner: jakartaee
- License: other
- Created: 2018-09-07T10:36:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T08:18:38.000Z (8 months ago)
- Last Synced: 2025-05-08T02:45:38.977Z (5 months ago)
- Topics: jakartaee, java
- Language: Java
- Homepage: https://jakartaee.github.io/mail-api
- Size: 17 MB
- Stars: 259
- Watchers: 31
- Forks: 106
- Open Issues: 104
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Jakarta Mail
[](https://github.com/jakartaee/mail-api/actions/workflows/maven.yml?branch=master)
[](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/)Jakarta Mail defines a platform-independent and protocol-independent
framework to build mail and messaging applications.**IMPORTANT:** The implementation of the Jakarta Mail API, aka JakartaMail (formerly JavaMail),
is no longer part of this repository.
As part of breaking tight integration between Jakarta Mail API and the implementation,
its sources were moved to the new project - [Eclipse Angus](https://eclipse-ee4j.github.io/angus-mail) -
and further development continues there. [Eclipse Angus](https://eclipse-ee4j.github.io/angus-mail)
is the direct successor of JavaMail/JakartaMail.See the [Jakarta Mail web site](https://jakartaee.github.io/mail-api/).
## License
* The Jakarta Mail API project source code is licensed
under the [Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/)
and [GNU General Public License (GPL) v2 with Classpath Exception](https://www.gnu.org/software/classpath/license.html);
see the license information at the top of each source file.
* The binary jar files published to the Maven repository are licensed
under the same licenses as the corresponding source code;
see the file `META-INF/LICENSE.*` in each jar file.You'll find the text of the licenses in the workspace in various `LICENSE.txt` or `LICENSE.md` files.
Don't let the presence of these license files in the workspace confuse you into thinking
that they apply to all files in the workspace.You should always read the license file included with every download, and read
the license text included in every source file.## Contributing
We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).## Links
* [Jakarta Mail web site](https://jakartaee.github.io/mail-api/)
* [Jakarta Mail Specification project](https://github.com/jakartaee/mail-spec)
* [Jakarta Mail TCK project](https://github.com/jakartaee/mail-tck)
* [Jakarta Mail API nightly build job](https://ci.eclipse.org/mail/job/mail-api-build/)
* [Mailing list](https://accounts.eclipse.org/mailing-list/mail-dev)
* [Eclipse Angus project](https://eclipse-ee4j.github.io/angus-mail)