Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Request for Indy 10 NNTPServer demo app
| Subject: | Re: Request for Indy 10 NNTPServer demo app |
| Posted by: | "Mae Bee" (mae.b..@fake.info) |
| Date: | Thu, 23 Mar 2006 08:53:09 |
"Remy Lebeau \(TeamB\)" <no.spam@no.spam.com> - Wed, 22 Mar 2006
10:55:10 -0800:
>
>"Mae Bee" <mae.bee@fake.info> wrote in message
>news:k5t2225k4q7gevpqpf2no8gmrvl8dkaroq@4ax.com...
>
>> - No more 'OnNoCommandHandler'
>
>That is handled by the ReplyUnknownCommand property. If you really need an
>event, then you will have to derive a new class from TIdNNTPServer and
>override the virtual DoReplyUnknownCommand() method.
I see. Thanks.
>> - Filling IdMessage with raw text only from file or stream, not from
>> TStrings.Text, while IdMessage.Headers.Text, ~.Body.~ etc. exist.
>
>That works the same way that it did in Indy 9, so what exactly are you
>having a problem with?
No problem with this. It was just an annotation about a possible
inconsistency already known from Indy 9, but not being sure if I
missed here something.
Thanks again.
Mae