Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indy 10 IMAP4 report
#1
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
Reply
#2
(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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)