Uses of Enum
i2p.susi.webmail.MailCache.FetchMode
Packages that use 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
Methods in i2p.susi.webmail that return MailCache.FetchModeModifier 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.Methods in i2p.susi.webmail with parameters of type MailCache.FetchModeModifier 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.