Skip to content

Commit 76430f5

Browse files
committed
Reviving project under new home, with JavaMail replaced with Jakarta Mail 2.0.1 and Apache v2 license.
1 parent 1cb7960 commit 76430f5

File tree

9 files changed

+114
-491
lines changed

9 files changed

+114
-491
lines changed

README.MD

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
1-
# A S/MIME library for JavaMail
1+
[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt)
2+
[![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/utils-mail-smime.svg?style=flat)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22utils-mail-smime%22)
3+
[![Javadocs](http://www.javadoc.io/badge/org.simplejavamail/utils-mail-smime.svg)](http://www.javadoc.io/doc/org.simplejavamail/utils-mail-smime)
4+
[![Codacy](https://img.shields.io/codacy/grade/4d380e585ee54d30ae67e200be1806f5?style=flat)](https://www.codacy.com/gh/simple-java-mail/java-utils-mail-smime)
25

3-
[![Build Status](https://travis-ci.org/markenwerk/java-utils-mail-smime.svg?branch=master)](https://travis-ci.org/markenwerk/java-utils-mail-smime)
4-
[![Dependency Status](https://www.versioneye.com/user/projects/562bcd9836d0ab002100128a/badge.svg)](https://www.versioneye.com/user/projects/562bcd9836d0ab002100128a)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-smime/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-smime)
6-
[![Java SE 6](https://img.shields.io/badge/java-SE_6-brightgreen.svg)](http://docs.oracle.com/javase/6/docs/api/)
7-
[![LGPL 3.0 License](https://img.shields.io/badge/license-LGPL_3.0-brightgreen.svg)](https://github.com/markenwerk/java-utils-mail-smime/blob/master/LICENSE)
6+
# org.simplejavamail:utils-mail-smime
87

9-
This is a simple to use library to use [S/MIME](https://en.wikipedia.org/wiki/S/MIME) features in conjunction with [JavaMail](http://www.oracle.com/technetwork/java/javamail/index.html).
8+
This is a simple-to-use library to use [S/MIME](https://en.wikipedia.org/wiki/S/MIME) features in conjunction with [Jakarta Mail](https://eclipse-ee4j.github.io/mail/).
9+
10+
Note: This is a revival / continuation of the archived project markenwerk/java-utils-mail-smime, which itself was a continuation of an older project.
11+
12+
```xml
13+
<dependency>
14+
<groupId>org.simplejavamail</groupId>
15+
<artifactId>utils-mail-smime</artifactId>
16+
<version>1.0.8</version>
17+
</dependency>
18+
```
19+
20+
## Change history
21+
22+
v1.0.x (xx-xx-2021)
23+
24+
- Initial release, with deprecated JavaMail upgraded Jakarta Mail 2.0.1 and Apache v2 license
25+
26+
# Original documenation follows:
1027

1128
## Overview
1229

@@ -20,14 +37,6 @@ This library allows you to
2037

2138
This library is hosted in the [Maven Central Repository](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-smime). You can use it with the following coordinates:
2239

23-
```xml
24-
<dependency>
25-
<groupId>net.markenwerk</groupId>
26-
<artifactId>utils-mail-smime</artifactId>
27-
<version>1.0.8</version>
28-
</dependency>
29-
```
30-
3140
Consult the [usage description](#usage) and [Javadoc](http://markenwerk.github.io/java-utils-mail-smime/index.html) for further information.
3241

3342
## Origin and state

0 commit comments

Comments
 (0)