public interface ImapCommandParser
Parses IMAP request into a command message.
Note: this is a transitional API and is liable to change.
| Modifier and Type | Method and Description |
|---|---|
ImapMessage |
parse(ImapRequestLineReader request,
String tag,
ImapSession session)
Parses IMAP request.
|
ImapMessage parse(ImapRequestLineReader request, String tag, ImapSession session)
request - ImapRequestLineReader, not nulltag - not nullsession - the ImapSessionImapCommandMessageCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.