Go to the first, previous, next, last section, table of contents.


NNTP

/* Prefix nntp_ is reserved */
#include <mailutils/nntp.h>

Network News Transfer Protocol. Not implemented.

Commands

Initialization

Function: int nntp_create (nnpt_t *)

Function: int nntp_destroy (nnpt_t *)

Function: int nntp_open (nnpt_t)

Article

Function: int nntp_article (nnpt_t)

Body

Function: int nntp_body (nntp_t)

Group

Function: int nntp_group (nntp_t)

Head

Function: int nntp_head (nntp_t)

Help

Function: int nntp_help (nntp_t)

IHave

Function: int nntp_ihave (nntp_t)

Last

Function: int nntp_last (nntp_t)

List

Function: int nntp_list (nntp_t)

NewGroups

Function: int nntp_newgroups (nntp_t)

NewNews

Function: int nntp_newnews (nntp_t)

Next

Function: int nntp_next (nntp_t)

Post

Function: int nntp_post (nntp_t)

Quit

Function: int nntp_quit (nntp_t)

Slave

Function: int nntp_slave (nntp_t)

Stat

Function: int nntp_stat (nntp_t)


Go to the first, previous, next, last section, table of contents.