パッケージ | 説明 |
---|---|
i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Mail |
MailCache.getMail(java.lang.String uidl,
MailCache.FetchMode mode) |
Fetch any needed data from pop3 server.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.Collection<Mail> |
PersistentMailCache.getMails() |
Fetch all mails from disk.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
PersistentMailCache.deleteMail(Mail mail) |
Delete data from disk.
|
boolean |
PersistentMailCache.getMail(Mail mail,
boolean headerOnly) |
Fetch any needed data from disk.
|
boolean |
PersistentMailCache.saveMail(Mail mail) |
Save data to disk.
|