nntp.texi 1.75 KB
@example
@code{/* Prefix @emph{nntp_} is reserved */}
@code{#include <mailutils/nntp.h>}

@end example

Network News Transfer Protocol. Not implemented.

@subsection Commands

@subsubsection Initialization
@cindex NNTP Initialization
@deftypefun int nntp_create (nnpt_t *)
@end deftypefun

@deftypefun int nntp_destroy (nnpt_t *)
@end deftypefun

@deftypefun int nntp_open (nnpt_t)
@end deftypefun

@subsubsection Article
@cindex NNTP Article
@deftypefun int nntp_article (nnpt_t)
@end deftypefun

@subsubsection Body
@cindex NNTP Body
@deftypefun int nntp_body (nntp_t)
@end deftypefun

@subsubsection Group
@cindex NNTP Group
@deftypefun int nntp_group (nntp_t)
@end deftypefun

@subsubsection Head
@cindex NNTP Head
@deftypefun int nntp_head (nntp_t)
@end deftypefun

@subsubsection Help
@cindex NNTP Help
@deftypefun int nntp_help (nntp_t)
@end deftypefun

@subsubsection IHave
@cindex NNTP IHave
@deftypefun int nntp_ihave (nntp_t)
@end deftypefun

@subsubsection Last
@cindex NNTP Last
@deftypefun int nntp_last (nntp_t)
@end deftypefun

@subsubsection List
@cindex NNTP List
@deftypefun int nntp_list (nntp_t)
@end deftypefun

@subsubsection NewGroups
@cindex NNTP NewGroups
@deftypefun int nntp_newgroups (nntp_t)
@end deftypefun

@subsubsection NewNews
@cindex NNTP NewNews
@deftypefun int nntp_newnews (nntp_t)
@end deftypefun

@subsubsection Next
@cindex NNTP Next
@deftypefun int nntp_next (nntp_t)
@end deftypefun

@subsubsection Post
@cindex NNTP Post
@deftypefun int nntp_post (nntp_t)
@end deftypefun

@subsubsection Quit
@cindex NNTP Quit
@deftypefun int nntp_quit (nntp_t)
@end deftypefun

@subsubsection Slave
@cindex NNTP Slave
@deftypefun int nntp_slave (nntp_t)
@end deftypefun

@subsubsection Stat
@cindex NNTP Stat
@deftypefun int nntp_stat (nntp_t)
@end deftypefun