|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImapResponse | |
|---|---|
| com.icegreen.greenmail.imap | |
| com.icegreen.greenmail.imap.commands | |
| Uses of ImapResponse in com.icegreen.greenmail.imap |
|---|
| Methods in com.icegreen.greenmail.imap with parameters of type ImapResponse | |
|---|---|
void |
ImapSessionImpl.unsolicitedResponses(ImapResponse request)
|
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 response,
boolean omitExpunged)
|
void |
ImapSession.unsolicitedResponses(ImapResponse request,
boolean omitExpunged)
|
| Uses of ImapResponse in com.icegreen.greenmail.imap.commands |
|---|
| Methods in com.icegreen.greenmail.imap.commands with parameters of type ImapResponse | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||