This commit is contained in:
the-djmaze 2023-02-09 10:37:43 +01:00
parent 9466fc71a8
commit 8d6eb96c8f
9 changed files with 56 additions and 17 deletions

View file

@ -316,5 +316,5 @@ dev_email = ""
dev_password = "" dev_password = ""
[version] [version]
current = "2.25.4" current = "2.25.5"
saved = "Sun, 18 Dec 2022 22:10:48 +0000" saved = "Sun, 18 Dec 2022 22:10:48 +0000"

View file

@ -1,3 +1,42 @@
## 2.25.5 2023-02-09
## Added
- New dark themes by @TheCuteFoxxy
[#925](https://github.com/the-djmaze/snappymail/pull/925)
- External images option 'Always when DKIM is valid' for
[#201](https://github.com/the-djmaze/snappymail/pull/201)
- Image whitelist menu on message for
[#201](https://github.com/the-djmaze/snappymail/pull/201)
## Changed
- pt-PT translation by @ner00
[#917](https://github.com/the-djmaze/snappymail/pull/917) and
[#920](https://github.com/the-djmaze/snappymail/pull/920)
- fr-FR translation by @hguilbert
[#919](https://github.com/the-djmaze/snappymail/pull/919)
- Layout section rl-right now is `display: flex` and solves
[#928](https://github.com/the-djmaze/snappymail/pull/928)
- Some Themes background to `cover`
[#918](https://github.com/the-djmaze/snappymail/pull/918)
- Speedup cleanHtml() parser
- Reduce memory usage on addressbook import
## Fixed
- Prevent loading loop between MessageList and FolderInformation requests
- Admin -> Config layout
- Inline images sometimes failed
- Undefined index: cid
[#921](https://github.com/the-djmaze/snappymail/pull/921)
- On upgrade prevent Apache access errors for
[#358](https://github.com/the-djmaze/snappymail/pull/358)
- Import contacts as CSV is broken
[#931](https://github.com/the-djmaze/snappymail/pull/931)
### Removed
- Blockquote height calculator for
[#902](https://github.com/the-djmaze/snappymail/pull/902)
## 2.25.4 2023-02-06 ## 2.25.4 2023-02-06
## Added ## Added

View file

@ -142,24 +142,24 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy | |js/* |RainLoop |Snappy |
|--------------- |--------: |--------: | |--------------- |--------: |--------: |
|admin.js |2.170.153 | 81.589 | |admin.js |2.170.153 | 81.589 |
|app.js |4.207.787 | 415.987 | |app.js |4.207.787 | 416.123 |
|boot.js | 868.735 | 2.711 | |boot.js | 868.735 | 2.711 |
|libs.js | 658.812 | 192.392 | |libs.js | 658.812 | 192.392 |
|sieve.js | 0 | 85.597 | |sieve.js | 0 | 85.597 |
|polyfills.js | 334.608 | 0 | |polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 | |serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 778.561 | |TOTAL |8.240.095 | 778.697 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: | |--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.319 | 73.606 | 13.343 | 60.877 | 11.970 | |admin.min.js | 256.831 | 40.319 | 73.606 | 13.343 | 60.877 | 11.970 |
|app.min.js | 515.367 | 191.740 |139.456 | 64.135 |110.485 | 54.920 | |app.min.js | 515.367 | 191.764 |139.456 | 64.128 |110.485 | 54.852 |
|boot.min.js | 84.659 | 1.600 | 26.998 | 940 | 23.643 | 767 | |boot.min.js | 84.659 | 1.600 | 26.998 | 940 | 23.643 | 767 |
|libs.min.js | 584.772 | 91.434 |180.901 | 33.893 |155.182 | 30.383 | |libs.min.js | 584.772 | 91.434 |180.901 | 33.893 |155.182 | 30.383 |
|sieve.min.js | 0 | 41.566 | 0 | 10.427 | 0 | 9.413 | |sieve.min.js | 0 | 41.566 | 0 | 10.427 | 0 | 9.413 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 284.774 |358.761 | 98.968 |299.485 | 86.070 | |TOTAL user |1.217.635 | 284.798 |358.761 | 98.961 |299.485 | 86.002 |
|TOTAL user+sieve |1.217.635 | 326.340 |358.761 |109.395 |299.485 | 95.483 | |TOTAL user+sieve |1.217.635 | 326.364 |358.761 |109.388 |299.485 | 95.415 |
|TOTAL admin | 959.099 | 133.353 |292.911 | 48.176 |249.877 | 43.120 | |TOTAL admin | 959.099 | 133.353 |292.911 | 48.176 |249.877 | 43.120 |
For a user its around 70% smaller and faster than traditional RainLoop. For a user its around 70% smaller and faster than traditional RainLoop.
@ -189,12 +189,12 @@ For a user its around 70% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: | |------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 82.190 | 46.946 | 17.063 | 14.669 | |app.css | 340.331 | 81.923 | 46.946 | 17.033 | 14.647 |
|app.min.css | 274.947 | 66.363 | 39.647 | 15.092 | 13.246 | |app.min.css | 274.947 | 66.171 | 39.647 | 15.062 | 13.240 |
|boot.css | | 1.326 | | 664 | 545 | |boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 | |boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.535 | | 6.980 | 6.091 | |admin.css | | 30.540 | | 6.984 | 6.093 |
|admin.min.css | | 24.733 | | 6.336 | 5.587 | |admin.min.css | | 24.738 | | 6.340 | 5.589 |
### PGP ### PGP
RainLoop uses the old OpenPGP.js v2 RainLoop uses the old OpenPGP.js v2

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.25.4</upstream>. This app packages SnappyMail <upstream>2.25.5</upstream>.
SnappyMail is a simple, modern, lightweight & fast web-based email client. 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 WORKDIR /app/code
# If you change the extraction below, be sure to test on scaleway # If you change the extraction below, be sure to test on scaleway
VERSION=2.25.4 VERSION=2.25.5
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ 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 && \ unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \ rm /tmp/snappymail.zip && \

View file

@ -3,7 +3,7 @@
<id>snappymail</id> <id>snappymail</id>
<name>SnappyMail</name> <name>SnappyMail</name>
<summary>SnappyMail Webmail</summary> <summary>SnappyMail Webmail</summary>
<version>2.25.4</version> <version>2.25.5</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author> <author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.** <description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**

View file

@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a
# script_snappymail_versions() # script_snappymail_versions()
sub script_snappymail_versions sub script_snappymail_versions
{ {
return ( "2.25.4" ); return ( "2.25.5" );
} }
sub script_snappymail_version_desc sub script_snappymail_version_desc

View file

@ -3,7 +3,7 @@
"title": "SnappyMail", "title": "SnappyMail",
"description": "Simple, modern & fast web-based email client", "description": "Simple, modern & fast web-based email client",
"private": true, "private": true,
"version": "2.25.4", "version": "2.25.5",
"homepage": "https://snappymail.eu", "homepage": "https://snappymail.eu",
"author": { "author": {
"name": "DJ Maze", "name": "DJ Maze",

View file

@ -4,8 +4,8 @@ class LoginOverridePlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Login Override', NAME = 'Login Override',
VERSION = '2.1', VERSION = '2.2',
RELEASE = '2023-02-01', RELEASE = '2023-02-08',
REQUIRED = '2.25.3', REQUIRED = '2.25.3',
CATEGORY = 'Filters', CATEGORY = 'Filters',
DESCRIPTION = 'Override IMAP/SMTP login credentials for specific users.'; DESCRIPTION = 'Override IMAP/SMTP login credentials for specific users.';