#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cuf-global.h"
#include "win32lacks.h"
Go to the source code of this file.
Data Structures | |
struct | _MimeString |
Typedefs | |
typedef _MimeString | MimeString |
Functions | |
MimeString * | mime_mstr_new (unsigned long blen, char *binstr, unsigned long mlen, char *mimestr) |
void | mime_mstr_free (MimeString *mstr) |
void | mime_print (MimeString *mstr) |
int | mime_encode (MimeString *mstr) |
int | mime_decode (MimeString *mstr) |
int | mime_convert (MimeString *mstr) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|