internal static void startListener() { R = new Random(); Psrv = new POP3server(110); Ssrv = new SMTPserver(25); Psrv.POP3incomming += new POP3incommingHandler(Psrv_POP3incomming); Ssrv.SMTPincomming += new SMTPincommingHandler(Ssrv_SMTPincomming); }