Qsmtp
0.30dev
|
definitions of MIME character classes More...
Go to the source code of this file.
Macros | |
#define | TSPECIAL(a) |
#define | WSPACE(a) (((a) == ' ') || ((a) == '\t') || ((a) == '\r') || ((a) == '\n')) |
definitions of MIME character classes
#define TSPECIAL | ( | a | ) |
check if the given character is a MIME special one
a | the character to check |
This checks if the given character is within the "tspecials" range as defined in RfC 2045.
#define WSPACE | ( | a | ) | (((a) == ' ') || ((a) == '\t') || ((a) == '\r') || ((a) == '\n')) |
check if the given character is whitespace
a | the character to check |