Atozed Forums
Indy 10 IMAP4 report - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Indy (https://www.atozed.com/forums/forum-8.html)
+--- Forum: Indy General Discussion (https://www.atozed.com/forums/forum-9.html)
+--- Thread: Indy 10 IMAP4 report (/thread-523.html)



Indy 10 IMAP4 report - LoukaCH - 07-25-2018

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


RE: Indy 10 IMAP4 report - rlebeau - 07-26-2018

(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