Atozed Forums

Full Version: Indy 10 IMAP4 report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(07-25-2018, 01:41 PM)LoukaCH Wrote: [ -> ]I found a pretty nasty bug in Indy 10. I mailed RLebeau but I'm not sure if it's the correct place.

I received no such message.

(07-25-2018, 01:41 PM)LoukaCH Wrote: [ -> ]file IdIMAP4Server.pas, line is :

LTemp := ' ' + AParams[LN];  {Do not Localize}

Should be : 

LTemp := LTemp + ' ' + AParams[LN];  {Do not Localize}

Fixed.

(07-25-2018, 01:41 PM)LoukaCH Wrote: [ -> ]I was not sure where to report it !

Indy's official issue tracker is on GitHub:

https://github.com/IndySockets/Indy/issues