Uses of Class
i2p.susi.webmail.MailCache.FetchMode
Package | Description |
---|---|
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 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.Methods in i2p.susi.webmail with parameters of type MailCache.FetchMode 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.