mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.25.2
This commit is contained in:
parent
565ef41eba
commit
78938caaf3
10 changed files with 85 additions and 45 deletions
|
|
@ -303,5 +303,5 @@ dev_email = ""
|
||||||
dev_password = ""
|
dev_password = ""
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
current = "2.25.1"
|
current = "2.25.2"
|
||||||
saved = "Sun, 18 Dec 2022 22:10:48 +0000"
|
saved = "Sun, 18 Dec 2022 22:10:48 +0000"
|
||||||
|
|
|
||||||
68
CHANGELOG.md
68
CHANGELOG.md
|
|
@ -1,3 +1,43 @@
|
||||||
|
## 2.25.2 – 2023-02-02
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Refresh frequency of the mailboxes
|
||||||
|
[#486](https://github.com/the-djmaze/snappymail/pull/486)
|
||||||
|
- Temporarily save password for private key during session
|
||||||
|
[#840](https://github.com/the-djmaze/snappymail/pull/840)
|
||||||
|
- Upgrade from Rainloop, password not migrated
|
||||||
|
[#898](https://github.com/the-djmaze/snappymail/pull/898)
|
||||||
|
- Whitelist to show images directly
|
||||||
|
[#201](https://github.com/the-djmaze/snappymail/pull/201)
|
||||||
|
- HTML editor paste image makes it max 1024px width/height
|
||||||
|
[#262](https://github.com/the-djmaze/snappymail/pull/262)
|
||||||
|
- SnappyMail\TAR::extractTo support the $files and $overwrite parameters
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Issue with themes when Chrome crashes
|
||||||
|
[#188](https://github.com/the-djmaze/snappymail/pull/188)
|
||||||
|
- /static/.htaccess as mentioned by @dbiczo in
|
||||||
|
[#895](https://github.com/the-djmaze/snappymail/pull/895)
|
||||||
|
- Update nb-NO language by @master3395
|
||||||
|
[#896](https://github.com/the-djmaze/snappymail/pull/896)
|
||||||
|
- \RainLoop\Utils::SetCookie() to \SnappyMail\Cookies::set()
|
||||||
|
- Merge \MailSo\Base\Utils::RecRmDir() and \MailSo\Base\Utils::RecTimeDirRemove()
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Two issues with images being delivered via ProxyExternal
|
||||||
|
[#887](https://github.com/the-djmaze/snappymail/pull/887)
|
||||||
|
- Multiple accounts conflicts when using multiple tabs
|
||||||
|
[#892](https://github.com/the-djmaze/snappymail/pull/892)
|
||||||
|
- Spaces in attached file names are not preserved
|
||||||
|
[#893](https://github.com/the-djmaze/snappymail/pull/893)
|
||||||
|
- Prevent empty area scroll on body
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Floating HTML text formatting menu on mobile
|
||||||
|
[#828](https://github.com/the-djmaze/snappymail/pull/828)
|
||||||
|
- Unused AUTH_SPEC_LOGOUT_TOKEN_KEY and AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY
|
||||||
|
|
||||||
|
|
||||||
## 2.25.1 – 2023-01-30
|
## 2.25.1 – 2023-01-30
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
@ -206,9 +246,9 @@
|
||||||
[#737](https://github.com/the-djmaze/snappymail/pull/737)
|
[#737](https://github.com/the-djmaze/snappymail/pull/737)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Typed property MailSo\Cache\Drivers\Redis::$sKeyPrefix must not be accessed before initialization #792
|
- Typed property MailSo\Cache\Drivers\Redis::$sKeyPrefix must not be accessed before initialization
|
||||||
[#792](https://github.com/the-djmaze/snappymail/pull/792)
|
[#792](https://github.com/the-djmaze/snappymail/pull/792)
|
||||||
- Attachments in mails in 2.24 not loading in reply/forward #789
|
- Attachments in mails in 2.24 not loading in reply/forward
|
||||||
[#789](https://github.com/the-djmaze/snappymail/pull/789)
|
[#789](https://github.com/the-djmaze/snappymail/pull/789)
|
||||||
- Rollback #280 due to complications
|
- Rollback #280 due to complications
|
||||||
[#280](https://github.com/the-djmaze/snappymail/pull/280)
|
[#280](https://github.com/the-djmaze/snappymail/pull/280)
|
||||||
|
|
@ -259,10 +299,12 @@
|
||||||
[#744](https://github.com/the-djmaze/snappymail/pull/744)
|
[#744](https://github.com/the-djmaze/snappymail/pull/744)
|
||||||
- Added manual setting for 12/24h clock
|
- Added manual setting for 12/24h clock
|
||||||
[#760](https://github.com/the-djmaze/snappymail/pull/760)
|
[#760](https://github.com/the-djmaze/snappymail/pull/760)
|
||||||
- Add options to mark the message I'm viewing as unread and return to the inbox #766
|
- Add options to mark the message I'm viewing as unread and return to the inbox
|
||||||
|
[#766](https://github.com/the-djmaze/snappymail/pull/766)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Extension menu shows only some available extensions #778
|
- Extension menu shows only some available extensions
|
||||||
|
[#778](https://github.com/the-djmaze/snappymail/pull/778)
|
||||||
- New solution for [#423](https://github.com/the-djmaze/snappymail/pull/423) due to [#774](https://github.com/the-djmaze/snappymail/pull/774)
|
- New solution for [#423](https://github.com/the-djmaze/snappymail/pull/423) due to [#774](https://github.com/the-djmaze/snappymail/pull/774)
|
||||||
- Avatars extension error on smartphone
|
- Avatars extension error on smartphone
|
||||||
[#764](https://github.com/the-djmaze/snappymail/pull/764)
|
[#764](https://github.com/the-djmaze/snappymail/pull/764)
|
||||||
|
|
@ -403,7 +445,8 @@
|
||||||
## 2.22.2 – 2022-11-24
|
## 2.22.2 – 2022-11-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Support cPanel #697
|
- Support cPanel
|
||||||
|
[#697](https://github.com/the-djmaze/snappymail/pull/697)
|
||||||
|
|
||||||
|
|
||||||
## 2.22.1 – 2022-11-23
|
## 2.22.1 – 2022-11-23
|
||||||
|
|
@ -731,9 +774,12 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Put messagelist top bar buttons also in dropdown
|
- Put messagelist top bar buttons also in dropdown
|
||||||
- Allow setting additional Sec-Fetch rules, as discussed by #585
|
- Allow setting additional Sec-Fetch rules, as discussed by
|
||||||
- Light/Dark favicon.svg #643
|
[#585](https://github.com/the-djmaze/snappymail/issues/585)
|
||||||
- Allow an account name/label #571
|
- Light/Dark favicon.svg
|
||||||
|
[#643](https://github.com/the-djmaze/snappymail/issues/643)
|
||||||
|
- Allow an account name/label
|
||||||
|
[#571](https://github.com/the-djmaze/snappymail/issues/571)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Moved ServiceRemoteAutoLogin to plugin/extension
|
- Moved ServiceRemoteAutoLogin to plugin/extension
|
||||||
|
|
@ -743,12 +789,14 @@
|
||||||
- New Net/Imap/Smtp/Sieve Settings object system which allows
|
- New Net/Imap/Smtp/Sieve Settings object system which allows
|
||||||
setting SSL options per domain and verify_certificate by default
|
setting SSL options per domain and verify_certificate by default
|
||||||
- Update plugins to use new Net/Imap/Smtp/Sieve Settings object
|
- Update plugins to use new Net/Imap/Smtp/Sieve Settings object
|
||||||
- Removed message double-click to full screen #638
|
- Removed message double-click to full screen
|
||||||
|
[#638](https://github.com/the-djmaze/snappymail/pull/638)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- ldap-identities-plugin by @cm-schl
|
- ldap-identities-plugin by @cm-schl
|
||||||
[#647](https://github.com/the-djmaze/snappymail/pull/647)
|
[#647](https://github.com/the-djmaze/snappymail/pull/647)
|
||||||
- OpenSSL v3 ciphers issue #641
|
- OpenSSL v3 ciphers issue
|
||||||
|
[#641](https://github.com/the-djmaze/snappymail/pull/641)
|
||||||
|
|
||||||
### Nextcloud
|
### Nextcloud
|
||||||
- Style PopupsNextcloudFiles view
|
- Style PopupsNextcloudFiles view
|
||||||
|
|
|
||||||
28
README.md
28
README.md
|
|
@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail
|
||||||
|
|
||||||
|js/* |RainLoop |Snappy |
|
|js/* |RainLoop |Snappy |
|
||||||
|--------------- |--------: |--------: |
|
|--------------- |--------: |--------: |
|
||||||
|admin.js |2.170.153 | 81.214 |
|
|admin.js |2.170.153 | 81.572 |
|
||||||
|app.js |4.207.787 | 412.775 |
|
|app.js |4.207.787 | 414.740 |
|
||||||
|boot.js | 868.735 | 2.559 |
|
|boot.js | 868.735 | 2.711 |
|
||||||
|libs.js | 658.812 | 191.708 |
|
|libs.js | 658.812 | 192.392 |
|
||||||
|sieve.js | 0 | 85.597 |
|
|sieve.js | 0 | 85.597 |
|
||||||
|polyfills.js | 334.608 | 0 |
|
|polyfills.js | 334.608 | 0 |
|
||||||
|serviceworker.js | 0 | 285 |
|
|serviceworker.js | 0 | 285 |
|
||||||
|TOTAL |8.240.095 | 774.138 |
|
|TOTAL |8.240.095 | 777.297 |
|
||||||
|
|
||||||
|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.104 | 73.606 | 13.270 | 60.877 | 11.906 |
|
|admin.min.js | 256.831 | 40.301 | 73.606 | 13.336 | 60.877 | 11.973 |
|
||||||
|app.min.js | 515.367 | 190.149 |139.456 | 63.560 |110.485 | 54.460 |
|
|app.min.js | 515.367 | 191.250 |139.456 | 63.920 |110.485 | 54.737 |
|
||||||
|boot.min.js | 84.659 | 1.602 | 26.998 | 941 | 23.643 | 768 |
|
|boot.min.js | 84.659 | 1.600 | 26.998 | 940 | 23.643 | 767 |
|
||||||
|libs.min.js | 584.772 | 91.155 |180.901 | 33.754 |155.182 | 30.287 |
|
|libs.min.js | 584.772 | 91.434 |180.901 | 33.893 |155.182 | 30.383 |
|
||||||
|sieve.min.js | 0 | 41.566 | 0 | 10.427 | 0 | 9.413 |
|
|sieve.min.js | 0 | 41.566 | 0 | 10.427 | 0 | 9.413 |
|
||||||
|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 | 282.906 |358.761 | 98.255 |299.485 | 85.515 |
|
|TOTAL user |1.217.635 | 284.284 |358.761 | 98.753 |299.485 | 85.887 |
|
||||||
|TOTAL user+sieve |1.217.635 | 324.472 |358.761 |108.682 |299.485 | 94.928 |
|
|TOTAL user+sieve |1.217.635 | 325.850 |358.761 |109.180 |299.485 | 95.300 |
|
||||||
|TOTAL admin | 959.099 | 132.861 |292.911 | 47.965 |249.877 | 42.961 |
|
|TOTAL admin | 959.099 | 133.335 |292.911 | 48.169 |249.877 | 43.123 |
|
||||||
|
|
||||||
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.716 | 46.946 | 17.179 | 14.752 |
|
|app.css | 340.331 | 82.363 | 46.946 | 17.096 | 14.699 |
|
||||||
|app.min.css | 274.947 | 66.591 | 39.647 | 15.129 | 13.259 |
|
|app.min.css | 274.947 | 66.384 | 39.647 | 15.084 | 13.224 |
|
||||||
|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.388 | | 6.929 | 6.020 |
|
|admin.css | | 30.388 | | 6.929 | 6.020 |
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages SnappyMail <upstream>2.25.1</upstream>.
|
This app packages SnappyMail <upstream>2.25.2</upstream>.
|
||||||
|
|
||||||
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.25.1
|
VERSION=2.25.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 && \
|
||||||
|
|
|
||||||
|
|
@ -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.25.1</version>
|
<version>2.25.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.**
|
||||||
|
|
|
||||||
|
|
@ -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.25.1" );
|
return ( "2.25.2" );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub script_snappymail_version_desc
|
sub script_snappymail_version_desc
|
||||||
|
|
|
||||||
|
|
@ -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.25.1",
|
"version": "2.25.2",
|
||||||
"homepage": "https://snappymail.eu",
|
"homepage": "https://snappymail.eu",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "DJ Maze",
|
"name": "DJ Maze",
|
||||||
|
|
|
||||||
|
|
@ -25,19 +25,14 @@ class CustomLoginMappingPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
public function FilterLoginCredentials(&$sEmail, &$sLogin, &$sPassword)
|
public function FilterLoginCredentials(&$sEmail, &$sLogin, &$sPassword)
|
||||||
{
|
{
|
||||||
$sMapping = \trim($this->Config()->Get('plugin', 'mapping', ''));
|
$sMapping = \trim($this->Config()->Get('plugin', 'mapping', ''));
|
||||||
if (!empty($sMapping))
|
if (!empty($sMapping)) {
|
||||||
{
|
|
||||||
$aLines = \explode("\n", \preg_replace('/[\r\n\t\s]+/', "\n", $sMapping));
|
$aLines = \explode("\n", \preg_replace('/[\r\n\t\s]+/', "\n", $sMapping));
|
||||||
foreach ($aLines as $sLine)
|
foreach ($aLines as $sLine) {
|
||||||
{
|
if (false !== \strpos($sLine, ':')) {
|
||||||
if (false !== strpos($sLine, ':'))
|
|
||||||
{
|
|
||||||
$aData = \explode(':', $sLine, 2);
|
$aData = \explode(':', $sLine, 2);
|
||||||
if (is_array($aData) && !empty($aData[0]) && isset($aData[1]))
|
if (\is_array($aData) && !empty($aData[0]) && isset($aData[1])) {
|
||||||
{
|
|
||||||
$aData = \array_map('trim', $aData);
|
$aData = \array_map('trim', $aData);
|
||||||
if ($sEmail === $aData[0] && 0 < strlen($aData[1]))
|
if ($sEmail === $aData[0] && \strlen($aData[1])) {
|
||||||
{
|
|
||||||
$sLogin = $aData[1];
|
$sLogin = $aData[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -46,9 +41,6 @@ class CustomLoginMappingPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function configMapping() : array
|
protected function configMapping() : array
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Contacts suggestions (LDAP)',
|
NAME = 'Contacts suggestions (LDAP)',
|
||||||
VERSION = '2.11',
|
VERSION = '2.12',
|
||||||
RELEASE = '2023-01-27',
|
RELEASE = '2023-01-31',
|
||||||
REQUIRED = '2.23.0',
|
REQUIRED = '2.23.0',
|
||||||
CATEGORY = 'Contacts',
|
CATEGORY = 'Contacts',
|
||||||
DESCRIPTION = 'Get contacts suggestions from LDAP.';
|
DESCRIPTION = 'Get contacts suggestions from LDAP.';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue