Defines | |
| #define | BufAdd 10 |
| #define | MaxLineLength 76 |
| #define | NOSKIP 'A' |
| #define | SKIP '\202' |
| #define | strupos(x, y) (strustr(x, y) != NULL ? strustr(x, y) - x : -1) |
Functions | |
| char * | MimeDecodeMailHeaderField (char *s) |
| char * | strustr (char *source, char *s) |
Variables | |
| const char | base64chars [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| const char | base64map [] |
| CBase64Utils | base64Utils |
| const char | hexmap [] |
| const char | QpEncodeMap [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Unique instance of this class |
|
|
|
|
|
|
1.3.9.1