This library contains functions for encoding and decoding mime messages
For detailed information on the DS80C400 please see the High-Speed Microcontroller User's Guide: DS80C400 Supplement.
Go to the source code of this file.
Defines | |
| #define | BASE64 1 |
| #define | QUOTED_PRINTABLE 2 |
| #define | MIME_VERSION 1 |
Functions | |
| unsigned int | mime_version (void) |
| Returns the version number of mime library. | |
| void | mime_init (void) |
| Initializes mime library. | |
| char * | mime_encode (unsigned char *inbuf, int size, char encode_flag) |
| Encodes the given message to mime format. | |
| char * | mime_decode (char *inbuf, char decode_flag) |
| Decodes the given mime message. | |
|
|
Definition for mime base64 encoding and decoding method
|
|
|
Version number associated with this header file. Should be the same as the version number returned by the mime_version function.
|
|
|
Definition for mime quoted printable encoding and decoding method
|
|
||||||||||||
|
Decodes the given mime message. See RFC1521 for more information on MIME
|
|
||||||||||||||||
|
Encodes the given message to mime format. See RFC1521 for more information on MIME
|
|
|
Initializes mime library.
|
|
|
Returns the version number of mime library.
|
| Copyright 2004 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |