Skip to content

Commit ecbe45a

Browse files
committed
released 5.0.7
1 parent 305a2d5 commit ecbe45a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![APACHE v2 License](https://img.shields.io/badge/license-apachev2-blue.svg?style=flat)](LICENSE-2.0.txt)
22
[![Latest Release](https://img.shields.io/maven-central/v/org.simplejavamail/simple-java-mail.svg?style=flat)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22)
3-
[![Javadocs](https://img.shields.io/badge/javadoc-5.0.6-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail)
3+
[![Javadocs](https://img.shields.io/badge/javadoc-5.0.7-brightgreen.svg?color=brightgreen)](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail)
44
[![Build Status](https://img.shields.io/travis/bbottema/simple-java-mail.svg?style=flat)](https://travis-ci.org/bbottema/simple-java-mail)
55
[![Codacy](https://img.shields.io/codacy/9f142ca8c8c640c984835a8ae02d29f3.svg?style=flat)](https://www.codacy.com/app/b-bottema/simple-java-mail)
66

@@ -68,17 +68,17 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6868
<dependency>
6969
<groupId>org.simplejavamail</groupId>
7070
<artifactId>simple-java-mail</artifactId>
71-
<version>5.0.6</version>
71+
<version>5.0.7</version>
7272
</dependency>
7373
```
7474

7575
### Latest Progress ###
7676

77-
v5.0.1 - [v5.0.6](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.6%7Cjar)
77+
v5.0.1 - [v5.0.7](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.0.7%7Cjar)
7878

79+
- v5.0.7 (27-Oktober-2018): [#175](https://github.com/bbottema/simple-java-mail/issues/175) Attachment names are not always parsed properly from MimeMessage
7980
- v5.0.6 (3-Oktober-2018): [#167](https://github.com/bbottema/simple-java-mail/issues/167) Email addresses validated despite cleared validation validation criteria
80-
- v5.0.5 (3-Oktober-2018): [#137](https://github.com/bbottema/simple-java-mail/issues/137) When replying to an email with HTML, the result body is
81-
empty
81+
- v5.0.5 (3-Oktober-2018): [#137](https://github.com/bbottema/simple-java-mail/issues/137) When replying to an email with HTML, the result body is empty
8282
- v5.0.4 (22-September-2018): [#168](https://github.com/bbottema/simple-java-mail/issues/168) Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
8383
- v5.0.3 (11-April-2018): [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API
8484
- v5.0.2 (7-April-2018): [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API

RELEASE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ http://www.simplejavamail.org
33
<dependency>
44
<groupId>org.simplejavamail</groupId>
55
<artifactId>simple-java-mail</artifactId>
6-
<version>5.0.6</version>
6+
<version>5.0.7</version>
77
</dependency>
88

9-
v5.0.1 - v5.0.6
9+
v5.0.1 - v5.0.7
1010

11+
- v5.0.7 (27-Oktober-2018): #175: Attachment names are not always parsed properly from MimeMessage
1112
- v5.0.6 (3-Oktober-2018): #167: Email addresses validated despite cleared validation validation criteria
1213
- v5.0.5 (3-Oktober-2018): #137: When replying to an email with HTML, the result body is empty
1314
- v5.0.4 (22-September-2018): #168: Properties aquired through ConfigLoader should be typed explicitly and converted if necessary

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>simple-java-mail</artifactId>
88
<packaging>jar</packaging>
99
<name>Simple Java Mail</name>
10-
<version>5.0.7-SNAPSHOT</version>
10+
<version>5.0.7</version>
1111
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
1212
<url>http://http://www.simplejavamail.org/</url>
1313

0 commit comments

Comments
 (0)