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 | Description |
---|---|---|
static MailCache.FetchMode |
MailCache.FetchMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MailCache.FetchMode[] |
MailCache.FetchMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
MailCache.getMail(MailCache.FetchMode mode) |
Fetch any needed data from pop3 server.
|
Mail |
MailCache.getMail(String uidl,
MailCache.FetchMode mode) |
Fetch any needed data from pop3 server, unless mode is CACHE_ONLY,
or this isn't the Inbox.
|