| Package | Description |
|---|---|
| i2p.susi.webmail | The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email. |
| i2p.susi.webmail.pop3 | POP3 protocol implementation for SusiMail. |
| Constructor and Description |
|---|
MailCache(I2PAppContext ctx,
POP3MailBox mailbox,
String folderName,
String host,
int port,
String user,
String pass)Does NOT load the mails in. |
| Constructor and Description |
|---|
BackgroundChecker(POP3MailBox mailbox)Creates a new background checker for the given mailbox. |
DelayedDeleter(POP3MailBox mailbox)Creates a new delayed deleter for the given mailbox. |
IdleCloser(POP3MailBox mailbox)Creates a new idle closer for the given mailbox. |