Uses of Class
i2p.susi.webmail.pop3.POP3MailBox

Packages that use POP3MailBox
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 POP3MailBox in i2p.susi.webmail
 

Constructors in i2p.susi.webmail with parameters of type POP3MailBox
MailCache(POP3MailBox mailbox, String host, int port, String user, String pass)
           
 

Uses of POP3MailBox in i2p.susi.webmail.pop3
 

Constructors in i2p.susi.webmail.pop3 with parameters of type POP3MailBox
BackgroundChecker(POP3MailBox mailbox)
           
DelayedDeleter(POP3MailBox mailbox)
           
IdleCloser(POP3MailBox mailbox)