nakov1_4
Class SMTPListener

public class SMTPListener
extends Thread
Listens for incoming SMTP connections on port 25. Launches SMTP helper threads to handle SMTP commands/operations.
Version:
1.21
Author:
George Denchev
Constructor Detail

SMTPListener

public SMTPListener(MailServer ref)
Parameters:
ref - reference to the main MailServer thread

Method Detail

run

public void run()