| Package | Description |
|---|---|
| i2p.susi.util | Utility classes for the SusiMail webmail client. |
| 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 and Description |
|---|---|
Folder.SortOrder | Folder.getCurrentSortingDirection()Get the current sorting direction. |
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 and Description |
|---|---|
void | Folder.setSortBy(String id,
Folder.SortOrder direction)Activates sorting by the chosen Comparator. |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Folder.SortOrder | WebMail.SORT_ORDER_DEFAULTS o r t o r d e r d e f a u l t |