Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/IMAP
AgeCommit message (Expand)Author
2019-05-08Make it possible to mark a folder as readChristoph Wurst
2019-04-19Make it possible to create subfolders and show folder statsChristoph Wurst
2019-04-17Make it possible to create a new folderChristoph Wurst
2019-04-16Sort mailbox and build their hierarchy on the client-sideChristoph Wurst
2019-04-15Translate folder names on the client-sideChristoph Wurst
2018-08-21Update IMAP & SMTP timeoutsPierre Gordon
2018-08-01Fix type incompatibilityChristoph Wurst
2018-07-30Fix FolderMapper::sortFolders return typeChristoph Wurst
2018-07-30Make OCA\Mail\IMAP strictChristoph Wurst
2018-07-30Make OCA\Mail\IMAP\Sync strictChristoph Wurst
2018-06-05Fix return type docChristoph Wurst
2018-02-15Fix folder hierarchy for prefixed mailboxesChristoph Wurst
2018-02-15Remove INBOX prefix from folder's display nameChristoph Wurst
2018-02-02Merge branch 'master' of github.com:/nextcloud/mail into refactor/account-cle...Christoph Wurst
2018-02-02Move Account::moveMessage method to the MessageMapper classChristoph Wurst
2018-02-02Move FolderMapper to OCA\Mail\IMAP namespaceChristoph Wurst
2018-01-22Switch to nc13-RC1 to nc14-devChristoph Wurst
2017-08-07Add a simple integration test for the folder sync featureChristoph Wurst
2017-05-23Fix tests and remove buggy folder change detectionChristoph Wurst
2017-05-22Add simple and flagged mailbox sync strategyChristoph Wurst
2017-05-15Add a sync token to the special favs folderChristoph Wurst
2017-04-25Implement client-side horde sync mechanismChristoph Wurst
2017-04-25Send client sync request to refresh messages; cursor-based paginationChristoph Wurst
2017-04-25Implementd and test imap message mapperChristoph Wurst
2017-04-25Add request-response based synchronizer around horde syncChristoph Wurst
2017-04-25Move imap related classes to OCA\Mail\IMAP namespaceChristoph Wurst