Neokernel API

ReceiveEmailAgent.Run Method

Opens a server socket on the bind_port and listens for SMTP connections. New socket connections are passed to handleClient for further processing.

public void Run();

Implements

IThreadRunnable.Run

See Also

ReceiveEmailAgent Class | com.neokernel.email Namespace