This commit is contained in:
the-djmaze 2022-03-10 14:32:10 +01:00
parent 4b02c19aa3
commit d6b1bcc375
9 changed files with 25 additions and 25 deletions

View file

@ -301,5 +301,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.13.3"
current = "2.13.4"
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 | 79.032 |
|app.js |4.215.733 | 431.236 |
|boot.js | 672.433 | 1.970 |
|libs.js | 647.679 | 200.221 |
|admin.js |2.158.025 | 79.040 |
|app.js |4.215.733 | 431.641 |
|boot.js | 672.433 | 1.996 |
|libs.js | 647.679 | 200.131 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 712.744 |
|TOTAL |8.019.778 | 713.093 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|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 |
|admin.min.js | 255.514 | 39.272 | 73.899 | 13.076 | 60.674 | 11.727 |
|app.min.js | 516.000 | 207.038 |140.430 | 66.265 |110.657 | 56.788 |
|boot.min.js | 66.456 | 1.230 | 22.553 | 768 | 20.043 | 619 |
|libs.min.js | 574.626 | 96.201 |177.280 | 35.522 |151.855 | 31.746 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|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 |
|TOTAL |1.445.204 | 343.741 |425.477 |115.631 |353.301 |100.880 |
|TOTAL (no admin) |1.189.690 | 304.469 |351.061 |102.555 |292.627 | 89.153 |
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.921 | 46.959 | 16.767 | 14.426 |
|app.min.css | 274.791 | 65.134 | 39.618 | 14.863 | 13.091 |
|app.css | 340.334 | 80.943 | 46.959 | 16.768 | 14.427 |
|app.min.css | 274.791 | 65.152 | 39.618 | 14.864 | 13.097 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.955 | | 6.792 | 5.882 |
|admin.min.css | | 24.083 | | 6.166 | 5.423 |
|admin.css | | 29.977 | | 6.795 | 5.900 |
|admin.min.css | | 24.101 | | 6.167 | 5.421 |
### PGP
RainLoop uses the old OpenPGP.js v2

View file

@ -66,10 +66,10 @@ Components: main
Description: SnappyMail repository
Date: ' . gmdate('r') . '
MD5Sum:
' . hash_file('md5', $TARGET_DIR . 'Packages.gz') . ' ' . $size . 'Packages.gz
' . hash_file('md5', $TARGET_DIR . 'Packages.gz') . ' ' . $size . ' Packages.gz
SHA1:
' . hash_file('sha1', $TARGET_DIR . 'Packages.gz') . ' ' . $size . 'Packages.gz
' . hash_file('sha1', $TARGET_DIR . 'Packages.gz') . ' ' . $size . ' Packages.gz
SHA256:
' . hash_file('sha256', $TARGET_DIR . 'Packages.gz') . ' ' . $size . 'Packages.gz
' . hash_file('sha256', $TARGET_DIR . 'Packages.gz') . ' ' . $size . ' Packages.gz
';
file_put_contents($TARGET_DIR . 'Release', $Release);

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.13.3</upstream>.
This app packages SnappyMail <upstream>2.13.4</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.3
VERSION=2.13.4
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.3
2.13.4

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