From d2167dd290745156100b855e59a4740b401b3b59 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 12 Mar 2024 18:58:02 +0100 Subject: [PATCH] v2.35.3 --- CHANGELOG.md | 52 ++++++++++++++++++- README.md | 34 ++++++------ integrations/cloudron/DESCRIPTION.md | 2 +- integrations/cloudron/Dockerfile | 2 +- .../nextcloud/snappymail/appinfo/info.xml | 7 +-- integrations/virtualmin/snappymail.pl | 2 +- package.json | 2 +- 7 files changed, 76 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26981f208a..866cc7c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,54 @@ -## 2.35.2 – 2024-02-26 +## 2.35.3 – 2024-03-12 + +### Added +- GnuPG can be disabled +- Missing strings for localization inside identity popup (Cryptography > S/MIME) + [#1458](https://github.com/the-djmaze/snappymail/issues/1458) +- Automatically verify PGP and S/MIME signed messages +- TNEFDecoder for + [#1012](https://github.com/the-djmaze/snappymail/discussions/1012) +- RTF to HTML converter for + [#1012](https://github.com/the-djmaze/snappymail/discussions/1012) +- Polyfill for PHP ctype + [#1250](https://github.com/the-djmaze/snappymail/issues/1250) + +### Changed +- `new Error()` to `Error()` +- Reduce KnockoutJS footprint by removing unused code +- CSS reposition rainloopErrorTip location +- Improved error handling on PGP and S/MIME decrypt +- Improved OpenPGP.js import keys +- Use Identity S/MIME key and certificate from server instead of POST +- application.ini `webmail/language_admin` to `admin_panel/language` +- application.ini `security/admin_panel_host` to `admin_panel/host` +- application.ini `security/admin_panel_key` to `admin_panel/key` +- Drop deprecated Domain::SetConfig() +- Internationalized domain names are now handled as punycode +- Cacher->Get() can now return NULL +- Update French by @hguilbert +- Update Polish by @tinola +- Update Portuguese by @ner00 + +### Fixed +- Handling of Internationalized Domain Names in several areas +- Decrypt error message +- Stalwart ManageSieve Error 352 when getting Filters + [#1455](https://github.com/the-djmaze/snappymail/issues/1455) +- Nextcloud V25+ theme slightly broken + [#1463](https://github.com/the-djmaze/snappymail/issues/1463) +- PGP decryption fails with "Not armored text" + [#1462](https://github.com/the-djmaze/snappymail/issues/1462) +- AUTH_BASIC falling through as AUTH_BEARER; change AUTH_BEARER to a different value + [#1461](https://github.com/the-djmaze/snappymail/issues/1461) +- SetPassword expects \SnappyMail\SensitiveString +- Crash on importing corrupt OpenPGP keys +- Crash on old browsers instead of showing error +- Ignore popups on logoutReload() +- Custom SASLMechanisms fail in IMAP when the connection is secure + [#1484](https://github.com/the-djmaze/snappymail/pull/1484) + + +## 2.35.2 – 2024-02-27 ### Added - GnuPG error handling diff --git a/README.md b/README.md index 1c68bed226..cd6db04587 100644 --- a/README.md +++ b/README.md @@ -140,26 +140,26 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.170.153 | 82.445 | -|app.js |4.207.787 | 429.565 | -|boot.js | 868.735 | 4.142 | -|libs.js | 658.812 | 192.786 | -|sieve.js | 0 | 84.707 | +|admin.js |2.170.153 | 82.663 | +|app.js |4.207.787 | 430.135 | +|boot.js | 868.735 | 4.147 | +|libs.js | 658.812 | 201.887 | +|sieve.js | 0 | 84.703 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 793.930 | +|TOTAL |8.240.095 | 803.820 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 256.831 | 40.573 | 73.606 | 13.585 | 60.877 | 12.188 | -|app.min.js | 515.367 | 195.013 |139.456 | 66.135 |110.485 | 56.623 | -|boot.min.js | 84.659 | 2.084 | 26.998 | 1.202 | 23.643 | 1.003 | -|libs.min.js | 584.772 | 92.746 |180.901 | 34.452 |155.182 | 30.890 | +|admin.min.js | 256.831 | 40.601 | 73.606 | 13.614 | 60.877 | 12.203 | +|app.min.js | 515.367 | 195.213 |139.456 | 66.253 |110.485 | 56.686 | +|boot.min.js | 84.659 | 2.087 | 26.998 | 1.204 | 23.643 | 1.002 | +|libs.min.js | 584.772 | 92.460 |180.901 | 34.724 |155.182 | 31.042 | |sieve.min.js | 0 | 41.164 | 0 | 10.365 | 0 | 9.359 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | -|TOTAL user |1.217.635 | 289.843 |358.761 |101.789 |299.485 | 88.516 | -|TOTAL user+sieve |1.217.635 | 331.007 |358.761 |112.154 |299.485 | 97.875 | -|TOTAL admin | 959.099 | 135.403 |292.911 | 49.239 |249.877 | 44.081 | +|TOTAL user |1.217.635 | 289.760 |358.761 |102.181 |299.485 | 88.730 | +|TOTAL user+sieve |1.217.635 | 330.924 |358.761 |112.546 |299.485 | 98.089 | +|TOTAL admin | 959.099 | 135.148 |292.911 | 49.542 |249.877 | 44.247 | For a user it is around 69% smaller and faster than traditional RainLoop. @@ -188,12 +188,12 @@ For a user it is around 69% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |------: |------: |------: |--------: | -|app.css | 340.331 | 84.472 | 46.946 | 17.622 | 15.112 | -|app.min.css | 274.947 | 67.857 | 39.647 | 15.537 | 13.549 | +|app.css | 340.331 | 84.531 | 46.946 | 17.627 | 15.111 | +|app.min.css | 274.947 | 67.906 | 39.647 | 15.544 | 13.567 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 30.576 | | 7.013 | 6.096 | -|admin.min.css | | 24.692 | | 6.336 | 5.579 | +|admin.css | | 30.573 | | 7.011 | 6.101 | +|admin.min.css | | 24.689 | | 6.334 | 5.575 | ### PGP RainLoop uses the old OpenPGP.js v2 diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 668ac8df47..206c139780 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.35.2. +This app packages SnappyMail 2.35.3. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 29f5401990..3d3fe16a7e 100644 --- a/integrations/cloudron/Dockerfile +++ b/integrations/cloudron/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # If you change the extraction below, be sure to test on scaleway -VERSION=2.35.2 +VERSION=2.35.3 RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ unzip /tmp/snappymail.zip -d /app/code && \ rm /tmp/snappymail.zip && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index c6e1b1a844..2c60656555 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,10 +3,10 @@ snappymail SnappyMail SnappyMail Webmail - 2.35.2 + 2.35.3 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli - xxtea zip --> - + OCA\SnappyMail\Settings\AdminSettings diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl index 7f06862aab..ec2b0241f1 100644 --- a/integrations/virtualmin/snappymail.pl +++ b/integrations/virtualmin/snappymail.pl @@ -20,7 +20,7 @@ sub script_snappymail_longdesc # script_snappymail_versions() sub script_snappymail_versions { -return ( "2.35.2" ); +return ( "2.35.3" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index 9dd8bd8b43..59066b4743 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "SnappyMail", "description": "Simple, modern & fast web-based email client", "private": true, - "version": "2.35.2", + "version": "2.35.3", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",