View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window appng-mail-1.24.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appng.mail
├─ org.appng.mail.Address.class - [JAR]
├─ org.appng.mail.Attachment.class - [JAR]
├─ org.appng.mail.Mail.class - [JAR]
├─ org.appng.mail.MailException.class - [JAR]
├─ org.appng.mail.MailTransport.class - [JAR]
├─ org.appng.mail.Receiver.class - [JAR]
org.appng.mail.impl
├─ org.appng.mail.impl.AttachmentImpl.class - [JAR]
├─ org.appng.mail.impl.DefaultTransport.class - [JAR]
├─ org.appng.mail.impl.MailImpl.class - [JAR]