From b3fa14f01723ab4cae0256079e7037cafdd64f08 Mon Sep 17 00:00:00 2001
From: the-djmaze <>
Date: Thu, 15 Dec 2022 17:14:32 +0100
Subject: [PATCH] v2.23.1
---
.../files/usr/local/include/application.ini | 2 +-
README.md | 28 +++++++++----------
integrations/cloudron/DESCRIPTION.md | 2 +-
integrations/cloudron/Dockerfile | 2 +-
.../nextcloud/snappymail/appinfo/info.xml | 2 +-
integrations/virtualmin/snappymail.pl | 2 +-
package.json | 2 +-
plugins/avatars/index.php | 4 +--
8 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini
index 1b3b8662b..83d84894c 100644
--- a/.docker/release/files/usr/local/include/application.ini
+++ b/.docker/release/files/usr/local/include/application.ini
@@ -289,5 +289,5 @@ dev_email = ""
dev_password = ""
[version]
-current = "2.23.0"
+current = "2.23.1"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"
diff --git a/README.md b/README.md
index 1622429e5..0c7d0e5eb 100644
--- a/README.md
+++ b/README.md
@@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.170.153 | 82.544 |
-|app.js |4.207.787 | 409.918 |
+|admin.js |2.170.153 | 83.917 |
+|app.js |4.207.787 | 412.197 |
|boot.js | 868.735 | 2.351 |
-|libs.js | 658.812 | 193.075 |
+|libs.js | 658.812 | 193.682 |
|sieve.js | 0 | 86.018 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.240.095 | 774.191 |
+|TOTAL |8.240.095 | 778.450 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 256.831 | 40.961 | 73.606 | 13.580 | 60.877 | 12.194 |
-|app.min.js | 515.367 | 189.842 |139.456 | 63.040 |110.485 | 54.093 |
+|admin.min.js | 256.831 | 41.827 | 73.606 | 13.858 | 60.877 | 12.432 |
+|app.min.js | 515.367 | 190.374 |139.456 | 63.219 |110.485 | 54.234 |
|boot.min.js | 84.659 | 1.474 | 26.998 | 907 | 23.643 | 733 |
-|libs.min.js | 584.772 | 92.084 |180.901 | 34.119 |155.182 | 30.621 |
+|libs.min.js | 584.772 | 92.082 |180.901 | 34.144 |155.182 | 30.670 |
|sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
-|TOTAL user |1.217.635 | 283.400 |358.761 | 98.066 |299.485 | 85.447 |
-|TOTAL user+sieve |1.217.635 | 325.309 |358.761 |108.542 |299.485 | 94.908 |
-|TOTAL admin | 959.099 | 134.519 |292.911 | 48.606 |249.877 | 43.548 |
+|TOTAL user |1.217.635 | 283.930 |358.761 | 98.270 |299.485 | 85.637 |
+|TOTAL user+sieve |1.217.635 | 325.839 |358.761 |108.746 |299.485 | 95.098 |
+|TOTAL admin | 959.099 | 135.383 |292.911 | 48.909 |249.877 | 43.835 |
For a user its around 70% smaller and faster than traditional RainLoop.
@@ -189,12 +189,12 @@ For a user its around 70% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
-|app.css | 340.331 | 82.100 | 46.946 | 17.037 | 14.627 |
-|app.min.css | 274.947 | 66.183 | 39.647 | 15.040 | 13.194 |
+|app.css | 340.331 | 82.348 | 46.946 | 17.074 | 14.652 |
+|app.min.css | 274.947 | 66.376 | 39.647 | 15.048 | 13.200 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
-|admin.css | | 30.029 | | 6.871 | 5.969 |
-|admin.min.css | | 24.331 | | 6.229 | 5.494 |
+|admin.css | | 30.277 | | 6.901 | 5.999 |
+|admin.min.css | | 24.524 | | 6.238 | 5.503 |
### PGP
RainLoop uses the old OpenPGP.js v2
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index d053c5160..7fa5109db 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.23.0.
+This app packages SnappyMail 2.23.1.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index c7f0372ce..735d9b541 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.23.0
+VERSION=2.23.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 c94ba94ba..33a3e5438 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -3,7 +3,7 @@
snappymail
SnappyMail
SnappyMail Webmail
- 2.23.0
+ 2.23.1
agpl
SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli