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
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
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.
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
> 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
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