From ececfae31ae64fb5f617183dfb029e809879903a Mon Sep 17 00:00:00 2001
From: the-djmaze <>
Date: Tue, 8 Oct 2024 23:07:58 +0200
Subject: [PATCH] v2.38.1
---
CHANGELOG.md | 53 ++++++++++++++++++-
README.md | 34 ++++++------
integrations/cloudron/DESCRIPTION.md | 2 +-
integrations/cloudron/Dockerfile | 2 +-
.../nextcloud/snappymail/appinfo/info.xml | 2 +-
integrations/virtualmin/snappymail.pl | 2 +-
package.json | 2 +-
plugins/nextcloud/index.php | 4 +-
plugins/send-save-in/index.php | 2 +-
.../templates/Views/User/MailMessageView.html | 2 +-
10 files changed, 78 insertions(+), 27 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2c804345..a165aeeb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,54 @@
+## 2.38.1 – 2024-10-08
+
+### Added
+- Admin - Extensions search filter
+- Options to unset current font family and size
+ [#1726](https://github.com/the-djmaze/snappymail/issues/1726)
+- Option to allow insecure cryptkey
+ [#1746](https://github.com/the-djmaze/snappymail/issues/1746)
+- Save vCard FN property
+ [#1761](https://github.com/the-djmaze/snappymail/issues/1761)
+- Docker Nginx should listen on IPv6 addresses in addition to IPv4
+ [#1770](https://github.com/the-djmaze/snappymail/issues/1770)
+- Full-screen Message View on Double-Click
+ [#1787](https://github.com/the-djmaze/snappymail/issues/1787)
+
+### Changed
+- Use the custom Squire as submodule vendors/squire2
+- Disallow noembed and noframes HTML elements
+- Keep 1 space between HTML elements in compressed templates
+- Squire: sanitizeToDOMFragment now uses cleanHTML()
+- Squire: improved handling of BR elements
+ [#1389](https://github.com/the-djmaze/snappymail/issues/1389)
+- Nextcloud border-radius by @gnilebein
+ [#1790](https://github.com/the-djmaze/snappymail/pull/1790)
+- Compose window sentFolder handling for
+ [#1793](https://github.com/the-djmaze/snappymail/pull/1793)
+- Update Portuguese by @ner00
+- Update Polish by @tinola
+- Update French by @hguilbert
+- Update Portuguese (Brazil) by @mstolf
+
+### Fixed
+- Composer dialog scroll got broken in v2.28
+- Composer dialog "from" triangle button wrong position due to font changes
+- Admin - Config `search` should be ko.observable() not ko.observableArray()
+- Squire: paste images
+ [#1389](https://github.com/the-djmaze/snappymail/issues/1389)
+- Domain whitelist failures on login
+ [#1706](https://github.com/the-djmaze/snappymail/issues/1706)
+- Sieve parse errors
+- Sieve support `index` was not optional for
+ [#1709](https://github.com/the-djmaze/snappymail/issues/1709)
+- Pagination problem for large mailbox after 2.36.1
+ [#1716](https://github.com/the-djmaze/snappymail/issues/1716)
+- Undefined constant "LOG_ERROR"
+ [#1754](https://github.com/the-djmaze/snappymail/issues/1754)
+- Search Filter Capital "B" not working
+ [#1780](https://github.com/the-djmaze/snappymail/issues/1780)
+- PHP 8.4: Implicitly nullable parameter declarations deprecated
+
+
## 2.38.0 – 2024-09-16
### Added
@@ -247,7 +298,7 @@
- CSS set min-width for .attachmentParent and .flagParent to line them up
- cPanel use extension login-cpanel instead of login-remote
- Improved login credentials handling
-- Speedup Knockout a bit
+- Speedup Knockout a bit and removed `with($context)` scope
- Update Belarusian by @spoooyders
- Update Chinese by @mayswind
- Update French by @hguilbert
diff --git a/README.md b/README.md
index 04e17c287..09d5abded 100644
--- a/README.md
+++ b/README.md
@@ -140,28 +140,28 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.170.153 | 84.203 |
-|app.js |4.207.787 | 446.887 |
+|admin.js |2.170.153 | 84.925 |
+|app.js |4.207.787 | 447.263 |
|boot.js | 868.735 | 4.343 |
-|libs.js | 658.812 | 236.059 |
-|sieve.js | 0 | 84.571 |
+|libs.js | 658.812 | 233.715 |
+|sieve.js | 0 | 91.418 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.240.095 | 856.348 |
+|TOTAL |8.240.095 | 861.949 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 256.831 | 41.256 | 73.606 | 13.940 | 60.877 | 12.493 |
-|app.min.js | 515.367 | 201.917 |139.456 | 68.450 |110.485 | 58.321 |
+|admin.min.js | 256.831 | 41.719 | 73.606 | 14.022 | 60.877 | 12.567 |
+|app.min.js | 515.367 | 202.101 |139.456 | 68.505 |110.485 | 58.481 |
|boot.min.js | 84.659 | 2.231 | 26.998 | 1.271 | 23.643 | 1.067 |
-|libs.min.js | 584.772 | 111.742 |180.901 | 39.882 |155.182 | 35.584 |
-|sieve.min.js | 0 | 41.288 | 0 | 10.327 | 0 | 9.318 |
+|libs.min.js | 584.772 | 110.633 |180.901 | 39.515 |155.182 | 35.246 |
+|sieve.min.js | 0 | 45.504 | 0 | 11.131 | 0 | 9.917 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
-|TOTAL user |1.217.635 | 315.890 |358.761 |109.603 |299.485 | 94.972 |
-|TOTAL user+sieve |1.217.635 | 357.178 |358.761 |119.930 |299.485 |104.290 |
-|TOTAL admin | 959.099 | 155.229 |292.911 | 55.093 |249.877 | 49.144 |
+|TOTAL user |1.217.635 | 314.965 |358.761 |109.291 |299.485 | 94.794 |
+|TOTAL user+sieve |1.217.635 | 360.469 |358.761 |120.422 |299.485 |104.711 |
+|TOTAL admin | 959.099 | 154.583 |292.911 | 54.808 |249.877 | 48.880 |
-For a user it is around 67% smaller and faster than traditional RainLoop.
+For a user it is around 66% smaller and faster than traditional RainLoop.
### CSS changes
@@ -188,12 +188,12 @@ For a user it is around 67% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
-|app.css | 340.331 | 84.850 | 46.946 | 17.710 | 15.161 |
-|app.min.css | 274.947 | 68.192 | 39.647 | 15.602 | 13.626 |
+|app.css | 340.331 | 85.073 | 46.946 | 17.792 | 15.210 |
+|app.min.css | 274.947 | 68.272 | 39.647 | 15.615 | 13.636 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
-|admin.css | | 30.761 | | 7.038 | 6.118 |
-|admin.min.css | | 24.857 | | 6.360 | 5.598 |
+|admin.css | | 30.880 | | 7.045 | 6.127 |
+|admin.min.css | | 24.959 | | 6.368 | 5.615 |
### PGP
RainLoop uses the old OpenPGP.js v2
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 599a4c1cc..4c6cf6a51 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.38.0.
+This app packages SnappyMail 2.38.1.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index c95b06a13..fc54eae02 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.38.0
+VERSION=2.38.1
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 dd1346e87..8dfaf6be7 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -3,7 +3,7 @@
snappymail
SnappyMail
SnappyMail Webmail
- 2.38.0
+ 2.38.1
agpl
SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli
❯
-