#include "stralloc.h"
Go to the source code of this file.
|
void | decode_qp (const char *, unsigned int, stralloc *) |
void | decode_b64 (const char *, unsigned int, stralloc *) |
void | encode_qp (const char *, unsigned int, stralloc *) |
void | encode_b64 (const unsigned char *, unsigned int, stralloc *, int) |
void | decode_hdr (const char *, unsigned int, stralloc *) |
void | concat_hdr (char *, unsigned int, stralloc *) |
int | unfold_hdr (char *, unsigned long, stralloc *, const char *, stralloc *, int) |
unsigned int | author_name (char **, char *, unsigned int) |
◆ CS_2022_CN
◆ CS_2022_JP
◆ CS_2022_KR
◆ CS_2022_MASK
#define CS_2022_MASK 0x08 |
◆ CS_BAD
◆ CS_CN
◆ CS_NONE
◆ CTENC_BASE64
◆ CTENC_NONE
◆ CTENC_QP
◆ ESC
◆ MIME_APPLICATION_OCTETSTREAM
#define MIME_APPLICATION_OCTETSTREAM 1 |
◆ MIME_MESSAGE
#define MIME_MESSAGE 0x20 |
◆ MIME_MESSAGE_RFC822
#define MIME_MESSAGE_RFC822 0x21 |
◆ MIME_MULTI
◆ MIME_MULTI_ALTERNATIVE
#define MIME_MULTI_ALTERNATIVE 0x81 |
◆ MIME_MULTI_DIGEST
#define MIME_MULTI_DIGEST 0x83 |
◆ MIME_MULTI_MIXED
#define MIME_MULTI_MIXED 0x82 |
◆ MIME_MULTI_SIGNED
#define MIME_MULTI_SIGNED 0x84 |
◆ MIME_NONE
◆ MIME_TEXT
◆ MIME_TEXT_ENRICHED
#define MIME_TEXT_ENRICHED 0x43 |
◆ MIME_TEXT_HTML
#define MIME_TEXT_HTML 0x42 |
◆ MIME_TEXT_PLAIN
#define MIME_TEXT_PLAIN 0x41 |
◆ MIME_TEXT_VCARD
#define MIME_TEXT_VCARD 0x44 |
◆ SI
◆ SI_LF_SO
#define SI_LF_SO "\x0F\n\x0E" |
◆ SO
◆ TOASCII
◆ TOJP
◆ TOSI
◆ author_name()
unsigned int author_name |
( |
char ** | sout, |
|
|
char * | s, |
|
|
unsigned int | l ) |
|
extern |
◆ concat_hdr()
void concat_hdr |
( |
char * | indata, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata ) |
|
extern |
◆ decode_b64()
void decode_b64 |
( |
const char * | cpfrom, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata ) |
|
extern |
◆ decode_hdr()
void decode_hdr |
( |
const char * | indata, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata ) |
|
extern |
◆ decode_qp()
void decode_qp |
( |
const char * | cpfrom, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata ) |
|
extern |
◆ encode_b64()
void encode_b64 |
( |
const unsigned char * | indata, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata, |
|
|
int | control ) |
|
extern |
◆ encode_qp()
void encode_qp |
( |
const char * | indata, |
|
|
unsigned int | n, |
|
|
stralloc * | outdata ) |
|
extern |
◆ unfold_hdr()
int unfold_hdr |
( |
char * | indata, |
|
|
unsigned long | n, |
|
|
stralloc * | outdata, |
|
|
const char * | charset, |
|
|
stralloc * | prefix, |
|
|
int | flagtrimsub ) |
|
extern |