diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index e14628ce4..4bb31a7f9 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -304,5 +304,5 @@ dev_email = "" dev_password = "" [version] -current = "2.17.2" +current = "2.17.3" saved = "Fri, 04 Mar 2022 08:55:26 +0000" diff --git a/README.md b/README.md index b9b332ab5..e4780db9f 100644 --- a/README.md +++ b/README.md @@ -140,26 +140,26 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 81.557 | -|app.js |4.215.733 | 404.535 | +|admin.js |2.158.025 | 81.839 | +|app.js |4.215.733 | 403.769 | |boot.js | 672.433 | 2.050 | -|libs.js | 647.679 | 197.160 | -|sieve.js | 0 | 86.148 | +|libs.js | 647.679 | 197.015 | +|sieve.js | 0 | 86.196 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 771.735 | +|TOTAL |8.019.778 | 771.154 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 40.796 | 73.899 | 13.531 | 60.674 | 12.098 | -|app.min.js | 516.000 | 191.313 |140.430 | 62.085 |110.657 | 53.347 | +|admin.min.js | 255.514 | 40.858 | 73.899 | 13.598 | 60.674 | 12.171 | +|app.min.js | 516.000 | 190.891 |140.430 | 61.956 |110.657 | 53.244 | |boot.min.js | 66.456 | 1.252 | 22.553 | 778 | 20.043 | 628 | -|libs.min.js | 574.626 | 95.110 |177.280 | 35.149 |151.855 | 31.461 | -|sieve.min.js | 0 | 42.037 | 0 | 10.516 | 0 | 9.501 | +|libs.min.js | 574.626 | 95.026 |177.280 | 35.140 |151.855 | 31.455 | +|sieve.min.js | 0 | 41.963 | 0 | 10.494 | 0 | 9.460 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL user |1.189.690 | 287.675 |351.061 | 98.012 |292.627 | 85.436 | -|TOTAL user+sieve |1.189.690 | 329.712 |351.061 |108.528 |292.627 | 94.937 | -|TOTAL admin | 929.204 | 137.158 |285.047 | 49.458 |242.644 | 44.187 | +|TOTAL user |1.189.690 | 287.169 |351.061 | 97.874 |292.627 | 85.327 | +|TOTAL user+sieve |1.189.690 | 329.132 |351.061 |108.368 |292.627 | 94.787 | +|TOTAL admin | 929.204 | 137.136 |285.047 | 49.516 |242.644 | 44.254 | 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.334 | 81.866 | 46.959 | 16.907 | 14.544 | -|app.min.css | 274.791 | 65.792 | 39.618 | 14.966 | 13.160 | +|app.css | 340.334 | 81.864 | 46.959 | 16.905 | 14.559 | +|app.min.css | 274.791 | 65.790 | 39.618 | 14.965 | 13.162 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 29.863 | | 6.795 | 5.897 | -|admin.min.css | | 24.001 | | 6.159 | 5.413 | +|admin.css | | 29.747 | | 6.763 | 5.870 | +|admin.min.css | | 23.901 | | 6.128 | 5.389 | ### PGP RainLoop uses the old OpenPGP.js v2 diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index c9e5b13f6..933e5b885 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.17.2. +This app packages SnappyMail 2.17.3. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index fa81b977e..11833ddfc 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.17.2 +VERSION=2.17.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/VERSION b/integrations/nextcloud/snappymail/VERSION index f8c6ddff3..5d3908e28 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.17.2 \ No newline at end of file +2.17.3 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index ae2acfd9a..847b7bafd 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.17.2 + 2.17.3 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 6babb36ff..8fb692ba6 100644 --- a/integrations/virtualmin/snappymail.pl +++ b/integrations/virtualmin/snappymail.pl @@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a # script_snappymail_versions() sub script_snappymail_versions { -return ( "2.17.2" ); +return ( "2.17.3" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index 675f26288..85ce369c6 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.17.2", + "version": "2.17.3", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",