summaryrefslogtreecommitdiff
path: root/doc/texinfo/nntp.texi
blob: 8b8b118937f2d719a65b24b7fe1b446cc52a981a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
@c Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************

@smallexample
@code{/* Prefix @emph{mu_nntp_} is reserved */}
@code{#include <mailutils/nntp.h>}

@end smallexample

Network News Transfer Protocol. Not implemented.

@subsection Commands

@subsubsection Initialization
@cindex NNTP Initialization
@deftypefun int mu_nntp_create (mu_nntp_t *)
@end deftypefun

@deftypefun int mu_nntp_destroy (mu_nntp_t *)
@end deftypefun

@deftypefun int mu_nntp_open (nnpt_t)
@end deftypefun

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

@subsubsection Body
@cindex NNTP Body
@deftypefun int mu_nntp_body (mu_nntp_t)
@end deftypefun

@subsubsection Group
@cindex NNTP Group
@deftypefun int mu_nntp_group (mu_nntp_t)
@end deftypefun

@subsubsection Head
@cindex NNTP Head
@deftypefun int mu_nntp_head (mu_nntp_t)
@end deftypefun

@subsubsection Help
@cindex NNTP Help
@deftypefun int mu_nntp_help (mu_nntp_t)
@end deftypefun

@subsubsection IHave
@cindex NNTP IHave
@deftypefun int mu_nntp_ihave (mu_nntp_t)
@end deftypefun

@subsubsection Last
@cindex NNTP Last
@deftypefun int mu_nntp_last (mu_nntp_t)
@end deftypefun

@subsubsection List
@cindex NNTP List
@deftypefun int mu_nntp_list (mu_nntp_t)
@end deftypefun

@subsubsection NewGroups
@cindex NNTP NewGroups
@deftypefun int mu_nntp_newgroups (mu_nntp_t)
@end deftypefun

@subsubsection NewNews
@cindex NNTP NewNews
@deftypefun int mu_nntp_newnews (mu_nntp_t)
@end deftypefun

@subsubsection Next
@cindex NNTP Next
@deftypefun int mu_nntp_next (mu_nntp_t)
@end deftypefun

@subsubsection Post
@cindex NNTP Post
@deftypefun int mu_nntp_post (mu_nntp_t)
@end deftypefun

@subsubsection Quit
@cindex NNTP Quit
@deftypefun int mu_nntp_quit (mu_nntp_t)
@end deftypefun

@subsubsection Slave
@cindex NNTP Slave
@deftypefun int mu_nntp_slave (mu_nntp_t)
@end deftypefun

@subsubsection Stat
@cindex NNTP Stat
@deftypefun int mu_nntp_stat (mu_nntp_t)
@end deftypefun

Return to:

Send suggestions and report system problems to the System administrator.