> I connect with the problems of POP3CLIENT. After setting the host > (= pop.191.biz), port (= 110), username and password, run > POP3Client.Connect. > Any command run later (POP3CLINET.User, POP3CLIENT.Pass ECTC.) Is > reported to me the following error: POP3 Component not ready. Why?
You are using asynchronous commands, and not waiting for results in the various events. You should instead use methods with 'Sync' appended, ie ConnectSync, then StatSync, then ListSync, QuitSync, etc. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be