| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MailCache.loadFromDisk(NewMailListener nml)
Threaded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
POP3MailBox
POP3 client for retrieving email from POP3 servers over I2P.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
POP3MailBox.connectToServer(NewMailListener nml)
Connect to pop3 server if not connected.
|
void |
POP3MailBox.setNewMailListener(NewMailListener nml)
Relay from the checker to the webmail session object,
which relays to MailCache, which will fetch the mail from us
in a big circle
|