473,779 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Seeking NNTP Classes.....

Jim
Have you seen any NNTP classes that I may use or build upon to build a
simple newsreader/downloader?

Is there such a class in the .Net framework that I have overlooked? If not,
inclusion of RFC documented protocols would certainly be a good idea for a
class hierarchy in the .Net classes.

You could adopt and extend the classes at will. Who knows......mayb e even
improve one and get a new RFC implemented.

Any help you could give would be great. (FYI the RFCs for NNTP protocols
are at http://www.ietf.org/rfc/rfc0977.txt?number=977 and the RFC for the
USENET mail standard is at http://www.ietf.org/rfc/rfc0850.txt?number=850.)

Thanks!
Dec 12 '05 #1
4 1171
AFAIR no, but you can search for 3-d party libraries..

http://www.csharphelp.com/archives2/archive451.html

http://www.developerfusion.co.uk/show/4472/

http://dotnet.mvps.org/dotnet/faqs/?id=nntp&lang=en

--
Vadym Stetsyak aka Vadmyst
http://vadmyst.blogspot.com

"Jim" <re***@groups.p lease> wrote in message
news:Eo******** ***********@big news4.bellsouth .net...
Have you seen any NNTP classes that I may use or build upon to build a
simple newsreader/downloader?

Is there such a class in the .Net framework that I have overlooked? If
not, inclusion of RFC documented protocols would certainly be a good idea
for a class hierarchy in the .Net classes.

You could adopt and extend the classes at will. Who knows......mayb e even
improve one and get a new RFC implemented.

Any help you could give would be great. (FYI the RFCs for NNTP protocols
are at http://www.ietf.org/rfc/rfc0977.txt?number=977 and the RFC for the
USENET mail standard is at
http://www.ietf.org/rfc/rfc0850.txt?number=850.)

Thanks!

Dec 13 '05 #2
Try sourceForge.net . Here is one example:
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** **
Think Outside the Box!
*************** *************** *************** **
"Jim" <re***@groups.p lease> wrote in message
news:Eo******** ***********@big news4.bellsouth .net...
Have you seen any NNTP classes that I may use or build upon to build a
simple newsreader/downloader?

Is there such a class in the .Net framework that I have overlooked? If
not, inclusion of RFC documented protocols would certainly be a good idea
for a class hierarchy in the .Net classes.

You could adopt and extend the classes at will. Who knows......mayb e even
improve one and get a new RFC implemented.

Any help you could give would be great. (FYI the RFCs for NNTP protocols
are at http://www.ietf.org/rfc/rfc0977.txt?number=977 and the RFC for the
USENET mail standard is at
http://www.ietf.org/rfc/rfc0850.txt?number=850.)

Thanks!

Dec 13 '05 #3
Try sourceForge.net . Here is one example:
http://sourceforge.net/projects/dotnetcommlib

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** **
Think Outside the Box!
*************** *************** *************** **
"Jim" <re***@groups.p lease> wrote in message
news:Eo******** ***********@big news4.bellsouth .net...
Have you seen any NNTP classes that I may use or build upon to build a
simple newsreader/downloader?

Is there such a class in the .Net framework that I have overlooked? If
not, inclusion of RFC documented protocols would certainly be a good idea
for a class hierarchy in the .Net classes.

You could adopt and extend the classes at will. Who knows......mayb e even
improve one and get a new RFC implemented.

Any help you could give would be great. (FYI the RFCs for NNTP protocols
are at http://www.ietf.org/rfc/rfc0977.txt?number=977 and the RFC for the
USENET mail standard is at
http://www.ietf.org/rfc/rfc0850.txt?number=850.)

Thanks!


Dec 13 '05 #4

Gigi, c# newsreader:

http://sourceforge.net/projects/gon
Jim wrote:
Have you seen any NNTP classes that I may use or build upon to build a
simple newsreader/downloader?

Is there such a class in the .Net framework that I have overlooked? If not,
inclusion of RFC documented protocols would certainly be a good idea for a
class hierarchy in the .Net classes.

You could adopt and extend the classes at will. Who knows......mayb e even
improve one and get a new RFC implemented.

Any help you could give would be great. (FYI the RFCs for NNTP protocols
are at http://www.ietf.org/rfc/rfc0977.txt?number=977 and the RFC for the
USENET mail standard is at http://www.ietf.org/rfc/rfc0850.txt?number=850.)

Thanks!

Dec 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2324
by: Mark | last post by:
I'm looking for a set of php scripts that can read an nntp server, pull all the posts from a newsgroup (text only, no images) and convert them to html pages. Perfect example is : http://www.woodworking-forum.com/woodworking/ I'd like to do this with a couple of my hobbies so that I can archive the articles - yeah, I know google does it, but I want my own copy... If you know of something like this, please email me - bunchah@yahoo.com
2
1904
by: Gary Stark | last post by:
Does anyone have such a beastie? I can't even get to first base. The following doesn't work ... $hostNNTP = "news.swiftdsl.com.au:119/nntp"; $nntp = imap_open( "{" . $hostNNTP . "}comp.lang.clipper.visual-objects", "", "", OP_HALFOPEN) or header("Location: error.php?ec=3"); It displays an error message "Warning: imap_thread returned an empty tree in
42
9749
by: Steven O. | last post by:
I am seeking some kind of tool that I can use for GUI prototyping. I know how to use Visual Basic, but since a lot of software is being coded in Java or C++, I'd like to learn a Java or C++ -based tool. Back when I took my Java and C++ classes (two or three years ago), the available tools -- at least the ones I could find -- were still not as easy, not as "drag-and-drop", as Visual Basic. Has that changed? Is there some software out...
6
2023
by: Greg M | last post by:
I have 5 years of MS Access/VBA development experience and am moving into the VB.net world. I am seeking a tutor which could facilitate this move. I live in Anderson, IN and am willing to travel to Indianapolis or within 50 miles of my home. I have some specific questions that I would like answered/explained to me. I would also like to develop a mentoring relationship which would allow me to ask questions in the future as well (for a...
11
2229
by: Jim | last post by:
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC documented protocols would certainly be a good idea for a class hierarchy in the .Net classes. You could adopt and extend the classes at will. Who knows......maybe even improve one and get a new RFC implemented.
4
4352
by: BiT | last post by:
Hi i'm trying to code simple nntp client with vb.net and sockets client class the problem is the machine keep stuck (probbley beacuse it ain't gettin` data from the server) after the user name sent to the server when it's try to read the stream, i checked it out in telnet and server send stream after i send the user name any idea why it's not workin`? here's the code:
15
1214
by: Devon Null | last post by:
I was simply wondering if this was a mal-formed class header: #ifndef _items_h_ #define _items_h_ #include <iostream> #include <string> #include <vector> using namespace std;
7
3108
by: Adrian | last post by:
What is a stringsteam supposed to do when you seek past the end of existing buffer. I can seek past the end of a file stream (my implementation fills the space will nulls but I cannot find if this is guaranteed either) Below code fails for a stringstream. Any good ways of dealing with this. Reason for doing this is that I am modify old C code for screen output that positions fields based on a row. I wanted to use a stringstream
0
9632
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9471
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10302
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10136
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10071
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9925
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4036
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.