| 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 | Class and Description |
|---|---|
(package private) class | DraftRepresents a draft email message with attachments and Bcc support. |
| Modifier and Type | Method and Description |
|---|---|
Mail | MailCache.getMail(String uidl,
MailCache.FetchMode mode)Fetch any needed data from pop3 server, unless mode is CACHE_ONLY or HEADER_CACHE_ONLY,
or this isn't the Inbox. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Mail> | PersistentMailCache.getMails()Fetch all mails from disk. |
| Modifier and Type | Method and Description |
|---|---|
protected int | Sorters.SenderSorter.compare(Mail a,
Mail b)Compare two objects. |
protected int | Sorters.ToSorter.compare(Mail a,
Mail b)Compare two objects. |
protected int | Sorters.SubjectSorter.compare(Mail a,
Mail b)Compare two objects. |
protected int | Sorters.DateSorter.compare(Mail a,
Mail b)Compare two objects. |
protected int | Sorters.SizeSorter.compare(Mail a,
Mail b)Compare two objects. |
void | PersistentMailCache.deleteMail(Mail mail)Delete data from disk. |
boolean | PersistentMailCache.getMail(Mail mail,
boolean headerOnly)Fetch any needed data from disk. |
boolean | PersistentMailCache.saveMail(Mail mail)Save data to disk. |
static int | Sorters.DateSorter.scompare(Mail a,
Mail b)Use as fallback in other sorters |