jar

com.github.yelong0216 : yelong-mail

Maven & Gradle

Sep 20, 2020
0 stars

yelong-mail · 发送邮件的简单实现

Table Of Contents

Latest Version

Download com.github.yelong0216 : yelong-mail JAR file - Latest Versions:

All Versions

Download com.github.yelong0216 : yelong-mail JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window yelong-mail-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.yelong.mail.exception

├─ org.yelong.mail.exception.AddInlineImageException.class - [JAR]

├─ org.yelong.mail.exception.MailSendException.class - [JAR]

org.yelong.mail.simple

├─ org.yelong.mail.simple.AbstractMail.class - [JAR]

├─ org.yelong.mail.simple.BuilderMailException.class - [JAR]

├─ org.yelong.mail.simple.MailBuilder.class - [JAR]

├─ org.yelong.mail.simple.SimpleMail.class - [JAR]

org.yelong.mail

├─ org.yelong.mail.Content.class - [JAR]

├─ org.yelong.mail.Mail.class - [JAR]

├─ org.yelong.mail.MailSessionPropertyPool.class - [JAR]

├─ org.yelong.mail.Recipient.class - [JAR]

├─ org.yelong.mail.Sender.class - [JAR]

Advertisement