This commit is contained in:
the-djmaze 2022-03-08 15:00:12 +01:00
parent 3e494f6519
commit 6d8408b0ad
8 changed files with 18 additions and 18 deletions

View file

@ -301,5 +301,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.13.2"
current = "2.13.3"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"

View file

@ -139,23 +139,23 @@ RainLoop 1.15 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 80.267 |
|app.js |4.215.733 | 432.998 |
|admin.js |2.158.025 | 79.032 |
|app.js |4.215.733 | 431.236 |
|boot.js | 672.433 | 1.970 |
|libs.js | 647.679 | 200.221 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 715.741 |
|TOTAL |8.019.778 | 712.744 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 39.836 | 73.899 | 13.256 | 60.674 | 11.866 |
|app.min.js | 516.000 | 208.920 |140.430 | 66.895 |110.657 | 57.166 |
|admin.min.js | 255.514 | 39.266 | 73.899 | 13.072 | 60.674 | 11.704 |
|app.min.js | 516.000 | 207.654 |140.430 | 66.333 |110.657 | 56.849 |
|boot.min.js | 66.456 | 1.217 | 22.553 | 762 | 20.043 | 611 |
|libs.min.js | 574.626 | 96.347 |177.280 | 35.566 |151.855 | 31.844 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL |1.445.204 | 346.320 |425.477 |116.479 |353.301 |101.487 |
|TOTAL (no admin) |1.189.690 | 306.484 |351.061 |103.223 |292.627 | 89.621 |
|TOTAL |1.445.204 | 344.484 |425.477 |115.733 |353.301 |101.008 |
|TOTAL (no admin) |1.189.690 | 305.218 |351.061 |102.661 |292.627 | 89.304 |
For a user its around 69% smaller and faster than traditional RainLoop.
@ -183,12 +183,12 @@ 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 | 80.956 | 46.959 | 16.773 | 14.436 |
|app.min.css | 274.791 | 65.164 | 39.618 | 14.865 | 13.097 |
|app.css | 340.334 | 80.921 | 46.959 | 16.767 | 14.426 |
|app.min.css | 274.791 | 65.134 | 39.618 | 14.863 | 13.091 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.990 | | 6.799 | 5.888 |
|admin.min.css | | 24.113 | | 6.168 | 5.435 |
|admin.css | | 29.955 | | 6.792 | 5.882 |
|admin.min.css | | 24.083 | | 6.166 | 5.423 |
### PGP
RainLoop uses the old OpenPGP.js v2

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.13.2</upstream>.
This app packages SnappyMail <upstream>2.13.3</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.13.2
VERSION=2.13.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 && \

View file

@ -1 +1 @@
2.13.2
2.13.3

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.13.2</version>
<version>2.13.3</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.13.2" );
return ( "2.13.3" );
}
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.13.2",
"version": "2.13.3",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",