07-25-2018, 01:41 PM
Hello,
I found a pretty nasty bug in Indy 10. I mailed RLebeau but I'm not sure if it's the correct place.
file IdIMAP4Server.pas, line is :
LTemp := ' ' + AParams[LN]; {Do not Localize}
Should be :
LTemp := LTemp + ' ' + AParams[LN]; {Do not Localize}
I was not sure where to report it !
Have a nice day
I found a pretty nasty bug in Indy 10. I mailed RLebeau but I'm not sure if it's the correct place.
file IdIMAP4Server.pas, line is :
LTemp := ' ' + AParams[LN]; {Do not Localize}
Should be :
LTemp := LTemp + ' ' + AParams[LN]; {Do not Localize}
I was not sure where to report it !
Have a nice day