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
2020-03-25Add "view message source" functionalityCyrille Bollu
2020-03-23Turn on TLS peer verificationChristoph Wurst
2020-03-23Clean up exception handling (of Horde errors)Christoph Wurst
2020-03-20Remove the now unused \OCA\Mail\Db\Mailbox::getMailboxChristoph Wurst
2020-03-20Simplify the virtual favorite inboxChristoph Wurst
2020-03-03Merge pull request #2688 from nextcloud/enhancement/resume-initial-syncChristoph Wurst
2020-02-26Add psalm and apply auto fixesChristoph Wurst
2020-02-26Make it possible to resume the initial syncChristoph Wurst
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
2020-02-06Fix searching in message cache (and IMAP)Christoph Wurst
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
2020-01-08Use KItinerary to extract information from emails and attachmentsChristoph Wurst
2019-10-08Do not fetch headers if we don't use themChristoph Wurst
2019-10-07Clean up searching for messages (#2058)Christoph Wurst
2019-10-01Add missing debug log to \OCA\Mail\IMAP\IMAPClientFactory::getClientChristoph Wurst
2019-09-28Merge pull request #2036 from nextcloud/fix/save-draft-as-draftChristoph Wurst
2019-09-27Refactor \OCA\Mail\Mailbox::getMessageChristoph Wurst
2019-09-27Flag drafts as draftChristoph Wurst
2019-09-26Cache IMAP clients to lower number of connectionsChristoph Wurst
2019-09-06Do not use multicatch for subclassesChristoph Wurst
2019-09-05Move message sending and draft saving codeChristoph Wurst
2019-09-04Clean up the code responsible for deleting a messageChristoph Wurst
2019-09-02Persist the mailbox special use as wellChristoph Wurst
2019-09-02Move away from string-based ID column as that causes problems on updateChristoph Wurst
2019-08-29Remove unused param from mailbox syncChristoph Wurst
2019-08-29Add a database cache for mailbox dataChristoph Wurst
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