| Package | Description |
|---|---|
| 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 |
|---|---|
boolean | MailCache.moveTo(String uidl,
MailCache toMC)Move a mail to another MailCache, neither may be DIR_DRAFTS |
| Constructor and Description |
|---|
DateSorter(MailCache mailCache)Sorts by date field. |
SenderSorter(MailCache mailCache)Sorts by sender field. |
SizeSorter(MailCache mailCache)Sorts by message size. |
SubjectSorter(MailCache mailCache)Sorts by subject field. |
ToSorter(MailCache mailCache)Sorts by recipient field. |