| class CImMimeHeader : public CBase |
Stores a MIME email header.
| Private Member Functions | |
|---|---|
| CImMimeHeader() | |
| TBool | ArrayEntryExists(CDesCArray &, TInt) |
| void | ConstructL() |
| TBool | ArrayEntryExists | ( | CDesCArray & | aArray, |
| TInt | aField | |||
| ) | [private] | |||
| CDesCArray & aArray | |
| TInt aField |
| const CDesC8Array & | ContentDispositionParams | ( | ) | const [inline] |
Gets the const Content-Disposition parameters and their associated values. Parameters and associated values
| CDesC8Array & | ContentDispositionParams | ( | ) | [inline] |
Gets the Content-Disposition parameters and their associated values. Parameters and associated values
| IMPORT_C TImEncodingType | ContentTransferEncoding | ( | TDes8 & | rType | ) | const |
| TDes8 & rType |
| const CDesC8Array & | ContentTypeParams | ( | ) | const [inline] |
Gets the const Content-Type parameters and their associated values. Parameters and associated values
| CDesC8Array & | ContentTypeParams | ( | ) | [inline] |
Gets the Content-Type parameters and their associated values. Parameters and associated values
| IMPORT_C void | ExternalizeL | ( | RMsvWriteStream & | aWriteStream | ) | const |
| RMsvWriteStream & aWriteStream |
| IMPORT_C const TPtrC8 | GetContentTypeValue | ( | const TDesC8 & | aContentTypeParameter | ) | const |
| const TDesC8 & aContentTypeParameter |
| IMPORT_C void | InternalizeL | ( | RMsvReadStream & | aReadStream | ) |
| RMsvReadStream & aReadStream |
| IMPORT_C void | RestoreL | ( | CMsvStore & | aMessageStore | ) |
| CMsvStore & aMessageStore |
| IMPORT_C void | SetContentBaseL | ( | const TDesC8 & | aPath | ) |
Sets the Content-Base field value.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetContentDescriptionL | ( | const TDesC8 & | aPath | ) |
Sets the Content-Description field value.
The value is MIME defined and should always be 8-bit.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetContentDispositionL | ( | const TDesC8 & | aPath | ) |
Sets the Content-Disposition field value (either inline or attachment).
The value is MIME defined and should always be 8-bit.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetContentIDL | ( | const TDesC8 & | aPath | ) |
Sets the Content-ID field value.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetContentLocationL | ( | const TDesC16 & | aPath | ) |
Sets the Content-Location field value.
| const TDesC16 & aPath | Field value |
| IMPORT_C void | SetContentSubTypeL | ( | const TDesC8 & | aPath | ) |
Sets the Content-Type subtype field value (e.g. "plain" in Content-Type:text/plain).
The value is MIME defined and should always be 8-bit.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetContentTransferEncodingL | ( | const TDesC8 & | aType | ) |
Sets the Content-Transfer-Encoding field value.
| const TDesC8 & aType | Field value |
| IMPORT_C void | SetContentTypeL | ( | const TDesC8 & | aPath | ) |
Sets the Content-Type field value (e.g. "text" in Content-Type:text/plain).
The value is MIME defined and should always be 8-bit.
| const TDesC8 & aPath | Field value |
| IMPORT_C void | SetMimeCharset | ( | const TUint | aCharset | ) |
| const TUint aCharset |
| IMPORT_C void | SetRelativePathL | ( | const TDesC8 & | aPath | ) |
Sets IMAP-specific information for the relative location of the entry to the parent email message.
| const TDesC8 & aPath | Relative location |
| IMPORT_C void | StoreL | ( | CMsvStore & | aMessageStore | ) | const |
| CMsvStore & aMessageStore |
| IMPORT_C void | StoreWithoutCommitL | ( | CMsvStore & | aMessageStore | ) | const |
| CMsvStore & aMessageStore |
| const CDesC8Array & | XTypeParams | ( | ) | const [inline] |
Gets the const MIME header parameters and their associated values. This can be used by any MIME header fields. Parameters and associated values
| CDesC8Array & | XTypeParams | ( | ) | [inline] |
Gets the MIME header parameters and their associated values. This can be used by any MIME header fields. Parameters and associated values