This commit is contained in:
the-djmaze 2022-12-27 13:16:01 +01:00
parent 4ac3cba065
commit 0ff7b33a48
8 changed files with 57 additions and 17 deletions

View file

@ -305,5 +305,5 @@ dev_email = ""
dev_password = "" dev_password = ""
[version] [version]
current = "2.24.1" current = "2.24.2"
saved = "Sun, 18 Dec 2022 22:10:48 +0000" saved = "Sun, 18 Dec 2022 22:10:48 +0000"

View file

@ -1,3 +1,43 @@
## 2.24.2 2022-12-27
### Changed
- Disable sorting when viewing message thread
[#445](https://github.com/the-djmaze/snappymail/pull/445)
- Update Chinese translation by @mayswind
[#794](https://github.com/the-djmaze/snappymail/pull/794)
- No need to call IMAP EXAMINE when current folder already SELECT
- Thread view now has tree indentation
### Fixed
- Nextcloud failed on Integrity check
[#790](https://github.com/the-djmaze/snappymail/pull/790)
- Deleting message fails with message "Cannot move message" on hMailServer
[#793](https://github.com/the-djmaze/snappymail/pull/793)
- List messages per day feature is enabled by default and breaks sorting
[#796](https://github.com/the-djmaze/snappymail/pull/796)
- Custom page login not working for first time due to smctoken security
[#798](https://github.com/the-djmaze/snappymail/pull/798)
- Message list is always empty due to wrong implementation of RFC 8474
[#799](https://github.com/the-djmaze/snappymail/pull/799)
## 2.24.1 2022-12-23
### Changed
- Intl.DateTimeFormat() into toLocaleString() for iOS < 14
- Cleanup locale date/time handling
- Make MessageList per day optional
[#737](https://github.com/the-djmaze/snappymail/pull/737)
### Fixed
- Typed property MailSo\Cache\Drivers\Redis::$sKeyPrefix must not be accessed before initialization #792
[#792](https://github.com/the-djmaze/snappymail/pull/792)
- Attachments in mails in 2.24 not loading in reply/forward #789
[#789](https://github.com/the-djmaze/snappymail/pull/789)
- Rollback #280 due to complications
[#280](https://github.com/the-djmaze/snappymail/pull/280)
## 2.24.0 2022-12-22 ## 2.24.0 2022-12-22
### Added ### Added

View file

@ -142,25 +142,25 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy | |js/* |RainLoop |Snappy |
|--------------- |--------: |--------: | |--------------- |--------: |--------: |
|admin.js |2.170.153 | 82.135 | |admin.js |2.170.153 | 82.135 |
|app.js |4.207.787 | 410.923 | |app.js |4.207.787 | 412.008 |
|boot.js | 868.735 | 2.351 | |boot.js | 868.735 | 2.427 |
|libs.js | 658.812 | 191.201 | |libs.js | 658.812 | 191.117 |
|sieve.js | 0 | 86.018 | |sieve.js | 0 | 86.018 |
|polyfills.js | 334.608 | 0 | |polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 | |serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 772.913 | |TOTAL |8.240.095 | 773.990 |
|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.879 | 73.606 | 13.468 | 60.877 | 12.077 | |admin.min.js | 256.831 | 40.879 | 73.606 | 13.468 | 60.877 | 12.077 |
|app.min.js | 515.367 | 189.358 |139.456 | 63.251 |110.485 | 54.282 | |app.min.js | 515.367 | 189.886 |139.456 | 63.430 |110.485 | 54.473 |
|boot.min.js | 84.659 | 1.474 | 26.998 | 907 | 23.643 | 733 | |boot.min.js | 84.659 | 1.518 | 26.998 | 919 | 23.643 | 747 |
|libs.min.js | 584.772 | 90.689 |180.901 | 33.597 |155.182 | 30.118 | |libs.min.js | 584.772 | 90.689 |180.901 | 33.597 |155.182 | 30.118 |
|sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 | |sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 |
|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 | 281.521 |358.761 | 97.755 |299.485 | 85.133 | |TOTAL user |1.217.635 | 282.093 |358.761 | 97.946 |299.485 | 85.338 |
|TOTAL user+sieve |1.217.635 | 323.430 |358.761 |108.231 |299.485 | 94.594 | |TOTAL user+sieve |1.217.635 | 324.002 |358.761 |108.422 |299.485 | 94.799 |
|TOTAL admin | 959.099 | 133.042 |292.911 | 47.972 |249.877 | 42.928 | |TOTAL admin | 959.099 | 133.086 |292.911 | 47.984 |249.877 | 42.942 |
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,8 +189,8 @@ 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.528 | 46.946 | 17.115 | 14.701 | |app.css | 340.331 | 82.646 | 46.946 | 17.143 | 14.703 |
|app.min.css | 274.947 | 66.517 | 39.647 | 15.089 | 13.237 | |app.min.css | 274.947 | 66.615 | 39.647 | 15.115 | 13.255 |
|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.277 | | 6.901 | 5.999 | |admin.css | | 30.277 | | 6.901 | 5.999 |

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.24.1</upstream>. This app packages SnappyMail <upstream>2.24.2</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.24.1 VERSION=2.24.2
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.24.1</version> <version>2.24.2</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.24.1" ); return ( "2.24.2" );
} }
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.24.1", "version": "2.24.2",
"homepage": "https://snappymail.eu", "homepage": "https://snappymail.eu",
"author": { "author": {
"name": "DJ Maze", "name": "DJ Maze",