nakov1_4
Class SMTPThread

public class SMTPThread
extends Thread
Version:
1.21
Author:
George Denchev
Constructor Detail

SMTPThread

public SMTPThread(Socket aClient,
                  MailServer ref)
Helper class handling SMTP commands/operations. Launched separately for each user.
Parameters:
aClient - client connection socket
ref - reference to the main MailServer thread

Method Detail

run

public void run()