File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/markenwerk/java-utils-mail-dkim.svg?branch=master )] ( https://travis-ci.org/markenwerk/java-utils-mail-dkim )
44[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-dkim/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-mail-dkim )
5- [ ![ Java SE 6 ] ( https://img.shields.io/badge/java-SE_6 -brightgreen.svg )] ( http://docs.oracle.com/javase/6 /docs/api/ )
5+ [ ![ Java SE 7 ] ( https://img.shields.io/badge/java-SE_7 -brightgreen.svg )] ( http://docs.oracle.com/javase/7 /docs/api/ )
66[ ![ Apache 2.0 License] ( https://img.shields.io/badge/license-Apache_2.0-brightgreen.svg )] ( https://github.com/markenwerk/java-utils-mail-dkim/blob/master/LICENSE )
77
88This is a simple to use library to use [ DKIM] ( https://en.wikipedia.org/wiki/DKIM ) features in conjunction with [ JavaMail] ( https://javaee.github.io/javamail/ ) .
@@ -145,4 +145,4 @@ domainKey.check(from, getDkimPrivateKeyFileForSender(from));
145145[ MimeMessage ] : http://javamail.java.net/nonav/docs/api/index.html?javax/mail/internet/MimeMessage.html
146146[ Session ] : http://javamail.java.net/nonav/docs/api/index.html?javax/mail/Session.html
147147
148- [ RSAPrivateKey ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/security/interfaces/RSAPrivateKey.html
148+ [ RSAPrivateKey ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/security/interfaces/RSAPrivateKey.html
You can’t perform that action at this time.
0 commit comments