Uses of Interface
com.icegreen.greenmail.imap.ImapSession
Packages that use ImapSession
-
Uses of ImapSession in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ImapSessionMethods in com.icegreen.greenmail.imap with parameters of type ImapSessionModifier and TypeMethodDescriptionbooleanImapRequestHandler.handleRequest(InputStream input, OutputStream output, ImapSession session) This method parses commands read off the wire in handleConnection.Constructors in com.icegreen.greenmail.imap with parameters of type ImapSessionModifierConstructorDescriptionImapSessionFolder(MailFolder folder, ImapSession session, boolean readonly) -
Uses of ImapSession in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands with parameters of type ImapSessionModifier and TypeMethodDescriptionprotected voidQuotaCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) protected voidQuotaRootCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) protected voidSetQuotaCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) voidUidEnabledCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session, boolean useUids) voidImapCommand.process(ImapRequestLineReader request, ImapResponse response, ImapSession session) Performs all processing of the current Imap request.