summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Bertin <ext-mikko.bertin@nokia.com>2012-05-14 15:36:06 +0300
committerMikko Bertin <ext-mikko.bertin@nokia.com>2012-05-14 15:36:06 +0300
commit1d69dce9e6c8885409e36508e4b40498018762b3 (patch)
tree312c97a5017f3f33fb1cd97e86a7176ffc3d4e3f
parent86566ea14ee5f738c3b8785154ebf3412a013731 (diff)
Documentation update
Symbian specific limitation for QMessageManager signals described. Task number: MOBILITY-3111 Reviewed by: Juha Kukkonen
-rw-r--r--src/messaging/qmessagemanager.cpp15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/messaging/qmessagemanager.cpp b/src/messaging/qmessagemanager.cpp
index f6d449d299..ff59477be7 100644
--- a/src/messaging/qmessagemanager.cpp
+++ b/src/messaging/qmessagemanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2010 - 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -625,6 +625,9 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
\a matchingFilterIds contains a set of values identifiying registered notification filters
that matched the message.
+ On Symbian platform the signal is emitted only for those email accounts that exist prior
+ to first instantiation of QMessageManager.
+
\since 1.0
\sa messageRemoved(), messageUpdated(), registerNotificationFilter()
*/
@@ -638,10 +641,11 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
Since the filters apply to the state of the data after the message removal, the only
data item that may be subject to filtration is the identifier of the removed message.
-
- On Symbian^3 platform to get signals about permanent removed emails the related mailbox
+
+ On Symbian^3 platform to get signals about permanent removed emails the related mailbox
must be manually synchronized. Email marked to be deleted, i.e. moved to deleted folder
- still exists in message store.
+ still exists in message store. Secondly, the signal is emitted only for those email
+ accounts that exist prior to first instantiation of QMessageManager.
\since 1.0
\sa messageAdded(), messageUpdated(), registerNotificationFilter()
@@ -658,6 +662,9 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
to messages which matched a given filter prior to modification but not afterwards will not
result in the emission of the messageUpdated signal.
+ On Symbian platform the signal is emitted only for those email accounts that exist prior
+ to first instantiation of QMessageManager.
+
\since 1.0
\sa messageAdded(), messageRemoved(), registerNotificationFilter()
*/