This commit is contained in:
the-djmaze 2022-10-07 13:17:50 +02:00
parent a219509bd7
commit 7b6603719e
10 changed files with 24 additions and 23 deletions

View file

@ -298,5 +298,5 @@ dev_email = ""
dev_password = "" dev_password = ""
[version] [version]
current = "2.18.4" current = "2.18.5"
saved = "Fri, 30 Sep 2022 12:34:56 +0000" saved = "Fri, 30 Sep 2022 12:34:56 +0000"

View file

@ -140,26 +140,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy | |js/* |RainLoop |Snappy |
|--------------- |--------: |--------: | |--------------- |--------: |--------: |
|admin.js |2.170.153 | 80.818 | |admin.js |2.170.153 | 80.893 |
|app.js |4.207.787 | 403.757 | |app.js |4.207.787 | 405.596 |
|boot.js | 868.735 | 2.050 | |boot.js | 868.735 | 2.050 |
|libs.js | 658.812 | 195.216 | |libs.js | 658.812 | 195.214 |
|sieve.js | 0 | 86.183 | |sieve.js | 0 | 86.183 |
|polyfills.js | 334.608 | 0 | |polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 | |serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 768.309 | |TOTAL |8.240.095 | 770.221 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: | |--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.083 | 73.606 | 13.387 | 60.877 | 11.991 | |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 | |app.min.js | 515.367 | 187.928 |139.456 | 62.162 |110.485 | 53.380 |
|boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 | |boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 |
|libs.min.js | 584.772 | 93.432 |180.901 | 34.505 |155.182 | 30.971 | |libs.min.js | 584.772 | 93.430 |180.901 | 34.504 |155.182 | 30.954 |
|sieve.min.js | 0 | 41.961 | 0 | 10.493 | 0 | 9.462 | |sieve.min.js | 0 | 41.961 | 0 | 10.493 | 0 | 9.462 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 281.734 |358.761 | 97.091 |299.485 | 84.683 | |TOTAL user |1.217.635 | 282.610 |358.761 | 97.444 |299.485 | 84.962 |
|TOTAL user+sieve |1.217.635 | 323.695 |358.761 |107.584 |299.485 | 94.145 | |TOTAL user+sieve |1.217.635 | 324.571 |358.761 |107.937 |299.485 | 94.424 |
|TOTAL admin | 959.099 | 134.767 |292.911 | 48.670 |249.877 | 43.590 | |TOTAL admin | 959.099 | 134.765 |292.911 | 48.669 |249.877 | 43.573 |
For a user its around 70% smaller and faster than traditional RainLoop. For a user its around 70% smaller and faster than traditional RainLoop.
@ -187,8 +187,8 @@ For a user its around 70% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: | |------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 81.450 | 46.946 | 16.867 | 14.497 | |app.css | 340.331 | 81.669 | 46.946 | 16.923 | 14.538 |
|app.min.css | 274.947 | 65.395 | 39.647 | 14.975 | 13.109 | |app.min.css | 274.947 | 65.520 | 39.647 | 15.098 | 13.140 |
|boot.css | | 1.326 | | 664 | 545 | |boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 | |boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.949 | | 6.793 | 5.898 | |admin.css | | 29.949 | | 6.793 | 5.898 |

View file

@ -41,7 +41,8 @@ ignoredKeywords = [
'$attachment', '$attachment',
'$replied', '$replied',
// Others // Others
'$readreceipt' '$readreceipt',
'$notdelivered'
], ],
isAllowedKeyword = value => '\\' != value[0] && !ignoredKeywords.includes(value.toLowerCase()), isAllowedKeyword = value => '\\' != value[0] && !ignoredKeywords.includes(value.toLowerCase()),

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.18.4</upstream>. This app packages SnappyMail <upstream>2.18.5</upstream>.
SnappyMail is a simple, modern, lightweight & fast web-based email client. SnappyMail is a simple, modern, lightweight & fast web-based email client.

View file

@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code WORKDIR /app/code
# If you change the extraction below, be sure to test on scaleway # If you change the extraction below, be sure to test on scaleway
VERSION=2.18.4 VERSION=2.18.5
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ 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 && \ unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \ rm /tmp/snappymail.zip && \

View file

@ -1 +1 @@
2.18.4 2.18.5

View file

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

View file

@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a
# script_snappymail_versions() # script_snappymail_versions()
sub script_snappymail_versions sub script_snappymail_versions
{ {
return ( "2.18.4" ); return ( "2.18.5" );
} }
sub script_snappymail_version_desc sub script_snappymail_version_desc

View file

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

View file

@ -14,12 +14,12 @@
data-i18n="GLOBAL/ARE_YOU_SURE"></a> data-i18n="GLOBAL/ARE_YOU_SURE"></a>
<span class="e-action fontastic" data-bind="visible: canBeDeleted() && !askDelete(), click: $root.folderForDeletion">🗑</span> <span class="e-action fontastic" data-bind="visible: canBeDeleted() && !askDelete(), click: $root.folderForDeletion">🗑</span>
</td> </td>
<td data-i18n="[title]SETTINGS_FOLDERS/HELP_SHOW_HIDE_FOLDER"> <td data-i18n="[title]SETTINGS_FOLDERS/HELP_SHOW_HIDE_FOLDER" data-bind="if: canBeSubscribed">
<span class="e-action fontastic" data-bind="css: {'unsubscribed-folder':!isSubscribed()}, visible: canBeSubscribed(), click: $root.toggleFolderSubscription">👁</span> <span class="e-action fontastic" data-bind="css: {'unsubscribed-folder':!isSubscribed()}, click: $root.toggleFolderSubscription">👁</span>
</td> </td>
<!-- ko if: $root.displaySpecSetting --> <!-- ko if: $root.displaySpecSetting -->
<td data-i18n="[title]SETTINGS_FOLDERS/HELP_CHECK_FOR_NEW_MESSAGES"> <td data-i18n="[title]SETTINGS_FOLDERS/HELP_CHECK_FOR_NEW_MESSAGES" data-bind="if: canBeSelected() && isSubscribed()">
<span class="e-action icon-check-mark-circle-two" data-bind="css: {'check-folder':checkable(), 'unchecked-folder':!checkable()}, visible: canBeSelected() && isSubscribed(), click: $root.toggleFolderCheckable"></span> <span class="e-action icon-check-mark-circle-two" data-bind="css: {'check-folder':checkable(), 'unchecked-folder':!checkable()}, click: $root.toggleFolderCheckable"></span>
</td> </td>
<!-- /ko --> <!-- /ko -->
<!-- ko if: $root.showKolab --> <!-- ko if: $root.showKolab -->