jar

io.github.locke-chappel.oss.commons : email

Maven & Gradle

Mar 29, 2023
0 stars

email · A generic email interface accepting messages in a common format and then translating them to a provider specific formats

Table Of Contents

Latest Version

Download io.github.locke-chappel.oss.commons : email JAR file - Latest Versions:

All Versions

Download io.github.locke-chappel.oss.commons : email 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 email-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.lc.oss.commons.email

├─ io.github.lc.oss.commons.email.AbstractEmailService.class - [JAR]

├─ io.github.lc.oss.commons.email.AbstractGMailService.class - [JAR]

├─ io.github.lc.oss.commons.email.AbstractJakartaMailService.class - [JAR]

├─ io.github.lc.oss.commons.email.EmailMessage.class - [JAR]

├─ io.github.lc.oss.commons.email.EmailService.class - [JAR]

├─ io.github.lc.oss.commons.email.EmailTypes.class - [JAR]

├─ io.github.lc.oss.commons.email.Message.class - [JAR]

Advertisement