Package | Description |
---|---|
com.icegreen.greenmail.imap | |
com.icegreen.greenmail.imap.commands |
Modifier and Type | Method and Description |
---|---|
void |
ImapSession.unsolicitedResponses(ImapResponse response)
Sends any unsolicited responses to the client, such as EXISTS and FLAGS
responses when the selected mailbox is modified by another user.
|
void |
ImapSessionImpl.unsolicitedResponses(ImapResponse request) |
void |
ImapSession.unsolicitedResponses(ImapResponse request,
boolean omitExpunged) |
void |
ImapSessionImpl.unsolicitedResponses(ImapResponse response,
boolean omitExpunged) |
Modifier and Type | Method and Description |
---|---|
protected void |
QuotaCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session) |
protected void |
QuotaRootCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session) |
protected void |
SetQuotaCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session) |
void |
UidEnabledCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session,
boolean useUids) |
void |
ImapCommand.process(ImapRequestLineReader request,
ImapResponse response,
ImapSession session)
Performs all processing of the current Imap request.
|
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.