Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Samples  | FAQ  | Download  | Order  | History 
 

NNTP Client

Features  | Detailed Description 
 

The NNTP Client is a component from the Clever Internet Suite library.
It allows you to retrieves news to your local computer via the Network News Transfer Protocol (NNTP) as described in RFC 977.

Using NNTP component, you can easily build custom news readers with no knowledge of NNTP commands.

Features:

  • ReadPost and List news articles
  • Navigate through all the available news Groups on a server
  • Check news in pipelining mode
  • Support for different news reader Modes: Stream, Reader, IHave
  • Optional Authentication
  • Free one year upgrades and support

Group Overview

The NNTP component allows retrieving information from the article overview database maintained on the most news-servers and provides the result in a notification event. You can always retrieve a description of the overview database format used by the server by using a special Overview Format method.

With NNTP component you can:

  • Get all available news groups and articles on the server
  • Get only new groups and articles which were added starting from the specified date
  • Get detailed statistical information about selected News Group
    and much more...

Retrieve article, body and header in just few lines of code

clNntp1.Server := 'news.domain.com';
clNntp1.Open();
clNntp1.SelectGroup('groupname');

clNntp1.GetArticle(articleNo, article);
clNntp1.GetBody(articleNo, body);
clNntp1.GetHeader(articleNo, header);

Samples in Delphi and C++Builder

Please see the Demos code (NewsGroups) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Complete Delphi source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007