I know how the RFC-977 works
I download the newsreader, and the only thing I am seeing is
procedure HeadByNumber(Number : Integer; DestStream : TStream); virtual;
Which is using
procedure TNntpCli.GetArticleByNumber(
RqType : TNntpRequest;
Number : Integer;
DestStream : TStream);
begin
if Number > 0 then
GetArticle(RqType, ' ' + IntToStr(Number), DestStream)
else
GetArticle(RqType, '', DestStream);
end;
So I can only use 1 number, and not like 2132 - 5000 for example.
So, do I need to make a loop all manually?
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE
> Sent: Saturday, September 24, 2005 2:16 AM
> To: ICS support mailing
> Subject: Re: [twsocket] Manual for the NNTP module ?
>
> > Is there any manual/help for the NNTP module?
>
> If you want to know how NNTP protocol works, read RFC-977.
> If you want to know how NNTP component work, have a look at
> the source code for both the component and the demo application.
>
>
> Contribute to the SSL Effort. Visit
> http://www.overbyte.be/eng/ssl.html
> --
> [EMAIL PROTECTED]
> The author for the freeware multi-tier middleware MidWare
> The author of the freeware Internet Component Suite (ICS)
> http://www.overbyte.be
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be