mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-07 21:54:35 +08:00
v2.38.1
This commit is contained in:
parent
156481583d
commit
ececfae31a
10 changed files with 78 additions and 27 deletions
53
CHANGELOG.md
53
CHANGELOG.md
|
@ -1,3 +1,54 @@
|
|||
## 2.38.1 – 2024-10-08
|
||||
|
||||
### Added
|
||||
- Admin - Extensions search filter
|
||||
- Options to unset current font family and size
|
||||
[#1726](https://github.com/the-djmaze/snappymail/issues/1726)
|
||||
- Option to allow insecure cryptkey
|
||||
[#1746](https://github.com/the-djmaze/snappymail/issues/1746)
|
||||
- Save vCard FN property
|
||||
[#1761](https://github.com/the-djmaze/snappymail/issues/1761)
|
||||
- Docker Nginx should listen on IPv6 addresses in addition to IPv4
|
||||
[#1770](https://github.com/the-djmaze/snappymail/issues/1770)
|
||||
- Full-screen Message View on Double-Click
|
||||
[#1787](https://github.com/the-djmaze/snappymail/issues/1787)
|
||||
|
||||
### Changed
|
||||
- Use the custom Squire as submodule vendors/squire2
|
||||
- Disallow noembed and noframes HTML elements
|
||||
- Keep 1 space between HTML elements in compressed templates
|
||||
- Squire: sanitizeToDOMFragment now uses cleanHTML()
|
||||
- Squire: improved handling of BR elements
|
||||
[#1389](https://github.com/the-djmaze/snappymail/issues/1389)
|
||||
- Nextcloud border-radius by @gnilebein
|
||||
[#1790](https://github.com/the-djmaze/snappymail/pull/1790)
|
||||
- Compose window sentFolder handling for
|
||||
[#1793](https://github.com/the-djmaze/snappymail/pull/1793)
|
||||
- Update Portuguese by @ner00
|
||||
- Update Polish by @tinola
|
||||
- Update French by @hguilbert
|
||||
- Update Portuguese (Brazil) by @mstolf
|
||||
|
||||
### Fixed
|
||||
- Composer dialog scroll got broken in v2.28
|
||||
- Composer dialog "from" triangle button wrong position due to font changes
|
||||
- Admin - Config `search` should be ko.observable() not ko.observableArray()
|
||||
- Squire: paste images
|
||||
[#1389](https://github.com/the-djmaze/snappymail/issues/1389)
|
||||
- Domain whitelist failures on login
|
||||
[#1706](https://github.com/the-djmaze/snappymail/issues/1706)
|
||||
- Sieve parse errors
|
||||
- Sieve support `index` was not optional for
|
||||
[#1709](https://github.com/the-djmaze/snappymail/issues/1709)
|
||||
- Pagination problem for large mailbox after 2.36.1
|
||||
[#1716](https://github.com/the-djmaze/snappymail/issues/1716)
|
||||
- Undefined constant "LOG_ERROR"
|
||||
[#1754](https://github.com/the-djmaze/snappymail/issues/1754)
|
||||
- Search Filter Capital "B" not working
|
||||
[#1780](https://github.com/the-djmaze/snappymail/issues/1780)
|
||||
- PHP 8.4: Implicitly nullable parameter declarations deprecated
|
||||
|
||||
|
||||
## 2.38.0 – 2024-09-16
|
||||
|
||||
### Added
|
||||
|
@ -247,7 +298,7 @@
|
|||
- CSS set min-width for .attachmentParent and .flagParent to line them up
|
||||
- cPanel use extension login-cpanel instead of login-remote
|
||||
- Improved login credentials handling
|
||||
- Speedup Knockout a bit
|
||||
- Speedup Knockout a bit and removed `with($context)` scope
|
||||
- Update Belarusian by @spoooyders
|
||||
- Update Chinese by @mayswind
|
||||
- Update French by @hguilbert
|
||||
|
|
34
README.md
34
README.md
|
@ -140,28 +140,28 @@ RainLoop 1.17 vs SnappyMail
|
|||
|
||||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.170.153 | 84.203 |
|
||||
|app.js |4.207.787 | 446.887 |
|
||||
|admin.js |2.170.153 | 84.925 |
|
||||
|app.js |4.207.787 | 447.263 |
|
||||
|boot.js | 868.735 | 4.343 |
|
||||
|libs.js | 658.812 | 236.059 |
|
||||
|sieve.js | 0 | 84.571 |
|
||||
|libs.js | 658.812 | 233.715 |
|
||||
|sieve.js | 0 | 91.418 |
|
||||
|polyfills.js | 334.608 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |8.240.095 | 856.348 |
|
||||
|TOTAL |8.240.095 | 861.949 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|
||||
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|
||||
|admin.min.js | 256.831 | 41.256 | 73.606 | 13.940 | 60.877 | 12.493 |
|
||||
|app.min.js | 515.367 | 201.917 |139.456 | 68.450 |110.485 | 58.321 |
|
||||
|admin.min.js | 256.831 | 41.719 | 73.606 | 14.022 | 60.877 | 12.567 |
|
||||
|app.min.js | 515.367 | 202.101 |139.456 | 68.505 |110.485 | 58.481 |
|
||||
|boot.min.js | 84.659 | 2.231 | 26.998 | 1.271 | 23.643 | 1.067 |
|
||||
|libs.min.js | 584.772 | 111.742 |180.901 | 39.882 |155.182 | 35.584 |
|
||||
|sieve.min.js | 0 | 41.288 | 0 | 10.327 | 0 | 9.318 |
|
||||
|libs.min.js | 584.772 | 110.633 |180.901 | 39.515 |155.182 | 35.246 |
|
||||
|sieve.min.js | 0 | 45.504 | 0 | 11.131 | 0 | 9.917 |
|
||||
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|
||||
|TOTAL user |1.217.635 | 315.890 |358.761 |109.603 |299.485 | 94.972 |
|
||||
|TOTAL user+sieve |1.217.635 | 357.178 |358.761 |119.930 |299.485 |104.290 |
|
||||
|TOTAL admin | 959.099 | 155.229 |292.911 | 55.093 |249.877 | 49.144 |
|
||||
|TOTAL user |1.217.635 | 314.965 |358.761 |109.291 |299.485 | 94.794 |
|
||||
|TOTAL user+sieve |1.217.635 | 360.469 |358.761 |120.422 |299.485 |104.711 |
|
||||
|TOTAL admin | 959.099 | 154.583 |292.911 | 54.808 |249.877 | 48.880 |
|
||||
|
||||
For a user it is around 67% smaller and faster than traditional RainLoop.
|
||||
For a user it is around 66% smaller and faster than traditional RainLoop.
|
||||
|
||||
### CSS changes
|
||||
|
||||
|
@ -188,12 +188,12 @@ For a user it is around 67% smaller and faster than traditional RainLoop.
|
|||
|
||||
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|
||||
|------------ |-------: |------: |------: |------: |--------: |
|
||||
|app.css | 340.331 | 84.850 | 46.946 | 17.710 | 15.161 |
|
||||
|app.min.css | 274.947 | 68.192 | 39.647 | 15.602 | 13.626 |
|
||||
|app.css | 340.331 | 85.073 | 46.946 | 17.792 | 15.210 |
|
||||
|app.min.css | 274.947 | 68.272 | 39.647 | 15.615 | 13.636 |
|
||||
|boot.css | | 1.326 | | 664 | 545 |
|
||||
|boot.min.css | | 1.071 | | 590 | 474 |
|
||||
|admin.css | | 30.761 | | 7.038 | 6.118 |
|
||||
|admin.min.css | | 24.857 | | 6.360 | 5.598 |
|
||||
|admin.css | | 30.880 | | 7.045 | 6.127 |
|
||||
|admin.min.css | | 24.959 | | 6.368 | 5.615 |
|
||||
|
||||
### PGP
|
||||
RainLoop uses the old OpenPGP.js v2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages SnappyMail <upstream>2.38.0</upstream>.
|
||||
This app packages SnappyMail <upstream>2.38.1</upstream>.
|
||||
|
||||
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
||||
|
||||
|
|
|
@ -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.38.0
|
||||
VERSION=2.38.1
|
||||
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 && \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<id>snappymail</id>
|
||||
<name>SnappyMail</name>
|
||||
<summary>SnappyMail Webmail</summary>
|
||||
<version>2.38.0</version>
|
||||
<version>2.38.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
||||
<description><![CDATA[**Lightweight & fast email client.**
|
||||
|
|
|
@ -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.38.0" );
|
||||
return ( "2.38.1" );
|
||||
}
|
||||
|
||||
sub script_snappymail_version_desc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.38.0",
|
||||
"version": "2.38.1",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
|
@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Nextcloud',
|
||||
VERSION = '2.38.0',
|
||||
RELEASE = '2024-09-16',
|
||||
VERSION = '2.38.1',
|
||||
RELEASE = '2024-10-08',
|
||||
CATEGORY = 'Integrations',
|
||||
DESCRIPTION = 'Integrate with Nextcloud v20+',
|
||||
REQUIRED = '2.38.0';
|
||||
|
|
|
@ -8,7 +8,7 @@ class SendSaveInPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
NAME = 'Send Save In',
|
||||
AUTHOR = 'SnappyMail',
|
||||
URL = 'https://snappymail.eu/',
|
||||
VERSION = '0.0',
|
||||
VERSION = '0.1',
|
||||
RELEASE = '2024-10-08',
|
||||
REQUIRED = '2.38.1',
|
||||
CATEGORY = 'General',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<a class="btn btn-thin buttonDown fontastic" data-bind="command: goDownCommand">❯</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="b-content messageView">
|
||||
<div class="messageView">
|
||||
<div class="b-message-view-backdrop" data-bind="visible: moveAction">
|
||||
<div class="backdrop-message" data-icon="📁" data-i18n="MESSAGE/MESSAGE_VIEW_MOVE_DESC"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue