char * cmime_qp_rm_charenc(char *line_in)
function to remove charset encoding from string
Definition: cmime_qp.c:241
char * cmime_qp_decode_text(char *line_in)
helper function to decode from quoted-printable
Definition: cmime_qp.c:124
char * cmime_qp_decode_iso(char *line_in)
helper function to decode from quoted-printable with ISO
Definition: cmime_qp.c:130
char * cmime_qp_decode_multipart(char *line_in)
helper function to decode multipart from quoted-printable
Definition: cmime_qp.c:136
char * cmime_qp_decode(char *line_in, int mode, char esc_char)
decode string from quoted-printable
Definition: cmime_qp.c:51
char * cmime_qp_encode(char *line_in, char *lt)
function to encode string to quoted-printable
Definition: cmime_qp.c:142