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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 22 Mar 2006 10:55:10 |
"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.
> - 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?
Gambit