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 apache-james-imap-api-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.imap.api.message.response
├─ org.apache.james.imap.api.message.response.ImapResponseMessage.class - [JAR]
├─ org.apache.james.imap.api.message.response.StatusResponse.class - [JAR]
├─ org.apache.james.imap.api.message.response.StatusResponseFactory.class - [JAR]
org.apache.james.imap.api.process
├─ org.apache.james.imap.api.process.ImapLineHandler.class - [JAR]
├─ org.apache.james.imap.api.process.ImapProcessor.class - [JAR]
├─ org.apache.james.imap.api.process.ImapSession.class - [JAR]
├─ org.apache.james.imap.api.process.MailboxType.class - [JAR]
├─ org.apache.james.imap.api.process.MailboxTyper.class - [JAR]
├─ org.apache.james.imap.api.process.SearchResUtil.class - [JAR]
├─ org.apache.james.imap.api.process.SelectedMailbox.class - [JAR]
org.apache.james.imap.api.message.request
├─ org.apache.james.imap.api.message.request.DayMonthYear.class - [JAR]
├─ org.apache.james.imap.api.message.request.ImapRequest.class - [JAR]
├─ org.apache.james.imap.api.message.request.SearchKey.class - [JAR]
├─ org.apache.james.imap.api.message.request.SearchOperation.class - [JAR]
├─ org.apache.james.imap.api.message.request.SearchResultOption.class - [JAR]
org.apache.james.imap.api.message
├─ org.apache.james.imap.api.message.BodyFetchElement.class - [JAR]
├─ org.apache.james.imap.api.message.FetchData.class - [JAR]
├─ org.apache.james.imap.api.message.IdRange.class - [JAR]
├─ org.apache.james.imap.api.message.MessageFlags.class - [JAR]
├─ org.apache.james.imap.api.message.StatusDataItems.class - [JAR]
org.apache.james.imap.api.display
├─ org.apache.james.imap.api.display.CharsetUtil.class - [JAR]
├─ org.apache.james.imap.api.display.HumanReadableText.class - [JAR]
├─ org.apache.james.imap.api.display.Locales.class - [JAR]
├─ org.apache.james.imap.api.display.Localizer.class - [JAR]
org.apache.james.imap.api
├─ org.apache.james.imap.api.ImapCommand.class - [JAR]
├─ org.apache.james.imap.api.ImapConstants.class - [JAR]
├─ org.apache.james.imap.api.ImapMessage.class - [JAR]
├─ org.apache.james.imap.api.ImapSessionState.class - [JAR]
├─ org.apache.james.imap.api.ImapSessionUtils.class - [JAR]