Uses of Interface
com.icegreen.greenmail.imap.ImapSession
-
Packages that use ImapSession Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.imap.commands -
-
Uses of ImapSession in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ImapSession Modifier and Type Class Description classImapSessionImplMethods in com.icegreen.greenmail.imap with parameters of type ImapSession Modifier and Type Method Description voidImapRequestLineReader. debugRequest(boolean isLoginRequest, ImapSession session)voidImapResponse. debugResponse(ImapSession session)booleanImapRequestHandler. handleRequest(java.io.InputStream input, java.io.OutputStream output, ImapSession session)This method parses POP3 commands read off the wire in handleConnection.Constructors in com.icegreen.greenmail.imap with parameters of type ImapSession Constructor Description ImapSessionFolder(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 ImapSession Modifier and Type Method Description 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.
-