| Package | Description |
|---|---|
| com.icegreen.greenmail.imap | |
| com.icegreen.greenmail.imap.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
ImapSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImapRequestHandler.handleRequest(InputStream input,
OutputStream output,
ImapSession session)
This method parses commands read off the wire in handleConnection.
|
| Constructor and Description |
|---|
ImapSessionFolder(MailFolder folder,
ImapSession session,
boolean readonly) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SetQuotaCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session) |
protected void |
QuotaCommand.doProcess(ImapRequestLineReader request,
ImapResponse response,
ImapSession session) |
protected void |
QuotaRootCommand.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–2022 Icegreen Technologies. All rights reserved.