This commit is contained in:
the-djmaze 2022-10-28 01:44:04 +02:00
parent 7a0ec76d25
commit 63d693f21b
8 changed files with 32 additions and 17 deletions

View file

@ -290,5 +290,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.19.3"
current = "2.19.4"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"

View file

@ -141,25 +141,25 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 81.500 |
|app.js |4.207.787 | 405.584 |
|app.js |4.207.787 | 405.783 |
|boot.js | 868.735 | 2.050 |
|libs.js | 658.812 | 194.347 |
|libs.js | 658.812 | 192.965 |
|sieve.js | 0 | 86.172 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 769.938 |
|TOTAL |8.240.095 | 768.755 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.402 | 73.606 | 13.446 | 60.877 | 12.062 |
|app.min.js | 515.367 | 188.357 |139.456 | 62.409 |110.485 | 53.609 |
|app.min.js | 515.367 | 188.273 |139.456 | 62.450 |110.485 | 53.536 |
|boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 |
|libs.min.js | 584.772 | 92.683 |180.901 | 34.283 |155.182 | 30.755 |
|libs.min.js | 584.772 | 92.055 |180.901 | 34.113 |155.182 | 30.641 |
|sieve.min.js | 0 | 41.952 | 0 | 10.493 | 0 | 9.465 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 282.292 |358.761 | 97.470 |299.485 | 84.992 |
|TOTAL user+sieve |1.217.635 | 324.244 |358.761 |107.963 |299.485 | 94.457 |
|TOTAL admin | 959.099 | 134.337 |292.911 | 48.507 |249.877 | 43.445 |
|TOTAL user |1.217.635 | 281.580 |358.761 | 97.341 |299.485 | 84.805 |
|TOTAL user+sieve |1.217.635 | 323.532 |358.761 |107.834 |299.485 | 94.270 |
|TOTAL admin | 959.099 | 133.709 |292.911 | 48.337 |249.877 | 43.331 |
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 |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 82.275 | 46.946 | 17.069 | 14.651 |
|app.min.css | 274.947 | 65.946 | 39.647 | 15.046 | 13.224 |
|app.css | 340.331 | 82.267 | 46.946 | 17.056 | 14.646 |
|app.min.css | 274.947 | 65.979 | 39.647 | 15.048 | 13.217 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.955 | | 6.798 | 5.906 |

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.19.3</upstream>.
This app packages SnappyMail <upstream>2.19.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.19.3
VERSION=2.19.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

@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.19.3</version>
<version>2.19.4</version>
<licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**
@ -13,7 +13,7 @@
- **Full Sieve filtering support**
- **Almost all IMAP features** including advanced searching
- **Integration with Nextcloud Unified Search**
- **Integration with other Nextcloud apps** (Contacts & Files)
- **Integration with other Nextcloud apps** (Contacts, Files and Calendar)
- **Multiple mail accounts and identities**
- **Send & receive OpenPGP encrypted/signed emails** (With full HTML support, ECC keys, or plain text with Mailvelope)
- **Many security features** (Sodium encrypted passwords, Sec-Fetch, TOTP 2FA, DKIM, prevent tracking, etc.)

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

View file

@ -47,4 +47,19 @@
+ ' data-bind="click: nextcloudAttach" data-i18n="[title]NEXTCLOUD/ATTACH_FILES">◦◯◦</a>'));
}
/**
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html
POST /ocs/v2.php/apps/files_sharing/api/v1/shares
JSON {
"path":"/Nextcloud intro.mp4",
"shareType":3, // public link
"shareWith":"user@example.com",
// "publicUpload":false,
// "password":null,
// "permissions":1, // default
// "expireDate":"YYYY-MM-DD",
// "note":"Especially for you"
}
*/
})(window.rl);