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
AgeCommit message (Collapse)Author
2022-09-20Merge pull request #7297 from nextcloud/enh/7143/warning-large-editor-bodyChristoph Wurst
GH-7143: Show warning for large signatures
2022-09-20GH-7143: Show warning for large signaturesDaniel Kesselberg
A large signature can affect the editor performance. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-20Merge pull request #7195 from nextcloud/enh/7141/ckeditor-schema-to-pluginChristoph Wurst
GH-7141: Add ckeditor plugin for mail
2022-09-20Merge pull request #7219 from nextcloud/improve/add-skeleton-PIGreta
Add skeleton for envelope list and thread
2022-09-20Add skeleton for envelope listgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-09-20Merge pull request #7145 from nextcloud/dependabot/composer/psalm/phar-4.27.0Christoph Wurst
Bump psalm/phar from 4.8.1 to 4.27.0
2022-09-20Fix psalm warningsDaniel Kesselberg
- Account.getEmail() returns always a string - Add import for str_contains to DataUriParser - IspDb.query return outdated docblock - MimeMessage.parse update return type in docblock - Suppress undefined function for str_contains (polyfill is shipped with nextcloud/3rdparty) - Add type cast for IMAPMessage.loadBodyData to detect type properly - Add type for mapSocketTypeToSecurity - Suppress undefined class for doctrine Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-20Bump psalm/phar from 4.8.1 to 4.27.0dependabot[bot]
Bumps [psalm/phar](https://github.com/psalm/phar) from 4.8.1 to 4.27.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/4.8.1...4.27.0) --- updated-dependencies: - dependency-name: psalm/phar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20GH-7141: Add ckeditor plugin for mailDaniel Kesselberg
**Add mail plugin** Move conversion for paragraph to `<p style="margin:0;"></p>` to plugin **Drop schema listener for `<blockQuote>`** Older versions of ckeditor did not support nested blockquotes[^1]. The schema listener is a workaround to keep nested blockquotes[^2]. CKEditor 28 added support for nested blockquotes back[^3][^4]. [^1]: https://github.com/ckeditor/ckeditor5/issues/419#issuecomment-518792442 [^2]: https://github.com/ckeditor/ckeditor5/issues/419#issuecomment-519013086 [^3]: https://github.com/ckeditor/ckeditor5/pull/9382 [^4]: https://github.com/ckeditor/ckeditor5/pull/9472 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-20Merge pull request #7271 from nextcloud/fix/7269/followup-console-errorDaniel
Fix error message regarding parsedState.message being undefined
2022-09-20Merge pull request #7295 from ↵Christoph Wurst
nextcloud/dependabot/github_actions/codecov/codecov-action-3.1.1 Bump codecov/codecov-action from 3.1.0 to 3.1.1
2022-09-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-20Bump codecov/codecov-action from 3.1.0 to 3.1.1dependabot/github_actions/codecov/codecov-action-3.1.1dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19Merge pull request #7286 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/babel/eslint-parser-7.19.1 Bump @babel/eslint-parser from 7.18.9 to 7.19.1
2022-09-19Bump @babel/eslint-parser from 7.18.9 to 7.19.1dependabot[bot]
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.18.9 to 7.19.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.1/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19Merge pull request #7289 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/autoprefixer-10.4.11 Bump autoprefixer from 10.4.8 to 10.4.11
2022-09-19Merge pull request #7292 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.19.1 Bump @babel/preset-env from 7.19.0 to 7.19.1
2022-09-19Merge pull request #7287 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/babel/core-7.19.1 Bump @babel/core from 7.19.0 to 7.19.1
2022-09-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18Merge pull request #7291 from ↵Daniel
nextcloud/dependabot/composer/bytestream/horde-imap-client-2.31.4 Bump bytestream/horde-imap-client from 2.31.3 to 2.31.4
2022-09-18Merge pull request #7290 from ↵Daniel
nextcloud/dependabot/composer/cerdic/css-tidy-2.0.3 Bump cerdic/css-tidy from 2.0.1 to 2.0.3
2022-09-17Bump @babel/preset-env from 7.19.0 to 7.19.1dependabot/npm_and_yarn/babel/preset-env-7.19.1dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.0 to 7.19.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17Bump bytestream/horde-imap-client from 2.31.3 to 2.31.4dependabot/composer/bytestream/horde-imap-client-2.31.4dependabot[bot]
Bumps [bytestream/horde-imap-client](https://github.com/bytestream/Imap_Client) from 2.31.3 to 2.31.4. - [Release notes](https://github.com/bytestream/Imap_Client/releases) - [Commits](https://github.com/bytestream/Imap_Client/compare/v2.31.3...v2.31.4) --- updated-dependencies: - dependency-name: bytestream/horde-imap-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17Bump cerdic/css-tidy from 2.0.1 to 2.0.3dependabot/composer/cerdic/css-tidy-2.0.3dependabot[bot]
Bumps [cerdic/css-tidy](https://github.com/Cerdic/CSSTidy) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/Cerdic/CSSTidy/releases) - [Commits](https://github.com/Cerdic/CSSTidy/compare/v2.0.1...v2.0.3) --- updated-dependencies: - dependency-name: cerdic/css-tidy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17Bump autoprefixer from 10.4.8 to 10.4.11dependabot/npm_and_yarn/autoprefixer-10.4.11dependabot[bot]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.8 to 10.4.11. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.11) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-17Bump @babel/core from 7.19.0 to 7.19.1dependabot/npm_and_yarn/babel/core-7.19.1dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.0 to 7.19.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-15Merge pull request #7240 from sazanof/fix/composer-modal-multiselectsGreta
Improving the appearance of the Composer window
2022-09-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14Merge pull request #7278 from nextcloud/release/v2.0.0-beta.6v2.0.0-beta.6Greta
Release v2.0.0-beta.6
2022-09-14Release v2.0.0-beta.6greta
Signed-off-by: greta <gretadoci@gmail.com>
2022-09-14Improving the appearance of the modal windowMikhail Sazanov
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2022-09-13Merge pull request #7274 from ↵Christoph Wurst
nextcloud/fix/noid/autoresponder-not-loading-on-sieve-enable Fetch sieve script after enabling sieve
2022-09-13Fetch sieve script after enabling sieveRichard Steinmetz
Otherwise, the autoresponder won't render because it is waiting for the sieve script to be fetched. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13Merge pull request #7273 from nextcloud/fix/noid/enable-last-day-not-parsedChristoph Wurst
Fix enable last day checkbox not being parsed correctly
2022-09-13Merge pull request #7270 from nextcloud/fix/7184/sieve-date-formatting-tz-offsetRichard Steinmetz
Fix date formatting for sieve autoresponder
2022-09-13Fix enable last day checkbox not being parsed correctlyRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13Fix date formatting for sieve autoresponderRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13Fix error message regarding parsedState.message being undefinedfix/7269/followup-console-errorRichard Steinmetz
Followup to #7269 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13Merge pull request #7269 from nextcloud/fix/7177/line-breaks-are-lostRichard Steinmetz
Fix missing line breaks when parsing message from sieve script
2022-09-13Fix missing line breaks when parsing message from sieve scriptRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-12Merge pull request #7264 from nextcloud/fix/preview-text-modifications-in-memoryAnna
Fix lost modifications of preview text
2022-09-12Merge pull request #7263 from ↵Christoph Wurst
nextcloud/enhancement/deduplicate-nextcloud-vue-imports Deduplicate imported @nextcloud/vue code
2022-09-12Deduplicate imported @nextcloud/vue codeChristoph Wurst
@nextcloud/vue doesn't allow for tree shaking, so lots of individual imports bloat app js bundles. This is also the case for Mail because of the many components used. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-12Fix lost modifications of preview textChristoph Wurst
Messages are processed one, on demand. The processing result is stored to the database. In that process we strip invalid characters from the preview text and cut it to database column width. If a message is processed and converted into response JSON, the stripping and cutting didn't have an effect for the in memory objects. Only messages loaded from the database cache had a stripped and cut json representation. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09Merge pull request #7262 from nextcloud/dependabot/npm_and_yarn/vue-router-3.6.5Greta
Bump vue-router from 3.5.4 to 3.6.5