This commit is contained in:
the-djmaze 2022-02-15 12:53:20 +01:00
parent be35a541c3
commit 29cbd0fbb6
8 changed files with 14 additions and 14 deletions

View file

@ -289,5 +289,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.12.1"
current = "2.12.2"
saved = "Mon, 23 Aug 2021 07:55:13 +0000"

View file

@ -140,22 +140,22 @@ RainLoop 1.15 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 86.330 |
|app.js |4.215.733 | 442.708 |
|app.js |4.215.733 | 442.968 |
|boot.js | 672.433 | 2.049 |
|libs.js | 647.679 | 206.717 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 738.089 |
|TOTAL |8.019.778 | 738.349 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 43.341 | 73.899 | 13.994 | 60.674 | 12.482 |
|app.min.js | 516.000 | 219.141 |140.430 | 68.581 |110.657 | 58.570 |
|app.min.js | 516.000 | 219.211 |140.430 | 68.665 |110.657 | 58.612 |
|boot.min.js | 66.456 | 1.278 | 22.553 | 789 | 20.043 | 632 |
|libs.min.js | 574.626 | 98.988 |177.280 | 36.290 |151.855 | 32.467 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL |1.445.204 | 362.748 |425.477 |119.654 |353.301 |104.151 |
|TOTAL (no admin) |1.189.690 | 319.407 |351.061 |105.660 |292.627 | 91.669 |
|TOTAL |1.445.204 | 362.818 |425.477 |119.738 |353.301 |104.193 |
|TOTAL (no admin) |1.189.690 | 319.477 |351.061 |105.744 |292.627 | 91.711 |
For a user its around 69% smaller and faster than traditional RainLoop.
@ -183,8 +183,8 @@ For a user its around 69% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.334 | 82.487 | 46.959 | 16.926 | 14.572 |
|app.min.css | 274.791 | 66.527 | 39.618 | 15.003 | 13.206 |
|app.css | 340.334 | 82.315 | 46.959 | 16.904 | 14.555 |
|app.min.css | 274.791 | 66.384 | 39.618 | 14.984 | 13.193 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.212 | | 6.840 | 5.929 |

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.12.1</upstream>.
This app packages SnappyMail <upstream>2.12.2</upstream>.
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
# If you change the extraction below, be sure to test on scaleway
VERSION=2.12.1
VERSION=2.12.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 && \

View file

@ -1 +1 @@
2.12.1
2.12.2

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.12.1</version>
<version>2.12.2</version>
<licence>agpl</licence>
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<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()
sub script_snappymail_versions
{
return ( "2.12.1" );
return ( "2.12.2" );
}
sub script_snappymail_version_desc

View file

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