|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailCache.FetchMode | |
---|---|
i2p.susi.webmail | The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email. |
Uses of MailCache.FetchMode in i2p.susi.webmail |
---|
Methods in i2p.susi.webmail that return MailCache.FetchMode | |
---|---|
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. |
Methods in i2p.susi.webmail with parameters of type MailCache.FetchMode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |