3 * popsbr.h -- header for POP client subroutines
9 #if !defined(NNTP) && defined(MPOP)
10 # define command pop_command
11 # define multiline pop_multiline
16 int pop_set (int, int, int, char *);
18 int pop_set (int, int, int);
22 int pop_exists (int (*)());
25 int pop_init (char *, char *, char *, int, int, int);
26 int pop_fd (char *, int, char *, int);
27 int pop_stat (int *, int *);
28 int pop_retr (int, int (*)());
32 int pop_top (int, int, int (*)());
37 int pop_list (int, int *, int *, int *, int *);
39 int pop_list (int, int *, int *, int *);
43 int pop_xtnd (int (*)(), char *, ...);
46 #if defined(MPOP) && !defined(NNTP)
50 #if !defined(NNTP) && defined(MPOP)
51 /* otherwise they are static functions */
52 int command(const char *, ...);
57 * Flags for the various pop authentication methods