imcvsend.h File Reference

const TImHeaderEncodingInfo::TEncodingType KDefaultSendingHeaderEncoding

const TImHeaderEncodingInfo::TEncodingType KDefaultSendingHeaderEncoding

const TUint KDefaultSendingCharset

const TUint KDefaultSendingCharset

const TInt KArrayAllocationNumber

const TInt KArrayAllocationNumber

const TInt KMaxUUUnEncodedCharsPerLine

const TInt KMaxUUUnEncodedCharsPerLine

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 TInt KMaxUUEncodedCharsPerLine

const TInt KMaxB64EncodedCharsPerLine

const TInt KMaxB64EncodedCharsPerLine

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 TInt KDecodeLineLength

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.