equal
deleted
inserted
replaced
93 * Updates mailbox state to syncing mailboxes array, append box if not |
93 * Updates mailbox state to syncing mailboxes array, append box if not |
94 * found and append can be done (no errors occur) |
94 * found and append can be done (no errors occur) |
95 * @param aMailbox id of mailbox to be append |
95 * @param aMailbox id of mailbox to be append |
96 * @param aState state to be updated or added to mailbox |
96 * @param aState state to be updated or added to mailbox |
97 */ |
97 */ |
98 void AppendMailboxToSyncingMailbox( TMsvId aMailbox, TInt aState ); |
98 void AppendMailboxToSyncingMailboxL( TMsvId aMailbox, TInt aState ); |
99 |
99 |
100 TInt GetMailboxIpsState( TMsvId aMailbox ); |
100 TInt GetMailboxIpsState( TMsvId aMailbox ); |
101 |
101 |
102 void NotifyMailboxRemove( TMsvId aMailbox ); |
102 void NotifyMailboxRemove( TMsvId aMailbox ); |
103 |
103 |