nakov1_4
Class POP3Listener
- public class POP3Listener
- extends Thread
- Listens for incoming POP3 connections on port 110. Launches POP3 helper threads to handle POP3 commands/operations.
- Version:
- 1.21
- Author:
- George Denchev
POP3Listener
public POP3Listener(MailServer ref)
- Parameters:
ref
- reference to the main MailServer thread
run
public void run()