Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: nntp question

From: jeff:rebol at: 31-Aug-2001 8:06

Howdy, Kolla: Using news:// (nntp.r) you should be able to get articles by message id with: np: open news://newsserver msgs: insert np [bodies of ["<msg-id1>" "<msg-id2>" ...]] MSGS is then set to a block of each article body. You may also fetch the headers separately, or the headers-bodies together. -jeff