Package | Description |
---|---|
i2p.susi.util | |
i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
|
Modifier and Type | Method | Description |
---|---|---|
Folder.SortOrder |
Folder.getCurrentSortingDirection() |
|
static Folder.SortOrder |
Folder.SortOrder.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Folder.SortOrder[] |
Folder.SortOrder.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Folder.setSortBy(String id,
Folder.SortOrder direction) |
Activates sorting by the choosen Comparator.
|
Modifier and Type | Field | Description |
---|---|---|
(package private) static Folder.SortOrder |
WebMail.SORT_ORDER_DEFAULT |