diff -r 578830873419 -r ecc8def7944a email_plat/nmail_client_api/nmapiemailservice.h --- a/email_plat/nmail_client_api/nmapiemailservice.h Fri Apr 16 14:51:52 2010 +0300 +++ b/email_plat/nmail_client_api/nmapiemailservice.h Mon May 03 12:23:15 2010 +0300 @@ -62,12 +62,12 @@ /* *gets mail message envelope by id (see also NmEventNotifier) */ - bool envelope( const quint64 mailboxId, const quint64 folderId, const quint64 envelopeId, NmMessageEnvelope &envelope ); + bool getEnvelope( const quint64 mailboxId, const quint64 folderId, const quint64 envelopeId, NmMessageEnvelope &envelope ); /* * gets mailbox info by id (see also NmEventNotifier) */ - bool mailbox( const quint64 mailboxId, NmMailbox &mailboxInfo ); + bool getMailbox( const quint64 mailboxId, NmMailbox &mailboxInfo ); /* * returns isrunning flag value