|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserException | |
---|---|
org.abstracthorizon.mercury.imap.cmd | |
org.abstracthorizon.mercury.imap.util |
Uses of ParserException in org.abstracthorizon.mercury.imap.cmd |
---|
Methods in org.abstracthorizon.mercury.imap.cmd that throw ParserException | |
---|---|
protected void |
IMAPCommand.checkEOL(IMAPSession session)
Checks if command is read fully |
protected void |
UID.execute(IMAPSession session)
Executes the command |
protected void |
Idle.execute(IMAPSession session)
Executes the command |
protected void |
Fetch.execute(IMAPSession session)
Executes the command |
protected void |
Authenticate.execute(IMAPSession session)
Executes the command |
protected void |
Create.execute(IMAPSession session)
Executes the command |
protected void |
Login.execute(IMAPSession session)
Executes the command |
protected void |
Select.execute(IMAPSession session)
Executes the command |
protected void |
Rename.execute(IMAPSession session)
Executes the command |
protected void |
Expunge.execute(IMAPSession session)
Executes the command |
protected void |
LSub.execute(IMAPSession session)
Executes the command |
protected void |
Copy.execute(IMAPSession session)
Executes the command |
protected void |
Search.execute(IMAPSession session)
Executes the command |
protected void |
Logout.execute(IMAPSession session)
Executes the command |
protected void |
StartTLS.execute(IMAPSession session)
Executes the command |
protected void |
Examine.execute(IMAPSession session)
Executes the command |
protected void |
Partial.execute(IMAPSession session)
Executes the command |
protected void |
Store.execute(IMAPSession session)
Executes the command |
protected void |
Status.execute(IMAPSession session)
Executes the command |
protected void |
Delete.execute(IMAPSession session)
Executes the command |
protected void |
Unsubscribe.execute(IMAPSession session)
Executes the command |
protected void |
List.execute(IMAPSession session)
Executes the command |
protected void |
Close.execute(IMAPSession session)
Executes the command |
void |
Append.execute(IMAPSession session)
Executes method |
protected void |
Capability.execute(IMAPSession session)
Executes the command |
protected void |
NOOP.execute(IMAPSession session)
Executes the command |
protected void |
Subscribe.execute(IMAPSession session)
Executes the command |
protected void |
IMAPCommand.execute(IMAPSession session)
Executes the command. |
protected void |
Select.executeImpl(IMAPSession session,
boolean readonly)
Executes the command |
static boolean |
Fetch.fetch_att(IMAPScanner scanner,
List<Object> atts)
Parses fetch attributes |
void |
Fetch.fetch(IMAPSession session)
Executes the command |
javax.mail.search.SearchTerm |
Search.search(IMAPScanner scanner)
|
protected javax.mail.search.SearchTerm |
Search.searchKey(IMAPScanner scanner)
|
protected boolean |
Status.status_att(IMAPScanner scanner,
StatusResponse response,
javax.mail.Folder folder)
This method scans for status attributes |
static boolean |
Store.store_atts(IMAPScanner scanner,
Flags flags)
Scans for store attributes |
Uses of ParserException in org.abstracthorizon.mercury.imap.util |
---|
Methods in org.abstracthorizon.mercury.imap.util that throw ParserException | |
---|---|
boolean |
IMAPScanner.astring(StringBuffer buffer)
|
boolean |
IMAPScanner.atom(StringBuffer buffer)
|
void |
IMAPScanner.check_eol()
|
boolean |
IMAPScanner.date_day_fixed(IMAPScanner.Number num)
|
boolean |
IMAPScanner.date_day(IMAPScanner.Number num)
|
boolean |
IMAPScanner.date_month(IMAPScanner.Number num)
|
boolean |
IMAPScanner.date_text(GregorianCalendar calendar)
|
boolean |
IMAPScanner.date_time(GregorianCalendar calendar)
|
boolean |
IMAPScanner.date(GregorianCalendar calendar)
|
boolean |
IMAPScanner.flag_list(javax.mail.Flags fs)
|
boolean |
IMAPScanner.flag(javax.mail.Flags flags)
|
boolean |
IMAPScanner.four_digit(IMAPScanner.Number num)
|
boolean |
IMAPScanner.header_list(List<String> list)
|
boolean |
IMAPScanner.list_mailbox(StringBuffer buffer)
|
boolean |
IMAPScanner.literal(StringBuffer literal)
|
boolean |
IMAPScanner.mailbox(StringBuffer mailbox)
|
boolean |
IMAPScanner.quoted(StringBuffer quoted)
|
long |
IMAPScanner.raw_literal()
|
boolean |
IMAPScanner.readBase64Line(StringBuffer line)
|
boolean |
IMAPScanner.section_msgtext(PointerSection section)
|
int |
IMAPScanner.section_part(PointerSection section)
|
boolean |
IMAPScanner.section_text(PointerSection section)
|
boolean |
IMAPScanner.section(PointerSection section)
|
boolean |
IMAPScanner.seq_range(SimpleSequence sequence)
|
boolean |
IMAPScanner.sequence_set(ComposedSequence sequence)
|
boolean |
IMAPScanner.string(StringBuffer buffer)
|
boolean |
IMAPScanner.time(IMAPScanner.Number hour,
IMAPScanner.Number min,
IMAPScanner.Number sec)
|
boolean |
IMAPScanner.two_digit(IMAPScanner.Number num)
|
boolean |
IMAPScanner.zone(StringBuffer zone)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |