listheaderfield: listheaderfield Function

Description Usage Arguments

Description

This function gets a list of article header requested field values from newsgroup set by last group call. If an error is encountered, the error message is stored in nntpr.private, and NULL is returned to the caller, otherwise the dates of the first article and last article in the request are stored in nntpr.private and the article header field values list returned to the caller.

Usage

1
2
listheaderfield(header_field_name, first_article_string,
  last_article_string, filter_term_string = NULL)

Arguments

header_field_name

header field name (path, from, subject, newsgroups, user-agent, message-id, x-no-archive, lines, x-complaints-to, nntp-posting-date, organization, bytes, date, x-received-bytes, x-received-body-crc)

first_article_string

number (string)

last_article_string

number (string)

filter_term_string

string (optional, case insensitive)


RichCotler/nntpr documentation built on May 31, 2019, 1:48 a.m.