diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb7254e180..b093aa5728 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,58 @@
+## 2.30.0 – 2023-12-04
+
+### Added
+- SnappyMail\SensitiveString class to secure passwords
+- Allow to disable all IMAP features through Admin -> Domain
+- Setting to open mails in a tab or new window
+ [#951](https://github.com/the-djmaze/snappymail/issues/951)
+- Fully support IMAP PREVIEW
+ [#1338](https://github.com/the-djmaze/snappymail/issues/1338)
+- Disable "Mark message as read after", offer manual toggle
+ [#1289](https://github.com/the-djmaze/snappymail/issues/1289)
+- A "Move to" button inside message view as an icon/button and in the drop down menu.
+ [#1295](https://github.com/the-djmaze/snappymail/issues/1295)
+- Support for IMAP WITHIN
+- Support \noinferiors to disallow creating subfolders
+- A test due to Failed loading libs.min.js
+ [#358](https://github.com/the-djmaze/snappymail/issues/358),
+ [#862](https://github.com/the-djmaze/snappymail/issues/862),
+ [#890](https://github.com/the-djmaze/snappymail/issues/890),
+ [#895](https://github.com/the-djmaze/snappymail/issues/895),
+ [#1238](https://github.com/the-djmaze/snappymail/issues/1238),
+ [#1320](https://github.com/the-djmaze/snappymail/issues/1320)
+
+### Changed
+- Split PHP 8 polyfills from include.php
+- Disable snappymail/v/0.0.0/static/.htaccess for now as many servers have issues with it
+- Merged all Domain `disable_*` settings into `disabled_capabilities:[]`
+- Prioritize LIST-EXTENDED over LSUB (LSUB deprecated in IMAP4rev2)
+- Removed unused ImapClient::IsSupported()
+- Removed obsolete `$_ENV['SNAPPYMAIL_NEXTCLOUD']`
+- Removed unused Plugin->replaceTemplate()
+- Removed openDropdownTrigger
+
+### Fixed
+- Move to button does not work
+ [#1328](https://github.com/the-djmaze/snappymail/issues/1328)
+- Mark passwords as sensitive information
+ [#1343](https://github.com/the-djmaze/snappymail/issues/1343)
+- Account sSmtpPassword wrong value
+- SCRAM sign-in failed
+ [#1245](https://github.com/the-djmaze/snappymail/issues/1245)
+- Squire generates to many `
`
+ [#1339](https://github.com/the-djmaze/snappymail/issues/1339)
+- Creation of dynamic property SnappyMail\Stream\ZipEntry::$compression is deprecated
+- `json.after-*` hooks didn't send $aResponse as recursive array
+- Sieve: Move to folder with trailing space does not work
+ [#1329](https://github.com/the-djmaze/snappymail/issues/1329)
+- Squire: cantFocusEmptyTextNodes var is always undefined
+ [#1337](https://github.com/the-djmaze/snappymail/issues/1337)
+- Squire: Remove redundant after replacing styles
+- Squire: Handle empty nodes in moveRangeBoundariesDownTree
+- Theme "Nextcloud V25+" can't be translated
+ [#1331](https://github.com/the-djmaze/snappymail/issues/1331)
+
+
## 2.29.4 – 2023-11-21
### Fixed
diff --git a/README.md b/README.md
index fd792d5378..e0cd1daf3f 100644
--- a/README.md
+++ b/README.md
@@ -83,12 +83,7 @@ This fork of RainLoop has the following changes:
* Added [Fetch Metadata Request Headers](https://www.w3.org/TR/fetch-metadata/) checks
* Reduced excessive DOM size
* Support [Kolab groupware](https://kolab.org/)
-* Support IMAP RFC 2971 ID extension
-* Support IMAP RFC 5258 LIST-EXTENDED
-* Support IMAP RFC 5464 METADATA
-* Support IMAP RFC 5819 LIST-STATUS
-* Support IMAP RFC 7628 SASL OAUTHBEARER aka XOAUTH2
-* Support IMAP4rev2 RFC 9051
+* Support many more [IMAP RFC's](https://snappymail.eu/comparison#IMAP)
* Support Sodium and OpenSSL for encryption
* Much better PGP support
@@ -145,28 +140,28 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.170.153 | 80.124 |
-|app.js |4.207.787 | 407.460 |
+|admin.js |2.170.153 | 80.467 |
+|app.js |4.207.787 | 407.482 |
|boot.js | 868.735 | 4.142 |
-|libs.js | 658.812 | 192.239 |
-|sieve.js | 0 | 85.141 |
+|libs.js | 658.812 | 192.885 |
+|sieve.js | 0 | 85.085 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.240.095 | 769.391 |
+|TOTAL |8.240.095 | 770.346 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 256.831 | 39.273 | 73.606 | 13.136 | 60.877 | 11.760 |
-|app.min.js | 515.367 | 186.288 |139.456 | 62.975 |110.485 | 54.194 |
+|admin.min.js | 256.831 | 39.328 | 73.606 | 13.191 | 60.877 | 11.815 |
+|app.min.js | 515.367 | 186.025 |139.456 | 63.148 |110.485 | 54.152 |
|boot.min.js | 84.659 | 2.084 | 26.998 | 1.202 | 23.643 | 1.003 |
-|libs.min.js | 584.772 | 92.375 |180.901 | 34.331 |155.182 | 30.746 |
-|sieve.min.js | 0 | 41.399 | 0 | 10.394 | 0 | 9.356 |
+|libs.min.js | 584.772 | 92.854 |180.901 | 34.489 |155.182 | 30.939 |
+|sieve.min.js | 0 | 41.316 | 0 | 10.364 | 0 | 9.352 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
-|TOTAL user |1.217.635 | 280.747 |358.761 | 98.508 |299.485 | 85.943 |
-|TOTAL user+sieve |1.217.635 | 322.146 |358.761 |108.902 |299.485 | 95.299 |
-|TOTAL admin | 959.099 | 133.732 |292.911 | 48.669 |249.877 | 43.509 |
+|TOTAL user |1.217.635 | 280.963 |358.761 | 98.839 |299.485 | 86.094 |
+|TOTAL user+sieve |1.217.635 | 322.279 |358.761 |109.203 |299.485 | 95.446 |
+|TOTAL admin | 959.099 | 134.266 |292.911 | 48.882 |249.877 | 43.757 |
-For a user it is around 72% smaller and faster than traditional RainLoop.
+For a user it is around 70% smaller and faster than traditional RainLoop.
### CSS changes
@@ -193,8 +188,8 @@ For a user it is around 72% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
-|app.css | 340.331 | 84.569 | 46.946 | 17.645 | 15.111 |
-|app.min.css | 274.947 | 67.927 | 39.647 | 15.528 | 13.541 |
+|app.css | 340.331 | 84.570 | 46.946 | 17.646 | 15.118 |
+|app.min.css | 274.947 | 67.928 | 39.647 | 15.529 | 13.548 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.645 | | 7.024 | 6.117 |
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 37718f1e61..4954957a9f 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.29.4.
+This app packages SnappyMail 2.30.0.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index d4473ff90c..381aae7793 100644
--- a/integrations/cloudron/Dockerfile
+++ b/integrations/cloudron/Dockerfile
@@ -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.29.4
+VERSION=2.30.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 && \
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index 5b7c1d2d65..ec69ca0b0f 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -3,7 +3,7 @@
snappymail
SnappyMail
SnappyMail Webmail
- 2.29.4
+ 2.30.0
agpl
SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli
xxtea
zip
-->
-
+
OCA\SnappyMail\Settings\AdminSettings
diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl
index 7699ad7ee7..8cc980ab14 100644
--- a/integrations/virtualmin/snappymail.pl
+++ b/integrations/virtualmin/snappymail.pl
@@ -20,7 +20,7 @@ sub script_snappymail_longdesc
# script_snappymail_versions()
sub script_snappymail_versions
{
-return ( "2.29.4" );
+return ( "2.30.0" );
}
sub script_snappymail_version_desc
diff --git a/package.json b/package.json
index e28a6cc26a..343d486198 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
- "version": "2.29.4",
+ "version": "2.30.0",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",