diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini
index 9776c268c1..c6c50ad946 100644
--- a/.docker/release/files/usr/local/include/application.ini
+++ b/.docker/release/files/usr/local/include/application.ini
@@ -298,5 +298,5 @@ dev_email = ""
dev_password = ""
[version]
-current = "2.18.3"
+current = "2.18.4"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"
diff --git a/README.md b/README.md
index 4985ede922..f5dce6d48a 100644
--- a/README.md
+++ b/README.md
@@ -140,26 +140,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.170.153 | 80.884 |
-|app.js |4.207.787 | 402.446 |
+|admin.js |2.170.153 | 80.818 |
+|app.js |4.207.787 | 403.757 |
|boot.js | 868.735 | 2.050 |
-|libs.js | 658.812 | 195.228 |
+|libs.js | 658.812 | 195.216 |
|sieve.js | 0 | 86.183 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.240.095 | 767.076 |
+|TOTAL |8.240.095 | 768.309 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 256.831 | 40.146 | 73.606 | 13.410 | 60.877 | 12.018 |
-|app.min.js | 515.367 | 186.480 |139.456 | 61.516 |110.485 | 52.849 |
+|admin.min.js | 256.831 | 40.083 | 73.606 | 13.387 | 60.877 | 11.991 |
+|app.min.js | 515.367 | 187.050 |139.456 | 61.808 |110.485 | 53.084 |
|boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 |
-|libs.min.js | 584.772 | 93.444 |180.901 | 34.510 |155.182 | 30.966 |
+|libs.min.js | 584.772 | 93.432 |180.901 | 34.505 |155.182 | 30.971 |
|sieve.min.js | 0 | 41.961 | 0 | 10.493 | 0 | 9.462 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
-|TOTAL user |1.217.635 | 281.176 |358.761 | 96.804 |299.485 | 84.443 |
-|TOTAL user+sieve |1.217.635 | 323.137 |358.761 |107.297 |299.485 | 93.905 |
-|TOTAL admin | 959.099 | 134.842 |292.911 | 48.698 |249.877 | 43.612 |
+|TOTAL user |1.217.635 | 281.734 |358.761 | 97.091 |299.485 | 84.683 |
+|TOTAL user+sieve |1.217.635 | 323.695 |358.761 |107.584 |299.485 | 94.145 |
+|TOTAL admin | 959.099 | 134.767 |292.911 | 48.670 |249.877 | 43.590 |
For a user its around 70% smaller and faster than traditional RainLoop.
@@ -187,12 +187,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 | 81.450 | 46.946 | 16.867 | 14.493 |
-|app.min.css | 274.947 | 65.395 | 39.647 | 14.975 | 13.106 |
+|app.css | 340.331 | 81.450 | 46.946 | 16.867 | 14.497 |
+|app.min.css | 274.947 | 65.395 | 39.647 | 14.975 | 13.109 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.949 | | 6.793 | 5.898 |
-|admin.min.css | | 24.073 | | 6.157 | 5.414 |
+|admin.min.css | | 24.073 | | 6.158 | 5.414 |
### PGP
RainLoop uses the old OpenPGP.js v2
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 66068fd1ca..6783305d7b 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.18.3.
+This app packages SnappyMail 2.18.4.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index 289564c4db..37113194de 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.18.3
+VERSION=2.18.4
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/VERSION b/integrations/nextcloud/snappymail/VERSION
index 826347705b..401b70b2e6 100755
--- a/integrations/nextcloud/snappymail/VERSION
+++ b/integrations/nextcloud/snappymail/VERSION
@@ -1 +1 @@
-2.18.3
\ No newline at end of file
+2.18.4
\ No newline at end of file
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index fc96964afa..c69a87250b 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -4,7 +4,7 @@
SnappyMail
SnappyMail Webmail
Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. The default user/password is admin/12345. This version is based on SnappyMail 2.6.0 (2021-07).
- 2.18.3
+ 2.18.4
agpl
SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli
SnappyMail
diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl
index 1394609f7d..912b6a36f5 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.18.3" );
+return ( "2.18.4" );
}
sub script_snappymail_version_desc
diff --git a/package.json b/package.json
index 9ada57d54c..d7bd53b399 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.18.3",
+ "version": "2.18.4",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",