Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed May 19, 2022
1 parent f12019d commit 0ff571d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .docker/release/files/usr/local/include/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,5 @@ dev_email = ""
dev_password = ""

[version]
current = "2.15.3"
current = "2.16.0"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,26 +139,26 @@ RainLoop 1.15 vs SnappyMail

|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 80.414 |
|app.js |4.215.733 | 405.790 |
|admin.js |2.158.025 | 80.335 |
|app.js |4.215.733 | 405.051 |
|boot.js | 672.433 | 2.050 |
|libs.js | 647.679 | 197.164 |
|sieve.js | 0 | 86.564 |
|libs.js | 647.679 | 197.160 |
|sieve.js | 0 | 86.504 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 772.267 |
|TOTAL |8.019.778 | 771.385 |

|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 40.249 | 73.899 | 13.380 | 60.674 | 11.968 |
|app.min.js | 516.000 | 192.191 |140.430 | 61.991 |110.657 | 53.200 |
|admin.min.js | 255.514 | 40.186 | 73.899 | 13.359 | 60.674 | 11.966 |
|app.min.js | 516.000 | 191.792 |140.430 | 61.896 |110.657 | 53.154 |
|boot.min.js | 66.456 | 1.252 | 22.553 | 778 | 20.043 | 628 |
|libs.min.js | 574.626 | 95.158 |177.280 | 35.159 |151.855 | 31.465 |
|sieve.min.js | 0 | 42.182 | 0 | 10.555 | 0 | 9.510 |
|libs.min.js | 574.626 | 95.110 |177.280 | 35.149 |151.855 | 31.461 |
|sieve.min.js | 0 | 42.147 | 0 | 10.551 | 0 | 9.513 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL user |1.189.690 | 288.601 |351.061 | 97.928 |292.627 | 85.293 |
|TOTAL user+sieve |1.189.690 | 330.783 |351.061 |108.483 |292.627 | 94.803 |
|TOTAL admin | 929.204 | 136.659 |285.047 | 49.317 |242.644 | 44.061 |
|TOTAL user |1.189.690 | 288.154 |351.061 | 97.823 |292.627 | 85.243 |
|TOTAL user+sieve |1.189.690 | 330.301 |351.061 |108.374 |292.627 | 94.756 |
|TOTAL admin | 929.204 | 136.548 |285.047 | 49.286 |242.644 | 44.055 |

For a user its around 70% smaller and faster than traditional RainLoop.

Expand Down Expand Up @@ -186,12 +186,12 @@ For a user its around 70% smaller and faster than traditional RainLoop.

|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.334 | 80.866 | 46.959 | 16.740 | 14.414 |
|app.min.css | 274.791 | 64.994 | 39.618 | 14.821 | 13.065 |
|app.css | 340.334 | 80.643 | 46.959 | 16.709 | 14.386 |
|app.min.css | 274.791 | 64.822 | 39.618 | 14.793 | 13.044 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.051 | | 6.815 | 5.910 |
|admin.min.css | | 24.163 | | 6.187 | 5.437 |
|admin.css | | 29.828 | | 6.777 | 5.875 |
|admin.min.css | | 23.991 | | 6.156 | 5.419 |

### PGP
RainLoop uses the old OpenPGP.js v2
Expand Down
1 change: 1 addition & 0 deletions dev/Common/UtilsUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dropdownsDetectVisibility = (() =>
* @returns {boolean}
*/
download = (link, name = "") => {
console.log('download: '+link);
// Firefox 98 issue https://github.com/the-djmaze/snappymail/issues/301
if (ThemeStore.isMobile() || /firefox/i.test(navigator.userAgent)) {
open(link, '_blank');
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.15.3</upstream>.
This app packages SnappyMail <upstream>2.16.0</upstream>.

SnappyMail is a simple, modern, lightweight & fast web-based email client.

Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.3
VERSION=2.16.0
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 && \
Expand Down
2 changes: 1 addition & 1 deletion integrations/nextcloud/snappymail/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.3
2.16.0
2 changes: 1 addition & 1 deletion integrations/nextcloud/snappymail/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.3</version>
<version>2.16.0</version>
<licence>agpl</licence>
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<namespace>SnappyMail</namespace>
Expand Down
2 changes: 1 addition & 1 deletion integrations/virtualmin/snappymail.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sub script_snappymail_longdesc
# script_snappymail_versions()
sub script_snappymail_versions
{
return ( "2.15.3" );
return ( "2.16.0" );
}

sub script_snappymail_version_desc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
Expand Down
4 changes: 2 additions & 2 deletions plugins/kolab/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '0.2',
VERSION = '1.0',
RELEASE = '2022-05-19',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.15.4';
REQUIRED = '2.16.0';

public function Init() : void
{
Expand Down

0 comments on commit 0ff571d

Please sign in to comment.