diff -r ae34e1715e21 -r a8c646b56683 emailservices/emailframework/inc/CFSMailPlugin.h --- a/emailservices/emailframework/inc/CFSMailPlugin.h Thu Aug 05 21:09:09 2010 +0300 +++ b/emailservices/emailframework/inc/CFSMailPlugin.h Mon Aug 23 23:32:31 2010 +0300 @@ -1211,6 +1211,15 @@ const TFSMailMsgId& /*aMessageId*/ ) { return; }; + + /** + * Gets the signature for the given mailbox. Returns NULL if there is no signature defined for + * the given mailbox. + * + * @param aMailboxId mailbox id + */ + virtual HBufC* GetSignatureL( const TFSMailMsgId& aMailBoxId ); + protected: /**