]> diplodocus.org Git - nmh/blob - uip/popsbr.h
decode_rfc2047(): Stop unused-variable warning if HAVE_ICONV false.
[nmh] / uip / popsbr.h
1 /* popsbr.h -- POP client subroutines
2 *
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information. */
6
7 /* TLS flags */
8 #define P_INITTLS 0x01
9 #define P_NOVERIFY 0x02
10
11 int pop_init(char *, char *, char *, char *, int, int, char *, int, const char *);
12 int pop_stat(int *, int *);
13 int pop_retr(int, int (*)(void *, char *), void *);
14 int pop_dele(int);
15 int pop_quit(void);
16 int pop_done(void);