270
edits
Line 72: | Line 72: | ||
##* Deleting folders | ##* Deleting folders | ||
## Implement UI feedback mechanism (UI elements and logic) | ## Implement UI feedback mechanism (UI elements and logic) | ||
##*consider strategies for 3 different type of errors | |||
##**immediate errors returned by imapService->PlaybackAllOfflineOperations method. Mostly standard NSPR errors such as out of memory etc.. | |||
##**network errors that will be returned by OnStopRunningUrl callback in exit code parameter | |||
##**server errors that will be returned by OnStopRunningUrl callback in exit code parameter | |||
##*Modify error notification mechanism in imap protocol layer | |||
## Implement offline support for other operations (rename, flags, copy, folder creation) | ## Implement offline support for other operations (rename, flags, copy, folder creation) | ||
edits