Uses of Class
i2p.susi.webmail.Mail
Package
Description
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
-
Uses of Mail in i2p.susi.webmail
Modifier and TypeClassDescription(package private) class
Holds a draft message and reference to attachments, if any Differences from Mail: - Never multipart, body is always text/plain UTF-8 - Attachments are just headers containing name, type, encoding, and path to file - Bcc is a headerModifier and TypeMethodDescriptionMailCache.getMail
(String uidl, MailCache.FetchMode mode) Fetch any needed data from pop3 server, unless mode is CACHE_ONLY, or this isn't the Inbox.Modifier and TypeMethodDescriptionprotected int
protected int
protected int
protected int
protected int
void
PersistentMailCache.deleteMail
(Mail mail) Delete data from disk.boolean
Fetch any needed data from disk.boolean
Save data to disk.static int
Use as fallback in other sorters