hudeany / ConsoleMailer

Java Email Send Client with support for DKIM, S/MIME and PGP/GPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConsoleMailer

Java Email Send Client with support for DKIM, S/MIME and PGP/GPG

Main-Class is "de.soderer.mailer.ConsoleMailer"

The class, which does all the email encryption and delivery work, is "de.soderer.utilities.mail.Mailer".

The conformity with existing standards and protocols was tested with Thunderbird as the receiving email client, but no warrant about correct function is given. This is experimental code and should not be used in any productive live system.

Dependencies:

You need to find the following libs at their downloadsites:

activation-1.1.1.jar https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar

bcmail-jdk15on-1.69.jar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar

bcpg-jdk15on-1.69.jar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar

bcpkix-jdk15on-1.69.jar https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.jar

bcprov-jdk15on-1.69.jar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar

bcutil-jdk15on-1.69.jar https://repo1.maven.org/maven2/org/bouncycastle/bcutil-jdk15on/1.69/bcutil-jdk15on-1.69.jar

javax.mail-1.6.2.jar https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar

About

Java Email Send Client with support for DKIM, S/MIME and PGP/GPG

License:MIT License


Languages

Language:Java 100.0%