Skip to content

Commit

Permalink
v2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 26, 2024
1 parent 07710f6 commit f9048d1
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 23 deletions.
55 changes: 53 additions & 2 deletions CHANGELOG.md
@@ -1,3 +1,47 @@
## 2.36.0 – 2024-03-18

### Added
- Allow setting the supported THREAD algorithm
- Icon to system folders
- Remove remembered password after 15 minutes of inactivity
- Swap background and text color for unreadable text on dark background
[#1486](https://github.com/the-djmaze/snappymail/issues/1486)
- Generate TOTP code at ?Admin -> Security
[#1501](https://github.com/the-djmaze/snappymail/issues/1501)
- Button to change S/MIME private key passphrase
[#1505](https://github.com/the-djmaze/snappymail/issues/1505)
- Belarusian by @spoooyders
[#1512](https://github.com/the-djmaze/snappymail/pull/1512)
- Log some domain idn_to_ascii issues
[#1513](https://github.com/the-djmaze/snappymail/pull/1513)

### Changed
- On folder/mailbox rename, also rename all children instead of reloading all
- Seal MainAccount CryptKey and on error ask old login passphrase to reseal key.
- Moved cache drivers outside core into extensions
- Sieve always allow fileinto INBOX
[#1510](https://github.com/the-djmaze/snappymail/issues/1510)
- Moved application.ini `sieve_auth_plain_initial` to per domain config
- Languages use rfc5646, by using the shortest ISO 639 code by default
- Update French by @hguilbert
- Update Portuguese by @ner00

### Fixed
- On folder/mailbox rename, the old fullName must be removed from cache
- On folder/mailbox rename, the checkable option was not renamed
- Sort accounts drag & drop
- S/MIME encrypted and opaque signed not visible
[#1450](https://github.com/the-djmaze/snappymail/issues/1450)
- Wrong last UID of thread
[#1507](https://github.com/the-djmaze/snappymail/issues/1507)
- Creation of dynamic property SnappyMail\DAV\Client::$HTTP
[#1509](https://github.com/the-djmaze/snappymail/issues/1509)
- "Download as ZIP" fails for messages
[#1514](https://github.com/the-djmaze/snappymail/issues/1514)
- SMTP "Authentication failed" when IMAP uses `shortLogin` and SMTP not
[#1517](https://github.com/the-djmaze/snappymail/issues/1517)


## 2.35.4 – 2024-03-16

### Added
Expand All @@ -6,7 +50,6 @@
### Changed
- OpenPGP.js to v5.11.1
- punycode.js lowercase domain names
- Nextcloud changed stored password handling
- application.ini `login_lowercase` removed and now configurable per domain JSON `lowerLogin`
- Update Portuguese by @ner00

Expand All @@ -21,6 +64,11 @@
[#1500](https://github.com/the-djmaze/snappymail/issues/1500)
- VCard PHP Notice: Undefined index: ENCODING

### Nextcloud
- Changed stored password handling
- Can't login from nextcloud with 2.35.3 bug Nextcloud
[#1490](https://github.com/the-djmaze/snappymail/issues/1490)


## 2.35.3 – 2024-03-12

Expand Down Expand Up @@ -68,6 +116,7 @@
- Crash on importing corrupt OpenPGP keys
- Crash on old browsers instead of showing error
- Ignore popups on logoutReload()
[#1467](https://github.com/the-djmaze/snappymail/pull/1467)
- Custom SASLMechanisms fail in IMAP when the connection is secure
[#1484](https://github.com/the-djmaze/snappymail/pull/1484)

Expand All @@ -86,7 +135,9 @@
- Drop support for gnupg PECL extension as it fails with "no passphrase" issues
- Error 352 when getting Filters
[#1455](https://github.com/the-djmaze/snappymail/issues/1455)
- Nextcloud SetPassword(): Argument #1 must be of type SensitiveString, string given

### Nextcloud
- SetPassword(): Argument #1 must be of type SensitiveString, string given
[#1456](https://github.com/the-djmaze/snappymail/issues/1456)


Expand Down
30 changes: 15 additions & 15 deletions README.md
Expand Up @@ -140,28 +140,28 @@ RainLoop 1.17 vs SnappyMail

|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 82.845 |
|app.js |4.207.787 | 430.201 |
|admin.js |2.170.153 | 83.606 |
|app.js |4.207.787 | 435.863 |
|boot.js | 868.735 | 4.147 |
|libs.js | 658.812 | 201.911 |
|sieve.js | 0 | 84.703 |
|sieve.js | 0 | 84.598 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 804.092 |
|TOTAL |8.240.095 | 810.410 |

|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.733 | 73.606 | 13.649 | 60.877 | 12.228 |
|app.min.js | 515.367 | 195.260 |139.456 | 66.275 |110.485 | 56.682 |
|admin.min.js | 256.831 | 40.917 | 73.606 | 13.802 | 60.877 | 12.380 |
|app.min.js | 515.367 | 197.447 |139.456 | 67.066 |110.485 | 57.238 |
|boot.min.js | 84.659 | 2.087 | 26.998 | 1.204 | 23.643 | 1.002 |
|libs.min.js | 584.772 | 92.482 |180.901 | 34.729 |155.182 | 31.017 |
|sieve.min.js | 0 | 41.164 | 0 | 10.365 | 0 | 9.359 |
|sieve.min.js | 0 | 41.093 | 0 | 10.325 | 0 | 9.327 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 289.829 |358.761 |102.208 |299.485 | 88.701 |
|TOTAL user+sieve |1.217.635 | 330.993 |358.761 |112.573 |299.485 | 98.060 |
|TOTAL admin | 959.099 | 135.302 |292.911 | 49.582 |249.877 | 44.247 |
|TOTAL user |1.217.635 | 292.016 |358.761 |102.999 |299.485 | 89.257 |
|TOTAL user+sieve |1.217.635 | 333.109 |358.761 |113.324 |299.485 | 98.584 |
|TOTAL admin | 959.099 | 135.486 |292.911 | 49.735 |249.877 | 44.399 |

For a user it is around 69% smaller and faster than traditional RainLoop.
For a user it is around 68% smaller and faster than traditional RainLoop.

### CSS changes

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

|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 84.531 | 46.946 | 17.627 | 15.111 |
|app.min.css | 274.947 | 67.906 | 39.647 | 15.544 | 13.567 |
|app.css | 340.331 | 84.614 | 46.946 | 17.649 | 15.119 |
|app.min.css | 274.947 | 67.984 | 39.647 | 15.560 | 13.574 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.573 | | 7.011 | 6.101 |
|admin.min.css | | 24.689 | | 6.334 | 5.575 |
|admin.css | | 30.531 | | 7.001 | 6.089 |
|admin.min.css | | 24.655 | | 6.325 | 5.575 |

### PGP
RainLoop uses the old OpenPGP.js v2
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.35.4</upstream>.
This app packages SnappyMail <upstream>2.36.0</upstream>.

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

Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/Dockerfile
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.35.4
VERSION=2.36.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/appinfo/info.xml
Expand Up @@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.35.4</version>
<version>2.36.0</version>
<licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Lightweight & fast email client.**
Expand Down
2 changes: 1 addition & 1 deletion integrations/virtualmin/snappymail.pl
Expand Up @@ -20,7 +20,7 @@ sub script_snappymail_longdesc
# script_snappymail_versions()
sub script_snappymail_versions
{
return ( "2.35.4" );
return ( "2.36.0" );
}

sub script_snappymail_version_desc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.35.4",
"version": "2.36.0",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
Expand Down
2 changes: 1 addition & 1 deletion snappymail/v/0.0.0/app/localization/nl/user.json
Expand Up @@ -455,7 +455,7 @@
"HIDE_DELETED_MESSAGES": "Berichten verbergen die zijn gemarkeerd voor verwijdering",
"USE_CHECKBOXES_IN_LIST": "Toon selectievakjes in de lijst",
"USE_THREADS": "Toon berichten in boomweergave",
"THREAD_ALGORITHM": "Threads algorithm",
"THREAD_ALGORITHM": "Boomweergave algoritme",
"REPLY_SAME_FOLDER": "Plaats antwoorden in de map van het originele bericht",
"PREFER_HTML": "Geef de voorkeur aan HTML boven platte tekst",
"PREFER_HTML_INFO": "Berichten komen soms in beide formaten. Deze optie bepaalt of u het HTML-gedeelte of het platte tekstgedeelte wilt weergeven.",
Expand Down

0 comments on commit f9048d1

Please sign in to comment.