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 jspringbot-mail-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jspringbot.keyword.mail
├─ org.jspringbot.keyword.mail.AbstractMailKeyword.class - [JAR]
├─ org.jspringbot.keyword.mail.DeleteAllMessages.class - [JAR]
├─ org.jspringbot.keyword.mail.GetAllMessages.class - [JAR]
├─ org.jspringbot.keyword.mail.GetFolderMessageCount.class - [JAR]
├─ org.jspringbot.keyword.mail.GetMessageBySubject.class - [JAR]
├─ org.jspringbot.keyword.mail.OpenMailSession.class - [JAR]
├─ org.jspringbot.keyword.mail.ReadMailHelper.class - [JAR]
├─ org.jspringbot.keyword.mail.SetMailAuth.class - [JAR]
├─ org.jspringbot.keyword.mail.SetMailFolder.class - [JAR]