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/Db
AgeCommit message (Expand)Author
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-02-03Detect missing mailbox cache and block access to messagesChristoph Wurst
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
2019-12-17Make it possible to change the order of accountsChristoph Wurst
2019-12-06Add a CLI command to diagnose IMAP accountsChristoph Wurst
2019-12-04Persist provisioned accountsChristoph Wurst
2019-10-15Add CKEditorChristoph Wurst
2019-10-07Clean up searching for messages (#2058)Christoph 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-29Add a database cache for mailbox dataChristoph Wurst
2019-04-09Add support for signaturesChristoph Wurst
2019-03-05Fix account deletion with Vue front-endChristoph Wurst
2019-01-08Fix query expressionChristoph Wurst
2018-12-20When deleting a mail account also delete all aliasesAlexey Abel
2018-11-29Move the Alias/AliasMapper to the QBMapperRoeland Jago Douma
2018-11-23Strict + typehintingRoeland Jago Douma
2018-11-23Use the actual query constructedRoeland Jago Douma
2018-08-26Rename mail_collected_addresses to mail_coll_addressesDaniel Kesselberg
2018-08-17Fix queries and coding styleChristoph Wurst
2018-08-16Migrate CollectedAddressesMapper to QBMapperChristoph Wurst
2018-08-16Migrate the LocalAttachmentsMapper to the QBMapperChristoph Wurst
2018-08-16Migrate MailAccountMapper to the QBMapperChristoph Wurst
2018-08-01Fix issues reported by ScrutinizerChristoph Wurst
2018-08-01Make OCA\Mail\Service strictChristoph Wurst
2017-11-06Cleanup, refactor and test new AvatarServiceChristoph Wurst
2017-10-28Introduce caching for avatarsJakob Sack
2017-09-25Remove unused codeChristoph Wurst
2017-08-01Merge branch 'master' of github.com:/nextcloud/mail into feature/local-attach...Christoph Wurst
2017-07-10Refactor message transmission codeChristoph Wurst
2017-07-04Use app data to store uploaded filesChristoph Wurst
2017-06-07Corrected some errors on file copyright headersLuc Calaresu
2017-06-03Import existing code previously commited for nextcloud/mail #4Luc Calaresu
2016-12-15fix IDb to IDBConnection, fix #237Jan-Christoph Borchardt
2016-11-17correctly search and display recipientChristoph Wurst
2016-11-17add unit tests for the migrationChristoph Wurst
2016-11-17clean up collected addresses and split into address and display nameChristoph Wurst
2016-10-17Use PSR-4 loading for normal filesJoas Schilling