diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini
index 50667e65a..1f8ab7a9e 100644
--- a/.docker/release/files/usr/local/include/application.ini
+++ b/.docker/release/files/usr/local/include/application.ini
@@ -309,5 +309,5 @@ dev_email = ""
dev_password = ""
[version]
-current = "2.15.2"
+current = "2.15.3"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
diff --git a/README.md b/README.md
index 6a275b67b..33d05a353 100644
--- a/README.md
+++ b/README.md
@@ -140,24 +140,24 @@ RainLoop 1.15 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 80.414 |
-|app.js |4.215.733 | 404.996 |
+|app.js |4.215.733 | 405.790 |
|boot.js | 672.433 | 2.050 |
|libs.js | 647.679 | 197.164 |
|sieve.js | 0 | 86.564 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.019.778 | 771.473 |
+|TOTAL |8.019.778 | 772.267 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 40.249 | 73.899 | 13.380 | 60.674 | 11.968 |
-|app.min.js | 516.000 | 191.767 |140.430 | 61.896 |110.657 | 53.097 |
+|app.min.js | 516.000 | 192.191 |140.430 | 61.991 |110.657 | 53.200 |
|boot.min.js | 66.456 | 1.252 | 22.553 | 778 | 20.043 | 628 |
|libs.min.js | 574.626 | 95.158 |177.280 | 35.159 |151.855 | 31.465 |
|sieve.min.js | 0 | 42.182 | 0 | 10.555 | 0 | 9.510 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
-|TOTAL user |1.189.690 | 288.177 |351.061 | 97.833 |292.627 | 85.190 |
-|TOTAL user+sieve |1.189.690 | 330.359 |351.061 |108.388 |292.627 | 94.700 |
+|TOTAL user |1.189.690 | 288.601 |351.061 | 97.928 |292.627 | 85.293 |
+|TOTAL user+sieve |1.189.690 | 330.783 |351.061 |108.483 |292.627 | 94.803 |
|TOTAL admin | 929.204 | 136.659 |285.047 | 49.317 |242.644 | 44.061 |
For a user its around 70% smaller and faster than traditional RainLoop.
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index b304ed7eb..4d491c5bb 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.15.2.
+This app packages SnappyMail 2.15.3.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index 82f677e8e..54d563bdd 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.15.2
+VERSION=2.15.3
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/VERSION b/integrations/nextcloud/snappymail/VERSION
index 7797528ca..25dc7aca0 100755
--- a/integrations/nextcloud/snappymail/VERSION
+++ b/integrations/nextcloud/snappymail/VERSION
@@ -1 +1 @@
-2.15.2
\ No newline at end of file
+2.15.3
\ No newline at end of file
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index 9adc317b8..8ab1eb31d 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -4,7 +4,7 @@
SnappyMail
SnappyMail Webmail
Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. The default user/password is admin/12345. This version is based on SnappyMail 2.6.0 (2021-07).
- 2.15.2
+ 2.15.3
agpl
SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli
SnappyMail
diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl
index 64f464a1f..376b4cea4 100644
--- a/integrations/virtualmin/snappymail.pl
+++ b/integrations/virtualmin/snappymail.pl
@@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a
# script_snappymail_versions()
sub script_snappymail_versions
{
-return ( "2.15.2" );
+return ( "2.15.3" );
}
sub script_snappymail_version_desc
diff --git a/package.json b/package.json
index cba03a670..1f95d7186 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.15.2",
+ "version": "2.15.3",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php
index 701e83af0..4d33b8b31 100644
--- a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php
+++ b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php
@@ -1024,8 +1024,7 @@ class MailClient
$this->oImapClient->FolderExamine($sFolderName);
- $aUids = $this->oImapClient->MessageSimpleSearch(
- 'HEADER Message-ID '.$sMessageId, true);
+ $aUids = $this->oImapClient->MessageSimpleSearch('HEADER Message-ID '.$sMessageId);
return 1 === \count($aUids) && \is_numeric($aUids[0]) ? (int) $aUids[0] : null;
}