| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.imap.protocol.SearchSequence |
Class Overview
This class traverses a search-tree and generates the
corresponding IMAP search sequence.
Summary
| Fields |
|
private
static
Calendar |
cal |
|
|
private
static
String[] |
monthTable |
Print an IMAP Date string, that is suitable for the Date
SEARCH commands. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
Calendar
cal
private
static
String[]
monthTable
Print an IMAP Date string, that is suitable for the Date
SEARCH commands.
The IMAP Date string is :
date ::= date_day "-" date_month "-" date_year
Note that this format does not contain the TimeZone
Public Constructors
Public Methods
public
static
Argument
generateSequence
(SearchTerm term, String charset)
Generate the IMAP search sequence for the given search expression.
public
static
boolean
isAscii
(String s)
Does this string contain only ASCII characters?