473,396 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

NNTP class ?


Does this exist in the.net framework ? I can't find it. I could find SMTP,
though.
If it doesn't, could anybody recommend a component suite that includes smtp,
pop, nntp ? But mainly, that does include nntp.

Thanks,


Jul 21 '05 #1
12 1674
Craig Kenisston wrote:
Does this exist in the.net framework ? I can't find it. I could find
SMTP, though.
If it doesn't, could anybody recommend a component suite that
includes smtp, pop, nntp ? But mainly, that does include nntp.

Thanks,


In the future, please avoid cross-posting.

There's a simple NNTP client here:
http://www.codeproject.com/csharp/nn...sp?target=nntp

- Pete
Jul 21 '05 #2
Craig Kenisston wrote:
Does this exist in the.net framework ? I can't find it. I could find
SMTP, though.
If it doesn't, could anybody recommend a component suite that includes
smtp, pop, nntp ? But mainly, that does include nntp.


Have a look at Indy (http://www.nevrona.com/Indy/Indy.html). It's been
around for Delphi for a long time (so the code is stable) and it just got
re-compiled for .NET as well.

--
gabriel
Jul 21 '05 #3
AirPete wrote:
In the future, please avoid cross-posting.


Why? It's much better than opsting multiple times, once to each different
group. Any reasonable news reader will correctly mark a cross-posted
article as "read" in the other groups when you read it the first time in
the first cross-posted group.

Cross-posting is a reasonable thing to do when you don't know where to ask
or the question truly applies to different groups. Additionally, replies
from other groups also show up everywhere, eliminating duplicity. In this
question, I would think it perfectly appropriate to cross-post. Things get
really annoying when people post the same thing several times to each group
though.

--
gabriel
Jul 21 '05 #4
I agree, for the most part. There ARE times when it is appropriate, and
it is a lot better than multiple posts to different groups. Sometimes you
just don't know exactly where it fits best, and you can get a better
response posting across several related groups. Some people tend to
automatically say "don't crosspost", even before they actually read the
message to see if it is necessary or not.

"gabriel" <no@no--spam.com> wrote in message
news:34**************************@msgid.meganewsse rvers.com...
AirPete wrote:
In the future, please avoid cross-posting.
Why? It's much better than opsting multiple times, once to each different
group. Any reasonable news reader will correctly mark a cross-posted
article as "read" in the other groups when you read it the first time in
the first cross-posted group.

Cross-posting is a reasonable thing to do when you don't know where to ask
or the question truly applies to different groups. Additionally, replies
from other groups also show up everywhere, eliminating duplicity. In this
question, I would think it perfectly appropriate to cross-post. Things

get really annoying when people post the same thing several times to each group though.

--
gabriel

Jul 21 '05 #5
(top posting re-arranged)

"gabriel" <no@no--spam.com> wrote in message
news:34**************************@msgid.meganewsse rvers.com...
AirPete wrote:
In the future, please avoid cross-posting.
Why? It's much better than opsting multiple times, once to each
different group. Any reasonable news reader will correctly mark a
cross-posted article as "read" in the other groups when you read it
the first time in the first cross-posted group.

Cross-posting is a reasonable thing to do when you don't know where
to ask or the question truly applies to different groups.
Additionally, replies from other groups also show up everywhere,
eliminating duplicity. In this question, I would think it perfectly
appropriate to cross-post. Things get really annoying when people
post the same thing several times to each group though.

--
gabriel

Gary Morris wrote: I agree, for the most part. There ARE times when it is appropriate,
and it is a lot better than multiple posts to different groups.
Sometimes you just don't know exactly where it fits best, and you can
get a better response posting across several related groups. Some
people tend to automatically say "don't crosspost", even before they
actually read the message to see if it is necessary or not.


I probably should have put "Please don't cross post to groups unrelated to
your query".
It was posted to these:
microsoft.public.dotnet.framework.windowsforms.con trols,microsoft.public.dot
net.general,microsoft.public.dotnet.languages.csha rp
Only m.p.d.general seems really appropriate, especially not
windowsforms.controls.

- Pete
Jul 21 '05 #6

Hi,

Thanks for your link to codeproject, that's nice.

Respecting the comments about crossposting, yes, it is annoying some times,
but do you think that one someone decide to crosspost is just because the
sky is cloudy or the dog is barking ?
In this case, and well, in other case, I always have this doubt : microsoft
don't have special groups for 3rdparty component. Borland does have them,
btw.

So, I posted to C#, because I think the most advanced programmers are there
(IMHO) and probably had the need to use a nntp class before ... again it is
IMHO.
I posted to to the "controls" groups, because, well, what the heck, where
do you post to ask about components that are not windows controls !?!?!?
Please tell me.
I mean, if "controls" groups is for visual controls, then where is the group
for non-visual controls ? or a control/component for nntp is not a control ?
I am start to getting confused here.

And latelly, I posted to "general" because I felt non of the above really
were 100% appropiate.
Thanks again for your link,
Regards,


"AirPete" <x@x.x> wrote in message
news:bL******************@newsread2.news.pas.earth link.net...
(top posting re-arranged)

"gabriel" <no@no--spam.com> wrote in message
news:34**************************@msgid.meganewsse rvers.com...
AirPete wrote:

In the future, please avoid cross-posting.

Why? It's much better than opsting multiple times, once to each
different group. Any reasonable news reader will correctly mark a
cross-posted article as "read" in the other groups when you read it
the first time in the first cross-posted group.

Cross-posting is a reasonable thing to do when you don't know where
to ask or the question truly applies to different groups.
Additionally, replies from other groups also show up everywhere,
eliminating duplicity. In this question, I would think it perfectly
appropriate to cross-post. Things get really annoying when people
post the same thing several times to each group though.

--
gabriel
Gary Morris wrote:
I agree, for the most part. There ARE times when it is appropriate,
and it is a lot better than multiple posts to different groups.
Sometimes you just don't know exactly where it fits best, and you can
get a better response posting across several related groups. Some
people tend to automatically say "don't crosspost", even before they
actually read the message to see if it is necessary or not.


I probably should have put "Please don't cross post to groups unrelated to
your query".
It was posted to these:

microsoft.public.dotnet.framework.windowsforms.con trols,microsoft.public.dot net.general,microsoft.public.dotnet.languages.csha rp
Only m.p.d.general seems really appropriate, especially not
windowsforms.controls.

- Pete

Jul 21 '05 #7

Gabriel :

Thanks a lot !! I didn't know Indy was available for dotNet now !
Why nobody told me ? <g>
I used it in Delphi some time ago, they are great components.

Thanks,

"gabriel" <no@no--spam.com> wrote in message
news:14**************************@msgid.meganewsse rvers.com...
Craig Kenisston wrote:
Does this exist in the.net framework ? I can't find it. I could find
SMTP, though.
If it doesn't, could anybody recommend a component suite that includes
smtp, pop, nntp ? But mainly, that does include nntp.


Have a look at Indy (http://www.nevrona.com/Indy/Indy.html). It's been
around for Delphi for a long time (so the code is stable) and it just got
re-compiled for .NET as well.

--
gabriel

Jul 21 '05 #8
Craig Kenisston wrote:
Thanks a lot !! I didn't know Indy was available for dotNet now !
Why nobody told me ? <g>
Hehe, I did not know either, but I just receive Delphi 8 (which now
compiles for .NET) so I guess it was a simple recompile for them!
I used it in Delphi some time ago, they are great components.


Yeah, they are awesome... I was very happy to hear that they came out with
a working .NET version.

--
gabriel
Jul 21 '05 #9

Oh, one more Delphi user in the dotnet newsgroups ;)
I been using Delphi since version 2, but I have a year that I started to C#,
and I've been creating the new projects with this.

I have lots of 3rdparty controls for Delphi, like InfoPower, DevExpress,
DreamControls and some database components like DBISAM and Apollo.
Do you think they will be able to create a dotnet version just by
recompiling ? I mean, shouldn't they have to take ride of all those unsafe
pchars and similars ?

I've been starting to doubt about the future of Delphi, and I'd like to hear
other's opinions
Thanks,

"gabriel" <no@no--spam.com> wrote in message
news:b9***************************@msgid.meganewss ervers.com...
Craig Kenisston wrote:
Thanks a lot !! I didn't know Indy was available for dotNet now !
Why nobody told me ? <g>
Hehe, I did not know either, but I just receive Delphi 8 (which now
compiles for .NET) so I guess it was a simple recompile for them!
I used it in Delphi some time ago, they are great components.


Yeah, they are awesome... I was very happy to hear that they came out

with a working .NET version.

--
gabriel

Jul 21 '05 #10
"Craig Kenisston" <cr************@hotmail.com> wrote in
news:ui**************@TK2MSFTNGP11.phx.gbl:
Does this exist in the.net framework ? I can't find it. I could find
SMTP, though.
If it doesn't, could anybody recommend a component suite that includes
smtp, pop, nntp ? But mainly, that does include nntp.


http://www.indyproject.org/indy.html

Has SMTP, POP3, IMAP4, NNTP, and more.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Jul 21 '05 #11
"Craig Kenisston" <cr************@hotmail.com> wrote in news:OHnyMiD7DHA.1816
@TK2MSFTNGP12.phx.gbl:
Thanks a lot !! I didn't know Indy was available for dotNet now !
Why nobody told me ? <g>
We've been trying to spread the word. :)
I used it in Delphi some time ago, they are great components.


Thanks.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Jul 21 '05 #12
"Craig Kenisston" <cr************@hotmail.com> wrote in
news:e9**************@TK2MSFTNGP12.phx.gbl:
recompiling ? I mean, shouldn't they have to take ride of all those
Its not quite as simple as just recopmiling - but it can be used to produce
single source projects.
unsafe pchars and similars ?
Indy and Atozed stayed away from them and went OO whenever possible anyways,
so the ports were pretty eays.
I've been starting to doubt about the future of Delphi, and I'd like to
hear other's opinions


Its the only option for single source.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Jul 21 '05 #13

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

Similar topics

10
by: Craig Kenisston | last post by:
Does this exist in the.net framework ? I can't find it. I could find SMTP, though. If it doesn't, could anybody recommend a component suite that includes smtp, pop, nntp ? But mainly, that does...
4
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...
11
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...
9
by: Sandman | last post by:
Ok, I do NOT want to *connect* to a NNTP server from PHP, I want to - from a NNTP client - connect to a NNTP server that is powered by PHP. Specifically, I want articles, forum posts and such...
2
by: Marco Shaw | last post by:
Are there any built-in functions for NNTP? Might the WebClient class be used to speak NNTP? Marco
4
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...
5
by: b.buz | last post by:
Hello to everybody! Does someone know a very simple php script (or class) to read nntp protocol (for usenet). I only need to read newsgroups and save them to a mysql table. Thanks to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...
0
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...

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.