nakov1_4
Class POP3Thread

public class POP3Thread
extends Thread
Helper class handling POP3 commands/operations. Launched separately for each user.
Version:
1.21
Author:
George Denchev
Constructor Detail

POP3Thread

public POP3Thread(Socket aClient,
                  MailServer ref)
Parameters:
aClient - client connection socket
ref - reference to the main MailServer thread

Method Detail

run

public void run()