emailservices/nmailagent/inc/nmmailagent.h
changeset 56 15bc1d5d6267
parent 51 d845db10c0d4
child 62 a8c646b56683
equal deleted inserted replaced
51:d845db10c0d4 56:15bc1d5d6267
   142     bool launchMailbox(quint64 mailboxId);
   142     bool launchMailbox(quint64 mailboxId);
   143 
   143 
   144     void handleMessageCreatedEvent(const NmId &folderId, const QList<NmId> &messageIds,
   144     void handleMessageCreatedEvent(const NmId &folderId, const QList<NmId> &messageIds,
   145         const NmId &mailboxId, bool &updateNeeded, bool &activate);
   145         const NmId &mailboxId, bool &updateNeeded, bool &activate);
   146 
   146 
   147     void handleMessageChangedEvent(const NmId &folderId, const NmId &mailboxId,
   147     void handleMessageChangedEvent(const NmId &folderId, const QList<NmId> &messageIds,
   148         bool &updateNeeded, bool &activate);
   148         const NmId &mailboxId, bool &updateNeeded, bool &activate);
   149 
   149 
   150     void handleMessageDeletedEvent(const NmId &folderId, const QList<NmId> &messageIds,
   150     void handleMessageDeletedEvent(const NmId &folderId, const QList<NmId> &messageIds,
   151         const NmId &mailboxId, bool &updateNeeded, bool &activate);
   151         const NmId &mailboxId, bool &updateNeeded, bool &activate);
   152 
   152 
   153 private: // data
   153 private: // data