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-mailbox-memory-3.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.mailbox.inmemory.mail
├─ org.apache.james.mailbox.inmemory.mail.InMemoryAnnotationMapper.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryAttachmentMapper.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryMailboxMapper.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryMessageIdMapper.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryMessageMapper.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryModSeqProvider.class - [JAR]
├─ org.apache.james.mailbox.inmemory.mail.InMemoryUidProvider.class - [JAR]
org.apache.james.mailbox.inmemory
├─ org.apache.james.mailbox.inmemory.InMemoryId.class - [JAR]
├─ org.apache.james.mailbox.inmemory.InMemoryMailboxManager.class - [JAR]
├─ org.apache.james.mailbox.inmemory.InMemoryMailboxSessionMapperFactory.class - [JAR]
├─ org.apache.james.mailbox.inmemory.InMemoryMessageId.class - [JAR]
├─ org.apache.james.mailbox.inmemory.InMemoryMessageManager.class - [JAR]
org.apache.james.mailbox.inmemory.quota
├─ org.apache.james.mailbox.inmemory.quota.InMemoryCurrentQuotaManager.class - [JAR]
├─ org.apache.james.mailbox.inmemory.quota.InMemoryPerUserMaxQuotaManager.class - [JAR]
org.apache.james.mailbox.inmemory.user
├─ org.apache.james.mailbox.inmemory.user.InMemorySubscriptionMapper.class - [JAR]