imcvsend.h File Reference

const TImHeaderEncodingInfo::TEncodingType KDefaultSendingHeaderEncoding

const TImHeaderEncodingInfo::TEncodingTypeKDefaultSendingHeaderEncoding

const TUint KDefaultSendingCharset

const TUintKDefaultSendingCharset

const TInt KArrayAllocationNumber

const TIntKArrayAllocationNumber

const TInt KMaxUUUnEncodedCharsPerLine

const TIntKMaxUUUnEncodedCharsPerLine

The number of US ASCII UU Encoded characters per line between the CRLF line terminator and the character count at the beginning of the encoded line when sending UU encoded emails.

const TInt KMaxUUEncodedCharsPerLine

const TIntKMaxUUEncodedCharsPerLine

const TInt KMaxB64EncodedCharsPerLine

const TIntKMaxB64EncodedCharsPerLine

The maximum number of US ASCII characters per line that are before the CRLF line terminator when sending emails. RFC 2822 recommends that each line SHOULD not exceed 80 characters including the CRLF terminator, and MUST not exceed 1000.

const TInt KDecodeLineLength

const TIntKDecodeLineLength

Size of 8 bit data chunk to extract when encoding using B64 or UU. The size allows for the appending of CRLF every KMaxEncodedCharsPerLine characters after encoding to limit the line length as per RFC 2822. The size also allows for the expansion of every 3 bytes of unencoded data to 4 bytes when encoded.