Re: [twsocket] A better Unicode port of the POP3 client

2010-07-13 Thread Arno Garrels
Hi, Zvonko Tesic found a problem in last version. It did not make the C++ Builder happy since new private property getter "GetUserName" caused a name conflict with Win32 API functions GetUserNameA and GetUserNameW. This is now fixed in OverbyteIcsPop3Prot.pas. You may want to download the new f

Re: [twsocket] A better Unicode port of the POP3 client

2010-07-10 Thread Arno Garrels
Zvonko Tesic wrote: > Arno, > > I just wanted to notify you you have a slight error with this line in > this updated port of pop3: > > FLocalAddr := ICS_ANY_HOST_V4; > > ICS_ANY_HOST_V4 is undefined with the current ics7 package. probably > it is defined for you locally but not wit

Re: [twsocket] A better Unicode port of the POP3 client

2010-07-10 Thread Zvonko Tesic
Arno, I just wanted to notify you you have a slight error with this line in this updated port of pop3: FLocalAddr := ICS_ANY_HOST_V4; ICS_ANY_HOST_V4 is undefined with the current ics7 package. probably it is defined for you locally but not with the ics7 downloadable package.

Re: [twsocket] A better Unicode port of the POP3 client

2010-07-05 Thread Arno Garrels
Zvone wrote: >> Hi, >> >> I uploaded a better Unicode port of TPop3Cli here: >> http://www.duodata.de/misc/delphi/ics/OverbyteIcsPop3Prot.zip > > Thanks for making a quick fix, I will surely use it and probably a few > other people here as well. But I'm more for a permanent solution so > I'll kee

Re: [twsocket] A better Unicode port of the POP3 client

2010-07-05 Thread Zvone
> Hi, > > I uploaded a better Unicode port of TPop3Cli here: > http://www.duodata.de/misc/delphi/ics/OverbyteIcsPop3Prot.zip Thanks for making a quick fix, I will surely use it and probably a few other people here as well. But I'm more for a permanent solution so I'll keep an eye on this. I've be

[twsocket] A better Unicode port of the POP3 client

2010-07-04 Thread Arno Garrels
Hi, I uploaded a better Unicode port of TPop3Cli here: http://www.duodata.de/misc/delphi/ics/OverbyteIcsPop3Prot.zip It's a breaking change since some string types changed from "string" to "AnsiString". With this change however, the receive buffer is no longer converted to UnicodeString in D2009