The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email.
| Interface | Description |
|---|---|
| NewMailListener |
Listen for indication of new mail, maybe
|
| Class | Description |
|---|---|
| Attachment | |
|
data structure to hold a single message, mostly used with folder view and sorting
|
|
| MailCache | |
| MailPart | |
| Messages |
Translate strings for this package.
|
| PersistentMailCache |
Manage the on-disk cache.
|
| Sorters |
Sorters
|
| Sorters.DateSorter |
sorts Mail objects by date field
|
| Sorters.SenderSorter |
sorts Mail objects by sender field
|
| Sorters.SizeSorter |
sorts Mail objects by message size
|
| Sorters.SubjectSorter |
sorts Mail objects by subject field
|
| WebMail |
| Enum | Description |
|---|---|
| MailCache.FetchMode |