Re: [twsocket] TSslPop3Cli... 6.13

2014-05-26 Thread Angus Robertson - Magenta Systems Ltd
> I am having trouble deleting messages in Gmail via POP3. No problem here with some code I wrote 16 years ago: Opening Mailbox: Google Mail ! Starting SSL handshake Mailbox Opened Securely with TLSv1.2, cipher ECDHE-RSA-AES128-GCM-SHA256 < +OK Gpop ready for requests from 82.41.127.188 q51mb899

[twsocket] UDP listener

2014-05-26 Thread Daniel Legrand
Hi, I am trying to create a UDP listener for Windows platform and was wondering, is it possible to receive UDP messages sent via Internet browsers from my UDP listener which is built with ICS? If there are problems or something I should know, please let me know! The idea is: - My ICS built UDP li

Re: [twsocket] TSslPop3Cli... 6.13

2014-05-26 Thread zayin
Hi, > Note messages are only deleted when the mailbox is actually closed with the QUIT command. I think that is the issue. This is a 24/7 program and I do not issue the quit until the program is stopped. Interesting that Gmail is the only POP3 server, I have tested, that has the requirement. My

Re: [twsocket] TSslPop3Cli... 6.13

2014-05-26 Thread zayin
Hi, I looked at my code again. I said in the last post: FYI, if you delete all the messages and do a STAT before the QUIT the reply will be the message count that includes all the deleted messages. And that is where I have trouble in my code. After the last message is handled and deleted, from t

Re: [twsocket] TSslPop3Cli... 6.13

2014-05-26 Thread Angus Robertson - Magenta Systems Ltd
> > Note messages are only deleted when the mailbox is actually > > closed with the QUIT command. > > I think that is the issue. This is a 24/7 program and I do not > issue the quit until the program is stopped. POP3 mailboxes are rarely dynamic, they show a snapshot of the content when opened,

Re: [twsocket] THTTPCli and 307 or 308 redirects with non GET methods

2014-05-26 Thread RTT
This subject doesn't deserve not even a reply?! If the problem is where to try it, here is an online service to test HTTP redirects http://jigsaw.w3.org/HTTP/300/ Just put the next URL in the OverbyteIcsHttpTst application, and issue a POST request (without any data). http://jigsaw.w3.org/HTT

Re: [twsocket] TSslPop3Cli... 6.13

2014-05-26 Thread Darin McGee
Read the docs for pop3 as Gmail has implemented it. You will find your answer there. -Original Message- From: "zayin" Sent: ‎5/‎26/‎2014 9:06 AM To: "twsocket@lists.elists.org" Subject: Re: [twsocket] TSslPop3Cli... 6.13 Hi, I looked at my code again. I said in the last post: FYI,