GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sf_mime(3) FreeBSD Library Functions Manual sf_mime(3)

base64_encode, base64_decode, quoted_printable_decode, mime_word_decode
MIME recoding functions

#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);

Those functions used to recode data to/from various standarts of MIME data transfer encodings. Their names are enough self-descriptive.

strfunc(3), sf_cgi(3), sf_time(3).

Lev Walkin <vlm@lionet.info>
October 1, 2000 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.