From f7ba43437e3191cd8bac770b3733339416fa0368 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 12 May 2022 15:52:40 +0200 Subject: [PATCH] v2.15.2 --- .../files/usr/local/include/application.ini | 18 ++++++++++---- README.md | 24 +++++++++---------- integrations/cloudron/DESCRIPTION.md | 2 +- integrations/cloudron/Dockerfile | 2 +- integrations/nextcloud/snappymail/VERSION | 2 +- .../nextcloud/snappymail/appinfo/info.xml | 2 +- integrations/virtualmin/snappymail.pl | 2 +- package.json | 2 +- 8 files changed, 31 insertions(+), 23 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 91178615d..50667e65a 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -74,6 +74,9 @@ content_security_policy = "" csp_report = Off encrypt_cipher = "aes-256-cbc-hmac-sha1" +[admin_panel] +allow_update = Off + [ssl] ; Require verification of SSL certificate used. verify_certificate = Off @@ -81,6 +84,9 @@ verify_certificate = Off ; Allow self-signed certificates. Requires verify_certificate. allow_self_signed = On +; https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_security_level.html +security_level = 1 + ; Location of Certificate Authority file on local filesystem (/etc/ssl/certs/ca-certificates.crt) cafile = "" @@ -126,7 +132,7 @@ enable = Off enabled_list = "" [defaults] -; Editor mode used by default (Plain, Html, HtmlForced or PlainForced) +; Editor mode used by default (Plain, Html) view_editor_type = "Html" ; layout: 0 - no preview, 1 - side preview, 2 - bottom preview @@ -267,6 +273,7 @@ imap_folder_list_limit = 200 imap_show_login_alert = On imap_use_list_status = On imap_timeout = 300 +imap_disable_metadata = Off smtp_show_server_errors = Off smtp_timeout = 60 sieve_auth_plain_initial = On @@ -277,29 +284,30 @@ sasl_allow_scram_sha = Off sasl_allow_cram_md5 = Off mail_func_clear_headers = On mail_func_additional_parameters = Off -favicon_status = On folders_spec_limit = 50 curl_proxy = "" curl_proxy_auth = "" in_iframe = Off force_https = Off +custom_login_link = "" +custom_logout_link = "" +allow_external_login = Off http_client_ip_check_proxy = Off fast_cache_memcache_host = "127.0.0.1" fast_cache_memcache_port = 11211 fast_cache_redis_host = "127.0.0.1" fast_cache_redis_port = 6379 use_local_proxy_for_external_images = On -detect_image_exif_orientation = On +image_exif_auto_rotate = Off cookie_default_path = "" cookie_default_secure = Off check_new_messages = On replace_env_in_configuration = "" -strict_html_parser = Off boundary_prefix = "" kolab_enabled = Off dev_email = "" dev_password = "" [version] -current = "2.15.1" +current = "2.15.2" saved = "Fri, 04 Mar 2022 08:55:26 +0000" diff --git a/README.md b/README.md index e22d82f5e..6a275b67b 100644 --- a/README.md +++ b/README.md @@ -140,25 +140,25 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | |admin.js |2.158.025 | 80.414 | -|app.js |4.215.733 | 405.694 | -|boot.js | 672.433 | 2.058 | -|libs.js | 647.679 | 197.158 | +|app.js |4.215.733 | 404.996 | +|boot.js | 672.433 | 2.050 | +|libs.js | 647.679 | 197.164 | |sieve.js | 0 | 86.564 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 772.173 | +|TOTAL |8.019.778 | 771.473 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | |admin.min.js | 255.514 | 40.249 | 73.899 | 13.380 | 60.674 | 11.968 | -|app.min.js | 516.000 | 192.174 |140.430 | 61.954 |110.657 | 53.235 | -|boot.min.js | 66.456 | 1.260 | 22.553 | 784 | 20.043 | 632 | -|libs.min.js | 574.626 | 95.872 |177.280 | 35.410 |151.855 | 31.704 | +|app.min.js | 516.000 | 191.767 |140.430 | 61.896 |110.657 | 53.097 | +|boot.min.js | 66.456 | 1.252 | 22.553 | 778 | 20.043 | 628 | +|libs.min.js | 574.626 | 95.158 |177.280 | 35.159 |151.855 | 31.465 | |sieve.min.js | 0 | 42.182 | 0 | 10.555 | 0 | 9.510 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL user |1.189.690 | 289.306 |351.061 | 98.148 |292.627 | 85.571 | -|TOTAL user+sieve |1.189.690 | 331.488 |351.061 |108.703 |292.627 | 95.081 | -|TOTAL admin | 929.204 | 137.381 |285.047 | 49.574 |242.644 | 44.304 | +|TOTAL user |1.189.690 | 288.177 |351.061 | 97.833 |292.627 | 85.190 | +|TOTAL user+sieve |1.189.690 | 330.359 |351.061 |108.388 |292.627 | 94.700 | +|TOTAL admin | 929.204 | 136.659 |285.047 | 49.317 |242.644 | 44.061 | For a user its around 70% smaller and faster than traditional RainLoop. @@ -186,8 +186,8 @@ 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 | 80.804 | 46.959 | 16.729 | 14.404 | -|app.min.css | 274.791 | 64.944 | 39.618 | 14.811 | 13.054 | +|app.css | 340.334 | 80.866 | 46.959 | 16.740 | 14.414 | +|app.min.css | 274.791 | 64.994 | 39.618 | 14.821 | 13.065 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | |admin.css | | 30.051 | | 6.815 | 5.910 | diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index b3d5cfbf4..b304ed7eb 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.15.1. +This app packages SnappyMail 2.15.2. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 789d81f2e..82f677e8e 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.15.1 +VERSION=2.15.2 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 d91346fd9..7797528ca 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.15.1 \ No newline at end of file +2.15.2 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 16f79eec2..9adc317b8 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.15.1 + 2.15.2 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 b778dc4a2..64f464a1f 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.15.1" ); +return ( "2.15.2" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index 032477815..cba03a670 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.15.1", + "version": "2.15.2", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",