equal
deleted
inserted
replaced
139 // --------------------------------------------------------------------------- |
139 // --------------------------------------------------------------------------- |
140 // |
140 // |
141 void CIpsPlgImap4Plugin::RefreshNowL( |
141 void CIpsPlgImap4Plugin::RefreshNowL( |
142 const TFSMailMsgId& aMailBoxId, |
142 const TFSMailMsgId& aMailBoxId, |
143 MFSMailRequestObserver& aOperationObserver, |
143 MFSMailRequestObserver& aOperationObserver, |
144 TInt aRequestId ) |
144 TInt aRequestId, |
|
145 const TBool /*aSilentConnection*/ ) |
145 { |
146 { |
146 FUNC_LOG; |
147 FUNC_LOG; |
147 |
148 |
148 TMsvId service = aMailBoxId.Id(); |
149 TMsvId service = aMailBoxId.Id(); |
149 |
150 |
163 |
164 |
164 watcher->SetOperation( op ); |
165 watcher->SetOperation( op ); |
165 iOperations.AppendL( watcher ); |
166 iOperations.AppendL( watcher ); |
166 CleanupStack::Pop( watcher ); |
167 CleanupStack::Pop( watcher ); |
167 |
168 |
168 //<qmail> |
|
169 // send part of refresh |
169 // send part of refresh |
170 //EmptyOutboxL( aMailBoxId ); // not used in qmail yet |
170 EmptyOutboxL( aMailBoxId ); |
171 //</qmail> |
|
172 } |
171 } |
173 |
172 |
174 // --------------------------------------------------------------------------- |
173 // --------------------------------------------------------------------------- |
175 // CIpsPlgImap4Plugin::ListFoldersL() |
174 // CIpsPlgImap4Plugin::ListFoldersL() |
176 // --------------------------------------------------------------------------- |
175 // --------------------------------------------------------------------------- |