Re: [twsocket] POP3Client

2011-12-20 Thread Alfonso Del Vecchio
Because with opensync commands, statsync, , retrsync works and open commands, , retr does not work, while not signal an error? I'm interested because POP3Cli id command with the commands are much faster. thanks -- To unsubscribe or change your settings for TWSocket mailing list please go

Re: [twsocket] POP3Client

2011-12-19 Thread Angus Robertson - Magenta Systems Ltd
> What is the sequnza to read all the messages one at a time? This has already been clearly explained to you, in simple steps. Are you actually reading any of the replies to your questions? Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists

Re: [twsocket] POP3Client

2011-12-19 Thread Alfonso Del Vecchio
After setting the parameters needed to run the access 1) OpenSync 2) StatSync (to get the total number of posts) 3) RetrSync (to read the first post) 4) Displaying the information obtained. Up to this point, ok. How do I read the subsequent messages? It 'just set and only msgnum msgLines RetrSync

Re: [twsocket] POP3Client

2011-12-19 Thread Angus Robertson - Magenta Systems Ltd
> Why after I logged in, you have read the total number of messages > and found the first message I can not read the other messages (and > RetrSync MsgNun msgnum = + 1) and is reported to me the error > message: Timeout 426)? Can not answer since you have not explained what commands you are usi

Re: [twsocket] POP3Client

2011-12-19 Thread Alfonso Del Vecchio
Why after I logged in, you have read the total number of messages and found the first message I can not read the other messages (and RetrSync MsgNun msgnum = + 1) and is reported to me the error message: Timeout 426)? thanks -- To unsubscribe or change your settings for TWSocket mailing list ple

Re: [twsocket] POP3Client

2011-12-15 Thread Angus Robertson - Magenta Systems Ltd
> I is reported on connectsync RqType = 1 and error = 500. What does > this mean? Where is this reported? ConnectSync is a method that does not return any information. To open a POP3 mailbox, you normally use the OpenSync method which handled connect, logon and password, and test the Connecte

Re: [twsocket] POP3Client

2011-12-15 Thread Alfonso Del Vecchio
I is reported on connectsync RqType = 1 and error = 500. What does this mean?-- 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

Re: [twsocket] POP3Client

2011-12-14 Thread Angus Robertson - Magenta Systems Ltd
> 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

[twsocket] POP3Client

2011-12-14 Thread Alfonso Del Vecchio
Sorry for my English. I've been using recently OVERBYTE ICS-2010 for Delphi - Intraweb Atozed - TMS Software. 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, PO