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 dreamly-starter-mail-1.0.0-beta.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zj.dreamly.mail.service.impl
├─ com.github.zj.dreamly.mail.service.impl.ExchangeServiceImpl.class - [JAR]
├─ com.github.zj.dreamly.mail.service.impl.ImapServiceImpl.class - [JAR]
├─ com.github.zj.dreamly.mail.service.impl.Pop3ServiceImpl.class - [JAR]
com.github.zj.dreamly.mail.exception
├─ com.github.zj.dreamly.mail.exception.MailCustomException.class - [JAR]
com.github.zj.dreamly.mail.service
├─ com.github.zj.dreamly.mail.service.MailService.class - [JAR]
com.github.zj.dreamly.mail.entity
├─ com.github.zj.dreamly.mail.entity.MailConnection.class - [JAR]
├─ com.github.zj.dreamly.mail.entity.MailConnectionConfig.class - [JAR]
├─ com.github.zj.dreamly.mail.entity.MailItem.class - [JAR]
├─ com.github.zj.dreamly.mail.entity.UniversalAttachment.class - [JAR]
├─ com.github.zj.dreamly.mail.entity.UniversalMail.class - [JAR]
├─ com.github.zj.dreamly.mail.entity.UniversalRecipient.class - [JAR]
com.github.zj.dreamly.mail.enums
├─ com.github.zj.dreamly.mail.enums.ProxyTypeEnum.class - [JAR]
com.github.zj.dreamly.mail.constant
├─ com.github.zj.dreamly.mail.constant.MailConstant.class - [JAR]
com.github.zj.dreamly.mail.util
├─ com.github.zj.dreamly.mail.util.EmailParsing.class - [JAR]
├─ com.github.zj.dreamly.mail.util.EmailSender.class - [JAR]