Skip to content

Commit bd2ffe5

Browse files
author
the-djmaze
committed
v2.38.0
1 parent 96b7f9d commit bd2ffe5

File tree

8 files changed

+46
-20
lines changed

8 files changed

+46
-20
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 2.38.0 – 2024-09-16
2+
3+
### Added
4+
- Remove `tel:` links when converting HTML to plain
5+
[#1724](https://github.com/the-djmaze/snappymail/issues/1724)
6+
- Convert HTML to Markdown instead of plain, by using [Turndown](https://github.com/mixmark-io/turndown)
7+
[#1604](https://github.com/the-djmaze/snappymail/issues/1604)
8+
- Check HTMLInputElement.validity() for
9+
[#1733](https://github.com/the-djmaze/snappymail/issues/1733)
10+
11+
### Changed
12+
- Use a modified [Squire 2.3.2](https://github.com/the-djmaze/Squire/commits/snappymail/)
13+
- cleanHtml use allowedTags instead of disallowedTags and improved CSS handling
14+
- Update Portuguese by @ner00
15+
16+
### Fixed
17+
- mXSS exploit found by SonarSource
18+
[CVE-2024-45800](https://github.com/the-djmaze/snappymail/security/advisories/GHSA-2rq7-79vp-ffxm)
19+
- Call to a member function Email() on null
20+
[#1706](https://github.com/the-djmaze/snappymail/issues/1706)
21+
- IMAP capabilities via IMAP Proxy
22+
[#1725](https://github.com/the-djmaze/snappymail/issues/1725)
23+
- Messages on page setting is not validated against 999 max
24+
[#1733](https://github.com/the-djmaze/snappymail/issues/1733)
25+
26+
127
## 2.37.3 – 2024-08-27
228

329
### Added

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,27 +141,27 @@ RainLoop 1.17 vs SnappyMail
141141
|js/* |RainLoop |Snappy |
142142
|--------------- |--------: |--------: |
143143
|admin.js |2.170.153 | 84.203 |
144-
|app.js |4.207.787 | 445.359 |
144+
|app.js |4.207.787 | 446.887 |
145145
|boot.js | 868.735 | 4.343 |
146-
|libs.js | 658.812 | 193.716 |
146+
|libs.js | 658.812 | 236.059 |
147147
|sieve.js | 0 | 84.571 |
148148
|polyfills.js | 334.608 | 0 |
149149
|serviceworker.js | 0 | 285 |
150-
|TOTAL |8.240.095 | 812.477 |
150+
|TOTAL |8.240.095 | 856.348 |
151151

152152
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
153153
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
154154
|admin.min.js | 256.831 | 41.256 | 73.606 | 13.940 | 60.877 | 12.493 |
155-
|app.min.js | 515.367 | 201.270 |139.456 | 68.096 |110.485 | 58.078 |
155+
|app.min.js | 515.367 | 201.917 |139.456 | 68.450 |110.485 | 58.321 |
156156
|boot.min.js | 84.659 | 2.231 | 26.998 | 1.271 | 23.643 | 1.067 |
157-
|libs.min.js | 584.772 | 92.365 |180.901 | 34.487 |155.182 | 30.830 |
157+
|libs.min.js | 584.772 | 111.742 |180.901 | 39.882 |155.182 | 35.584 |
158158
|sieve.min.js | 0 | 41.288 | 0 | 10.327 | 0 | 9.318 |
159159
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
160-
|TOTAL user |1.217.635 | 295.866 |358.761 |103.854 |299.485 | 89.975 |
161-
|TOTAL user+sieve |1.217.635 | 337.154 |358.761 |114.181 |299.485 | 99.293 |
162-
|TOTAL admin | 959.099 | 135.852 |292.911 | 49.698 |249.877 | 44.390 |
160+
|TOTAL user |1.217.635 | 315.890 |358.761 |109.603 |299.485 | 94.972 |
161+
|TOTAL user+sieve |1.217.635 | 357.178 |358.761 |119.930 |299.485 |104.290 |
162+
|TOTAL admin | 959.099 | 155.229 |292.911 | 55.093 |249.877 | 49.144 |
163163

164-
For a user it is around 68% smaller and faster than traditional RainLoop.
164+
For a user it is around 67% smaller and faster than traditional RainLoop.
165165

166166
### CSS changes
167167

@@ -188,12 +188,12 @@ For a user it is around 68% smaller and faster than traditional RainLoop.
188188

189189
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
190190
|------------ |-------: |------: |------: |------: |--------: |
191-
|app.css | 340.331 | 84.691 | 46.946 | 17.693 | 15.157 |
192-
|app.min.css | 274.947 | 68.052 | 39.647 | 15.589 | 13.610 |
191+
|app.css | 340.331 | 84.850 | 46.946 | 17.710 | 15.161 |
192+
|app.min.css | 274.947 | 68.192 | 39.647 | 15.602 | 13.626 |
193193
|boot.css | | 1.326 | | 664 | 545 |
194194
|boot.min.css | | 1.071 | | 590 | 474 |
195-
|admin.css | | 30.602 | | 7.023 | 6.112 |
196-
|admin.min.css | | 24.717 | | 6.346 | 5.586 |
195+
|admin.css | | 30.761 | | 7.038 | 6.118 |
196+
|admin.min.css | | 24.857 | | 6.360 | 5.598 |
197197

198198
### PGP
199199
RainLoop uses the old OpenPGP.js v2

integrations/cloudron/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This app packages SnappyMail <upstream>2.37.3</upstream>.
1+
This app packages SnappyMail <upstream>2.38.0</upstream>.
22

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

integrations/cloudron/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
44
WORKDIR /app/code
55

66
# If you change the extraction below, be sure to test on scaleway
7-
VERSION=2.37.3
7+
VERSION=2.38.0
88
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
99
unzip /tmp/snappymail.zip -d /app/code && \
1010
rm /tmp/snappymail.zip && \

integrations/nextcloud/snappymail/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>snappymail</id>
44
<name>SnappyMail</name>
55
<summary>SnappyMail Webmail</summary>
6-
<version>2.37.3</version>
6+
<version>2.38.0</version>
77
<licence>agpl</licence>
88
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
99
<description><![CDATA[**Lightweight & fast email client.**

integrations/virtualmin/snappymail.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sub script_snappymail_longdesc
2020
# script_snappymail_versions()
2121
sub script_snappymail_versions
2222
{
23-
return ( "2.37.3" );
23+
return ( "2.38.0" );
2424
}
2525

2626
sub script_snappymail_version_desc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SnappyMail",
44
"description": "Simple, modern & fast web-based email client",
55
"private": true,
6-
"version": "2.37.3",
6+
"version": "2.38.0",
77
"homepage": "https://snappymail.eu",
88
"author": {
99
"name": "DJ Maze",

plugins/nextcloud/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
44
{
55
const
66
NAME = 'Nextcloud',
7-
VERSION = '2.37.1',
7+
VERSION = '2.38.0',
88
RELEASE = '2024-09-16',
99
CATEGORY = 'Integrations',
1010
DESCRIPTION = 'Integrate with Nextcloud v20+',
11-
REQUIRED = '2.36.2';
11+
REQUIRED = '2.38.0';
1212

1313
public function Init() : void
1414
{

0 commit comments

Comments
 (0)