diff -r dcf0eedfc1a3 -r d189ee25cf9d emailservices/emailframework/inc/CFSMailClient.h --- a/emailservices/emailframework/inc/CFSMailClient.h Thu Aug 19 09:38:05 2010 +0300 +++ b/emailservices/emailframework/inc/CFSMailClient.h Tue Aug 31 15:04:17 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -22,12 +22,13 @@ #include #include -#include "cfsmailclient.hrh" +#include "CFSMailClient.hrh" #include "cemailextensionbase.h" -#include "mfsmailbrandmanager.h" -#include "cfsmailplugin.h" - +// +#include "MFSMailBrandManager.h" +#include "CFSMailPlugin.h" +// class CFSFWImplementation; class CFSMailPluginManager; @@ -389,7 +390,17 @@ * @param aMailboxName new name for the mailbox */ IMPORT_C void SetMailboxName( const TFSMailMsgId aMailboxId, const TDesC& aMailboxName ); + + +// + /** + * increments reference count to framework singleton + * visibility change to public by Qmail + */ + IMPORT_C TInt IncReferenceCount(); +// + /** * Prepares and sets the MR description by converting HTML body to Plain text * @@ -398,6 +409,15 @@ */ IMPORT_C virtual void PrepareMrDescriptionL( const TFSMailMsgId& aMailBoxId, const TFSMailMsgId& aMessageId ); +// + /** + * Gets the signature for the given mailbox. + * + * @param aMailBoxId mailbox id + */ + IMPORT_C HBufC* GetSignatureL( const TFSMailMsgId& aMailBoxId ); +// + public: // from CExtendableEmail /** @@ -439,11 +459,6 @@ static CFSMailClient* Instance(); /** - * increments reference count to framework singleton - */ - TInt IncReferenceCount(); - - /** * decrements reference count to framework singleton */ TInt DecReferenceCount();