DragonFly On-Line Manual Pages
sf_mime(3) DragonFly Library Functions Manual sf_mime(3)
NAME
base64_encode, base64_decode, quoted_printable_decode, mime_word_decode -
MIME recoding functions
SYNOPSIS
#include <strfunc.h>
char *
base64_encode(const void *data, size_t *size);
void *
base64_decode(const char *string, size_t *size);
char *
quoted_printable_decode(const char *string, size_t *size);
char *
mime_word_decode(const char *string, size_t *size);
DESCRIPTION
Those functions used to recode data to/from various standarts of MIME
data transfer encodings. Their names are enough self-descriptive.
SEE ALSO
strfunc(3), sf_cgi(3), sf_time(3).
AUTHORS
Lev Walkin <vlm@lionet.info>
DragonFly 6.5-DEVELOPMENT October 1, 2000 DragonFly 6.5-DEVELOPMENT