Uses of Interface
i2p.susi.webmail.NewMailListener
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 |
-
Uses of NewMailListener in i2p.susi.webmail
Methods in i2p.susi.webmail with parameters of type NewMailListener Modifier and Type Method Description boolean
MailCache. loadFromDisk(NewMailListener nml)
Threaded. -
Uses of NewMailListener in i2p.susi.webmail.pop3
Classes in i2p.susi.webmail.pop3 that implement NewMailListener Modifier and Type Class Description class
POP3MailBox
Methods in i2p.susi.webmail.pop3 with parameters of type NewMailListener 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