usrflo / DKIM-for-JavaMail

DKIM for JavaMail is a small JAR that can be easily implemented in existing Java projects using JavaMail for sending DKIM signed emails.
Apache License 2.0
34 stars 48 forks source link

Java 10 compatibility #6

Closed jonas27 closed 1 year ago

jonas27 commented 6 years ago

I updated target version to 1.10 and use java.util.Base64 instead of sun.misc.BASE64Encoder