Static Inline Functions

Synopsis:

BOOL isRfc822_SpecialByte(unsigned char _byte)
BOOL isRfc822_CR(unsigned char _byte)
BOOL isRfc822_LF(unsigned char _byte)
BOOL isRfc822_HTAB(unsigned char _byte)
BOOL isRfc822_SPACE(unsigned char _byte)
BOOL isRfc822_QUOTE(unsigned char _byte)
BOOL isRfc822_CHAR(unsigned char _byte)
BOOL isRfc822_CTL(unsigned char _byte)
BOOL isRfc822_ALPHA(unsigned char _byte)
BOOL isRfc822_DIGIT(unsigned char _byte)
BOOL isRfc822_LWSP(unsigned char _byte)
BOOL isRfc822_FieldNameChar(unsigned char _byte)
BOOL isRfc822_AtomChar(unsigned char _byte)
BOOL isMime_SpecialByte(unsigned char _byte)
BOOL isMime_TokenChar(unsigned char _byte)
BOOL isMime_SafeChar(unsigned char _byte)
BOOL isMime_ValidTypeXTokenChar(unsigned char _byte)
BOOL isMime_ValidTypeAttributeChar(unsigned char _byte)
NSData *_quotedPrintableEncoding(NSData *_data)
NSData *_rfc2047Decoding(char _enc, const char *_bytes, unsigned int _length)


Version 1.2 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.