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 |
Modifier and Type | Method | Description |
---|---|---|
boolean |
MailCache.loadFromDisk(NewMailListener nml) |
Threaded.
|
Modifier and Type | Class | Description |
---|---|---|
class |
POP3MailBox |
Modifier and Type | Method | 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
|