mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
v2.14.3
This commit is contained in:
parent
ff394356b6
commit
f1ecbeb9f6
8 changed files with 15 additions and 15 deletions
|
@ -301,5 +301,5 @@ dev_email = ""
|
|||
dev_password = ""
|
||||
|
||||
[version]
|
||||
current = "2.14.2"
|
||||
current = "2.14.3"
|
||||
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
|
||||
|
|
16
README.md
16
README.md
|
@ -140,25 +140,25 @@ RainLoop 1.15 vs SnappyMail
|
|||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.158.025 | 78.605 |
|
||||
|app.js |4.215.733 | 406.853 |
|
||||
|boot.js | 672.433 | 2.025 |
|
||||
|app.js |4.215.733 | 406.987 |
|
||||
|boot.js | 672.433 | 2.155 |
|
||||
|libs.js | 647.679 | 197.259 |
|
||||
|sieve.js | 0 | 86.320 |
|
||||
|polyfills.js | 325.908 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |8.019.778 | 771.347 |
|
||||
|TOTAL |8.019.778 | 771.611 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|
||||
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|
||||
|admin.min.js | 255.514 | 39.034 | 73.899 | 13.031 | 60.674 | 11.664 |
|
||||
|app.min.js | 516.000 | 193.419 |140.430 | 62.123 |110.657 | 53.343 |
|
||||
|boot.min.js | 66.456 | 1.252 | 22.553 | 784 | 20.043 | 633 |
|
||||
|app.min.js | 516.000 | 193.507 |140.430 | 62.162 |110.657 | 53.288 |
|
||||
|boot.min.js | 66.456 | 1.301 | 22.553 | 798 | 20.043 | 653 |
|
||||
|libs.min.js | 574.626 | 95.886 |177.280 | 35.433 |151.855 | 31.696 |
|
||||
|sieve.min.js | 0 | 42.304 | 0 | 10.548 | 0 | 9.509 |
|
||||
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|
||||
|TOTAL user |1.189.690 | 290.557 |351.061 | 98.340 |292.627 | 85.672 |
|
||||
|TOTAL user+sieve |1.189.690 | 332.861 |351.061 |108.888 |292.627 | 95.181 |
|
||||
|TOTAL admin | 929.204 | 136.172 |285.047 | 49.248 |242.644 | 43.993 |
|
||||
|TOTAL user |1.189.690 | 290.694 |351.061 | 98.393 |292.627 | 85.637 |
|
||||
|TOTAL user+sieve |1.189.690 | 332.998 |351.061 |108.941 |292.627 | 95.146 |
|
||||
|TOTAL admin | 929.204 | 136.221 |285.047 | 49.262 |242.644 | 44.013 |
|
||||
|
||||
For a user its around 70% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages SnappyMail <upstream>2.14.2</upstream>.
|
||||
This app packages SnappyMail <upstream>2.14.3</upstream>.
|
||||
|
||||
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
||||
|
||||
|
|
|
@ -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.14.2
|
||||
VERSION=2.14.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 && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.14.2
|
||||
2.14.3
|
|
@ -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.14.2</version>
|
||||
<version>2.14.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
||||
<namespace>SnappyMail</namespace>
|
||||
|
|
|
@ -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.14.2" );
|
||||
return ( "2.14.3" );
|
||||
}
|
||||
|
||||
sub script_snappymail_version_desc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.14.2",
|
||||
"version": "2.14.3",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
Loading…
Reference in a new issue