const TImHeaderEncodingInfo::TEncodingType | KDefaultSendingHeaderEncoding |
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 | 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 |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.