jar

com.github.houbb : email

Maven & Gradle

May 28, 2020

email · The most elegant email tool for java.

Table Of Contents

Latest Version

Download com.github.houbb : email JAR file - Latest Versions:

All Versions

Download com.github.houbb : email JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 email-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.email.util

├─ com.github.houbb.email.util.AddressUtil.class - [JAR]

com.github.houbb.email.core.impl

├─ com.github.houbb.email.core.impl.AbstractEmail.class - [JAR]

├─ com.github.houbb.email.core.impl.Emails.class - [JAR]

├─ com.github.houbb.email.core.impl.OutlookEmail.class - [JAR]

├─ com.github.houbb.email.core.impl.WangYi163Email.class - [JAR]

com.github.houbb.email.core

├─ com.github.houbb.email.core.IEmail.class - [JAR]

com.github.houbb.email.constant

├─ com.github.houbb.email.constant.EmailConst.class - [JAR]

com.github.houbb.email.exception

├─ com.github.houbb.email.exception.EmailRuntimeException.class - [JAR]

com.github.houbb.email.bs

├─ com.github.houbb.email.bs.EmailBs.class - [JAR]

com.github.houbb.email.support.context

├─ com.github.houbb.email.support.context.SendContext.class - [JAR]

Advertisement