Neokernel API

ReceivePOP3EmailAgent.wakeup Method

On wakeup, this agent connects to the POP3 server and downloads any new messages it finds. New messsages are delivered to RequestAgents using the deliverMessage method of this class.

public override void wakeup();

Implements

ISchedulable.wakeup

See Also

ReceivePOP3EmailAgent Class | com.neokernel.email Namespace