Uses of Enum
i2p.susi.webmail.MailCache.FetchMode
Package
Description
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
Modifier and TypeMethodDescriptionstatic MailCache.FetchMode
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 TypeMethodDescriptionboolean
MailCache.getMail
(MailCache.FetchMode mode) Fetch any needed data from pop3 server.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.