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
AgeCommit message (Collapse)Author
2019-05-08Make it possible to mark a folder as readChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-19Make it possible to create subfolders and show folder statsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-17Make it possible to create a new folderChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16Sort mailbox and build their hierarchy on the client-sideChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-15Translate folder names on the client-sideChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-10Some more Controller cleanupRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-10Merge pull request #1668 from nextcloud/pimp/account_serviceChristoph Wurst
Small cleanup of AccountService
2019-04-10Small cleanup of AccountServiceRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-10Smal cleanup of the AccountsControllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-09Add support for signaturesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-05Merge branch 'master' of github.com:/nextcloud/mail into ↵Christoph Wurst
feature/account-settings
2019-03-05Fix account deletion with Vue front-endChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-01Fix updating and account and log errorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-24Merge branch 'master' of github.com:/nextcloud/mail into ↵Christoph Wurst
fix/pagecontroller-string-userid-typehint
2019-01-24Fix string typehint that causes issues when the user logged outChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-24Load account folders with the page and add error handlingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-08FiooFix invalid int type hint for multipart part idsChristoph Wurst
Fixes https://github.com/nextcloud/mail/issues/1391 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-08Merge pull request #1411 from ↵Christoph Wurst
nextcloud/fix/delete-aliases-when-deleting-account-in-account-service Delete aliases when deleting account in account service
2019-01-08Fix query expressionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-28Use DI logger instead of custom one.Pierre Gordon
Fixes #1072. Signed-off-by: Pierre Gordon pierregordon@protonmaiil.com
2018-12-20When deleting a mail account also delete all aliasesAlexey Abel
2018-12-18Merge remote-tracking branch 'origin/master' into refactor/vueChristoph Wurst
2018-12-05Add Vue drafts viewChristoph Wurst
* Show draft messages as such * Show the composer for draft messages * Patch the currently edited draft UID Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-29Move the Alias/AliasMapper to the QBMapperRoeland Jago Douma
Properly use the query builder. Typehinting Strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26Merge remote-tracking branch 'origin/master' into refactor/vue-backport-IIIChristoph Wurst
2018-11-23Strict + typehintingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-23Use the actual query constructedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-22Use multiselects for the recipient selectionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-21Add external avatarsChristoph Wurst
* Memoize avatar url fetching promise for simple functional caching * Add extern avatars settings checkbox Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-09Handle message loading errors and revive crash reporterChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-02Finish account setup featureChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-31Upload local attachments and add them to the attachment listChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-10Post Marionette attachment code to VueChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-24Add loading of HTML message bodiesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-24Merge remote-tracking branch 'origin/master' into refactor/vue-backportChristoph Wurst
2018-09-24Load real message body data from the serverChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-14:art:Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-14Another setter for entityClass is needed since fromRow depends on itDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-14Copy collected addresses in batches to reduce memory usageDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-26Rename mail_collected_addresses to mail_coll_addressesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-23Set imap port to have int typeKevin Ndung'u
Fixes #1054 Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
2018-08-21Merge pull request #1035 from ↵Christoph Wurst
nextcloud/enhancement/proxydownloadresponse-caching Use CacheHeaders trait for the ProxyDownloadResponse class
2018-08-21Update IMAP & SMTP timeoutsPierre Gordon
2018-08-20Remove unused importChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-17Fix queries and coding styleChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-16Migrate CollectedAddressesMapper to QBMapperChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-16Migrate the LocalAttachmentsMapper to the QBMapperChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-16Migrate MailAccountMapper to the QBMapperChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-16Use CacheHeaders trait for the ProxyDownloadResponse classChristoph Wurst
Fixes https://github.com/nextcloud/mail/issues/995. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-14Fix hard-coded cache interval and use argument insteadChristoph Wurst
Fixes https://github.com/nextcloud/mail/issues/996. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>