| class RMessageStoreSession : public RSessionBase |
| Private Member Functions | |
|---|---|
| void | DoPropertiesListL(TMsgStorePropertiesListCmdParams &, const TDesC8 &, const TDesC8 &, MPropertiesArray &) |
| TInt | StartServer() |
| Inherited Enumerations | |
|---|---|
| RHandleBase:TAttributes | |
| RSessionBase:TAttachMode | |
| Inherited Attributes | |
|---|---|
| RHandleBase::iHandle | |
| void | AccountsL | ( | RPointerArray< CMsgStoreAccount > & | aAccounts | ) |
| RPointerArray< CMsgStoreAccount > & aAccounts |
| void | AddMruAddressesL | ( | TMsgStoreId | aMailBoxId, |
| RPointerArray< CMsgStoreAddress > & | aAddressArray | |||
| ) | ||||
| TMsgStoreId aMailBoxId | |
| RPointerArray< CMsgStoreAddress > & aAddressArray |
| void | AppendToContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| const TDesC8 & | aContent | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| const TDesC8 & aContent |
| TBool | AuthenticateL | ( | const TDesC & | aPassword | ) |
| const TDesC & aPassword |
| TBool | ChangePasswordL | ( | const TDesC & | aOldPassword, |
| const TDesC & | aNewPassword | |||
| ) | ||||
| void | ChildrenCountsL | ( | TMsgStoreId | aId, |
| TUint & | aMessageCounts, | |||
| TUint & | aUnreadCounts | |||
| ) | ||||
| TMsgStoreId aId | |
| TUint & aMessageCounts | |
| TUint & aUnreadCounts |
| void | ChildrenIdsL | ( | TMsgStoreId | aId, |
| TMsgStoreContainerMasks | aType, | |||
| RArray< TMsgStoreId > & | aChildrenIds | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreContainerMasks aType | |
| RArray< TMsgStoreId > & aChildrenIds |
| void | ChildrenPropertiesL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| TMsgStoreContainerMasks | aType, | |||
| TBool | aQuickProperties, | |||
| TBool | aRecursive, | |||
| MPropertiesArray & | aPropertiesArray | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| TMsgStoreContainerMasks aType | |
| TBool aQuickProperties | |
| TBool aRecursive | |
| MPropertiesArray & aPropertiesArray |
| void | CommitContainerL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| TMsgStoreId | aMailBoxId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| TMsgStoreId aMailBoxId |
| void | ContainerPropertiesL | ( | TMsgStoreId | aId, |
| TMsgStoreId & | aParentId, | |||
| TMsgStoreId | aGrandparentId, | |||
| RBuf8 & | aBuffer, | |||
| TMsgStoreId | aMailboxId = KMsgStoreInvalidId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId & aParentId | |
| TMsgStoreId aGrandparentId | |
| RBuf8 & aBuffer | |
| TMsgStoreId aMailboxId = KMsgStoreInvalidId |
| TMsgStoreContainerType | ContainerTypeById | ( | TMsgStoreId | aId | ) |
| TMsgStoreId aId |
| TUint | ContentLengthL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId |
| TMsgStoreId | CopyContainerL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aSourceId, | |||
| TMsgStoreId | aSourceParentId, | |||
| TMsgStoreId | aDestinationId, | |||
| TMsgStoreId | aDestinationParentId, | |||
| TMsgStoreId | aMailBoxId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aSourceId | |
| TMsgStoreId aSourceParentId | |
| TMsgStoreId aDestinationId | |
| TMsgStoreId aDestinationParentId | |
| TMsgStoreId aMailBoxId |
| TMsgStoreId | CreateAccountL | ( | const CMsgStoreAccount & | aAccount, |
| const TDesC8 & | aProperties | |||
| ) | ||||
| const CMsgStoreAccount & aAccount | |
| const TDesC8 & aProperties |
| TMsgStoreId | CreateContainerL | ( | TMsgStoreId | aParentId, |
| TMsgStoreId | aGrandparentId, | |||
| TMsgStoreId | aMailBoxId, | |||
| TMsgStoreContainerMasks | aType, | |||
| const TDesC8 & | aProperties, | |||
| TBool | aCommitContainer = ETrue, | |||
| const TDesC & | aContentFilename = KNullDes | |||
| ) | ||||
| TMsgStoreId aParentId | |
| TMsgStoreId aGrandparentId | |
| TMsgStoreId aMailBoxId | |
| TMsgStoreContainerMasks aType | |
| const TDesC8 & aProperties | |
| TBool aCommitContainer = ETrue | |
| const TDesC & aContentFilename = KNullDes |
| TMsgStoreId | CreateContainerL | ( | TMsgStoreId | aParentId, |
| TMsgStoreId | aGrandparentId, | |||
| TMsgStoreId | aMailBoxId, | |||
| TMsgStoreContainerMasks | aType, | |||
| const TDesC8 & | aProperties, | |||
| TBool | aCommitContainer, | |||
| RFile & | aFile | |||
| ) | ||||
| TMsgStoreId aParentId | |
| TMsgStoreId aGrandparentId | |
| TMsgStoreId aMailBoxId | |
| TMsgStoreContainerMasks aType | |
| const TDesC8 & aProperties | |
| TBool aCommitContainer | |
| RFile & aFile |
| void | DeleteAccountL | ( | const CMsgStoreAccount & | aAccount | ) |
| const CMsgStoreAccount & aAccount |
| void | DeleteContainerL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| TMsgStoreId | aGrandparentId, | |||
| TMsgStoreId | aMailBoxId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| TMsgStoreId aGrandparentId | |
| TMsgStoreId aMailBoxId |
| void | DoPropertiesListL | ( | TMsgStorePropertiesListCmdParams & | aParams, |
| const TDesC8 & | aSerializedIds, | |||
| const TDesC8 & | aSerializedPropertyNames, | |||
| MPropertiesArray & | aPropertiesArray | |||
| ) | [private] | |||
| TMsgStorePropertiesListCmdParams & aParams | |
| const TDesC8 & aSerializedIds | |
| const TDesC8 & aSerializedPropertyNames | |
| MPropertiesArray & aPropertiesArray |
| void | FetchContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| TDes8 & | aBuffer, | |||
| TUint | aStartOffset | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| TDes8 & aBuffer | |
| TUint aStartOffset |
| void | FetchContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| const TDesC & | aFilename | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| const TDesC & aFilename |
| void | GetEvents | ( | TRequestStatus & | aStatus, |
| TDes8 & | aBuffer | |||
| ) | ||||
| TRequestStatus & aStatus | |
| TDes8 & aBuffer |
| void | GetMatchesL | ( | TRequestStatus & | aStatus, |
| TDes8 & | aBuffer | |||
| ) | ||||
| TRequestStatus & aStatus | |
| TDes8 & aBuffer |
| TBool | GetSortedRowsL | ( | TMsgStoreId | aSortSessionId, |
| TMsgStoreId | aCurrentMessageId, | |||
| TMsgStoreIteratorDirection | aDirection, | |||
| TUint | aCount, | |||
| MPropertiesArray & | aPropertiesArray, | |||
| const TDesC & | aStartWith = KNullDesC , | |||
| TBool | aSkipCurrentGroup = EFalse | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| TMsgStoreId aCurrentMessageId | |
| TMsgStoreIteratorDirection aDirection | |
| TUint aCount | |
| MPropertiesArray & aPropertiesArray | |
| const TDesC & aStartWith = KNullDesC | |
| TBool aSkipCurrentGroup = EFalse |
| void | IdsAndGroupCountL | ( | TMsgStoreId | aSortSessionId, |
| RArray< TMsgStoreId > & | aMessageIds, | |||
| RArray< TUint > & | aItemsInGroup | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| RArray< TMsgStoreId > & aMessageIds | |
| RArray< TUint > & aItemsInGroup |
| void | MoveContainerL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aSourceId, | |||
| TMsgStoreId | aDestinationId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aSourceId | |
| TMsgStoreId aDestinationId |
| void | MruAddressesL | ( | TMsgStoreId | aMailBoxId, |
| RPointerArray< CMsgStoreAddress > & | aAddressArray | |||
| ) | ||||
| TMsgStoreId aMailBoxId | |
| RPointerArray< CMsgStoreAddress > & aAddressArray |
| TMsgStoreId | OpenAccountL | ( | const CMsgStoreAccount & | aAccount, |
| RBuf8 & | aBuffer | |||
| ) | ||||
| const CMsgStoreAccount & aAccount | |
| RBuf8 & aBuffer |
| void | OpenOriginalContentFileL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| RFile & | aFile | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| RFile & aFile |
| void | PrepareSearchL | ( | RMsgStoreSearchCriteria & | aSearchCriteria | ) |
| RMsgStoreSearchCriteria & aSearchCriteria |
| void | PrependToContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| const TDesC8 & | aContent | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| const TDesC8 & aContent |
| void | PropertiesL | ( | const RArray< TMsgStoreId > & | aIds, |
| const RPointerArray< TDesC8 > & | aPropertyNames, | |||
| MPropertiesArray & | aPropertiesArray | |||
| ) | ||||
| const RArray< TMsgStoreId > & aIds | |
| const RPointerArray< TDesC8 > & aPropertyNames | |
| MPropertiesArray & aPropertiesArray |
| void | RemoveContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId |
| void | RenameAccountL | ( | TInt32 | aOwnerId, |
| const TDesC & | aOldName, | |||
| const TDesC & | aNewName | |||
| ) | ||||
| void | ReplaceContentL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| const TDesC8 & | aContent | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| const TDesC8 & aContent |
| void | ReplaceContentWithFileL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| const TDesC & | aFilename | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| const TDesC & aFilename |
| void | SetPasswordL | ( | const TDesC & | aPassword | ) |
| const TDesC & aPassword |
| TInt | SortIteratorGroupCountL | ( | TMsgStoreId | aSortSessionId, |
| RArray< TUint > & | aItemsInGroup | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| RArray< TUint > & aItemsInGroup |
| TMsgStoreId | SortL | ( | RMsgStoreSortCriteria & | aSortCriteria, |
| TMsgStoreId | aMailBoxId, | |||
| TBool | aInMemorySort | |||
| ) | ||||
| RMsgStoreSortCriteria & aSortCriteria | |
| TMsgStoreId aMailBoxId | |
| TBool aInMemorySort |
| void | SortedIdsAndFlagsL | ( | TMsgStoreId | aSortSessionId, |
| RArray< TMsgStoreIdAndFlag > & | aIdsAndFlags | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| RArray< TMsgStoreIdAndFlag > & aIdsAndFlags |
| void | SortedIdsL | ( | TMsgStoreId | aSortSessionId, |
| RArray< TMsgStoreId > & | aMessageIds | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| RArray< TMsgStoreId > & aMessageIds |
| TInt | SortedIndexOfL | ( | TMsgStoreId | aSortSessionId, |
| TMsgStoreId | aMessageId | |||
| ) | ||||
| TMsgStoreId aSortSessionId | |
| TMsgStoreId aMessageId |
| void | TotalCountsL | ( | TMsgStoreId | aMailBoxId, |
| TUint & | aMessageCounts, | |||
| TUint & | aUnreadCounts | |||
| ) | ||||
| TMsgStoreId aMailBoxId | |
| TUint & aMessageCounts | |
| TUint & aUnreadCounts |
| void | UpdatePropertiesL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentId, | |||
| TMsgStoreId | aMailBoxId, | |||
| const TDesC8 & | aProperties | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentId | |
| TMsgStoreId aMailBoxId | |
| const TDesC8 & aProperties |
| void | UpdatePropertyL | ( | TMsgStoreId | aId, |
| TMsgStoreId | aParentid, | |||
| TMsgStoreId | aMailBoxId, | |||
| const TDesC8 & | aName, | |||
| TMsgStorePropertyValueType | aType, | |||
| const TDesC8 & | aValue | |||
| ) | ||||
| TMsgStoreId aId | |
| TMsgStoreId aParentid | |
| TMsgStoreId aMailBoxId | |
| const TDesC8 & aName | |
| TMsgStorePropertyValueType aType | |
| const TDesC8 & aValue |
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.