Qsmtp
0.37
include
qremote
qrdata.h
Go to the documentation of this file.
1
4
#ifndef QRDATA_H
5
#define QRDATA_H
6
7
#include <sys/types.h>
8
9
extern
const
char
*successmsg[];
10
11
enum
recode_reasons
{
12
recode_8bit
= 0x1,
13
recode_long_line
= 0x2,
14
recode_qp_body
=
recode_8bit
|
recode_long_line
,
15
recode_long_header
= 0x4,
16
recode_long
=
recode_long_line
|
recode_long_header
,
17
recode_END
18
};
19
20
extern
unsigned
int
need_recode
(
const
char
*, off_t);
21
extern
void
send_data
(
unsigned
int
recodeflag);
22
extern
void
send_bdat
(
unsigned
int
recodeflag);
23
24
extern
const
char
*msgdata;
25
extern
off_t msgsize;
26
27
#endif
recode_long
Definition:
qrdata.h:16
recode_long_line
Definition:
qrdata.h:13
recode_qp_body
Definition:
qrdata.h:14
send_bdat
void send_bdat(unsigned int recodeflag)
Definition:
qrbdat.c:21
recode_reasons
recode_reasons
Definition:
qrdata.h:11
recode_long_header
Definition:
qrdata.h:15
need_recode
unsigned int need_recode(const char *, off_t)
Definition:
qrdata.c:43
send_data
void send_data(unsigned int recodeflag)
Definition:
qrdata.c:723
recode_8bit
Definition:
qrdata.h:12
Generated by
1.8.16