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 protocols-managesieve-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.managesieve.core
├─ org.apache.james.managesieve.core.CoreProcessor.class - [JAR]
├─ org.apache.james.managesieve.core.PlainAuthenticationProcessor.class - [JAR]
org.apache.james.managesieve.api.commands
├─ org.apache.james.managesieve.api.commands.Authenticate.class - [JAR]
├─ org.apache.james.managesieve.api.commands.Capability.class - [JAR]
├─ org.apache.james.managesieve.api.commands.CheckScript.class - [JAR]
├─ org.apache.james.managesieve.api.commands.CoreCommands.class - [JAR]
├─ org.apache.james.managesieve.api.commands.DeleteScript.class - [JAR]
├─ org.apache.james.managesieve.api.commands.GetScript.class - [JAR]
├─ org.apache.james.managesieve.api.commands.HaveSpace.class - [JAR]
├─ org.apache.james.managesieve.api.commands.LineCommands.class - [JAR]
├─ org.apache.james.managesieve.api.commands.ListScripts.class - [JAR]
├─ org.apache.james.managesieve.api.commands.Logout.class - [JAR]
├─ org.apache.james.managesieve.api.commands.Noop.class - [JAR]
├─ org.apache.james.managesieve.api.commands.PutScript.class - [JAR]
├─ org.apache.james.managesieve.api.commands.RenameScript.class - [JAR]
├─ org.apache.james.managesieve.api.commands.SetActive.class - [JAR]
├─ org.apache.james.managesieve.api.commands.StartTLS.class - [JAR]
├─ org.apache.james.managesieve.api.commands.Unauthenticate.class - [JAR]
org.apache.james.managesieve.jsieve
├─ org.apache.james.managesieve.jsieve.Parser.class - [JAR]
org.apache.james.managesieve.transcode
├─ org.apache.james.managesieve.transcode.ArgumentParser.class - [JAR]
├─ org.apache.james.managesieve.transcode.ManageSieveProcessor.class - [JAR]
├─ org.apache.james.managesieve.transcode.NotEnoughDataException.class - [JAR]
org.apache.james.managesieve.util
├─ org.apache.james.managesieve.util.ParserUtils.class - [JAR]
├─ org.apache.james.managesieve.util.SettableSession.class - [JAR]
org.apache.james.managesieve.api
├─ org.apache.james.managesieve.api.ArgumentException.class - [JAR]
├─ org.apache.james.managesieve.api.AuthenticationException.class - [JAR]
├─ org.apache.james.managesieve.api.AuthenticationProcessor.class - [JAR]
├─ org.apache.james.managesieve.api.AuthenticationRequiredException.class - [JAR]
├─ org.apache.james.managesieve.api.CapabilityAdvertiser.class - [JAR]
├─ org.apache.james.managesieve.api.ManageSieveException.class - [JAR]
├─ org.apache.james.managesieve.api.Session.class - [JAR]
├─ org.apache.james.managesieve.api.SessionTerminatedException.class - [JAR]
├─ org.apache.james.managesieve.api.SieveParser.class - [JAR]
├─ org.apache.james.managesieve.api.SyntaxException.class - [JAR]
├─ org.apache.james.managesieve.api.UnknownSaslMechanism.class - [JAR]