This commit is contained in:
djmaze 2021-09-14 17:13:03 +02:00
parent c7b1a92ebf
commit 5816c08e11
6 changed files with 18 additions and 18 deletions

View file

@ -292,5 +292,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.7.0"
current = "2.7.1"
saved = "Mon, 23 Aug 2021 07:55:13 +0000"

View file

@ -129,23 +129,23 @@ RainLoop 1.15 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 89.407 |
|app.js |4.215.733 | 447.836 |
|admin.js |2.158.025 | 88.633 |
|app.js |4.215.733 | 446.059 |
|boot.js | 672.433 | 2.856 |
|libs.js | 647.679 | 214.458 |
|libs.js | 647.679 | 213.208 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 754.842 |
|TOTAL |8.019.778 | 751.041 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 46.428 | 73.899 | 14.039 | 60.674 | 12.575 |
|app.min.js | 516.000 | 230.355 |140.430 | 67.980 |110.657 | 57.567 |
|admin.min.js | 255.514 | 45.597 | 73.899 | 13.933 | 60.674 | 12.463 |
|app.min.js | 516.000 | 228.862 |140.430 | 67.769 |110.657 | 57.420 |
|boot.min.js | 66.456 | 1.648 | 22.553 | 986 | 20.043 | 822 |
|libs.min.js | 574.626 | 103.928 |177.280 | 37.795 |151.855 | 33.829 |
|libs.min.js | 574.626 | 102.959 |177.280 | 37.514 |151.855 | 33.617 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL |1.445.204 | 382.359 |425.477 |120.800 |353.301 |104.793 |
|TOTAL (no admin) |1.189.690 | 335.931 |351.061 |106.761 |292.627 | 92.218 |
|TOTAL |1.445.204 | 379.066 |425.477 |120.202 |353.301 |104.322 |
|TOTAL (no admin) |1.189.690 | 333.469 |351.061 |106.269 |292.627 | 91.859 |
For a user its around 68% smaller and faster than traditional RainLoop.
@ -184,12 +184,12 @@ For a user its around 68% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.334 | 94.785 | 46.959 | 17.381 | 15.006 |
|app.min.css | 274.791 | 77.141 | 39.618 | 15.535 | 13.683 |
|app.css | 340.334 | 93.382 | 46.959 | 17.277 | 14.966 |
|app.min.css | 274.791 | 75.885 | 39.618 | 15.430 | 13.632 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 40.340 | | 8.507 | 7.434 |
|admin.min.css | | 31.824 | | 7.463 | 6.627 |
|admin.css | | 40.355 | | 8.507 | 7.437 |
|admin.min.css | | 31.835 | | 7.465 | 6.628 |
### Squire vs CKEditor

View file

@ -1 +1 @@
2.7.0
2.7.1

View file

@ -4,7 +4,7 @@
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<description>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).</description>
<version>2.7.0</version>
<version>2.7.1</version>
<licence>agpl</licence>
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<namespace>SnappyMail</namespace>

View file

@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.7.0",
"version": "2.7.1",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",

View file

@ -337,7 +337,7 @@ trait Folders
{
$sFolder = $this->GetActionParam('Folder', '');
$iPrevUidNext = (int) $this->GetActionParam('UidNext', 0);
$aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []))) ?: [];
$aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []) ?: []));
$this->initMailClientConnection();