P
ProJee
Hi,
I've got the following problems while trying to finish my NewsReader class:
#1
There's a NEWNEWS command in the RFC specs, which should retrieve the
list of articles posted after the specified date.
this command doesn't work with msnews.microsoft.com:119
(Returns "Access denied")
Is it really so dangerous that it has to be disabled for normal users?!
#2
Each news message stored on the News server has an ID number.
because of #1, I will have to store IDs of all those I already
downloaded (or maybe the last one only). During each synchronization I
will download messages having the ID higher than the stored one.
my "problem" is.. can it happen that the news server administrator
resets the numbering starting from zero again.. If positive, how
will I know about this...
Please help if you have any experience with it.
thanks for your time.
ProJee
I've got the following problems while trying to finish my NewsReader class:
#1
There's a NEWNEWS command in the RFC specs, which should retrieve the
list of articles posted after the specified date.
this command doesn't work with msnews.microsoft.com:119
(Returns "Access denied")
Is it really so dangerous that it has to be disabled for normal users?!
#2
Each news message stored on the News server has an ID number.
because of #1, I will have to store IDs of all those I already
downloaded (or maybe the last one only). During each synchronization I
will download messages having the ID higher than the stored one.
my "problem" is.. can it happen that the news server administrator
resets the numbering starting from zero again.. If positive, how
will I know about this...
Please help if you have any experience with it.
thanks for your time.
ProJee