mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
v2.9.5
This commit is contained in:
parent
987315fb65
commit
e25ffcacd6
10 changed files with 32 additions and 36 deletions
|
@ -252,18 +252,16 @@ imap_message_all_headers = Off
|
|||
imap_large_thread_limit = 50
|
||||
imap_folder_list_limit = 200
|
||||
imap_show_login_alert = On
|
||||
imap_use_auth_plain = On
|
||||
imap_use_auth_cram_md5 = Off
|
||||
imap_use_list_status = On
|
||||
imap_timeout = 300
|
||||
smtp_timeout = 60
|
||||
smtp_show_server_errors = Off
|
||||
smtp_use_auth_plain = On
|
||||
smtp_use_auth_cram_md5 = Off
|
||||
sieve_utf8_folder_name = On
|
||||
sieve_auth_plain_initial = On
|
||||
sieve_allow_fileinto_inbox = Off
|
||||
imap_timeout = 300
|
||||
smtp_timeout = 60
|
||||
sieve_timeout = 10
|
||||
sasl_allow_plain = On
|
||||
sasl_allow_cram_md5 = Off
|
||||
domain_list_limit = 99
|
||||
mail_func_clear_headers = On
|
||||
mail_func_additional_parameters = Off
|
||||
|
@ -291,5 +289,5 @@ dev_email = ""
|
|||
dev_password = ""
|
||||
|
||||
[version]
|
||||
current = "2.9.4"
|
||||
current = "2.9.5"
|
||||
saved = "Mon, 23 Aug 2021 07:55:13 +0000"
|
||||
|
|
30
README.md
30
README.md
|
@ -138,23 +138,23 @@ RainLoop 1.15 vs SnappyMail
|
|||
|
||||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.158.025 | 88.667 |
|
||||
|app.js |4.215.733 | 435.990 |
|
||||
|boot.js | 672.433 | 2.780 |
|
||||
|libs.js | 647.679 | 209.030 |
|
||||
|admin.js |2.158.025 | 85.441 |
|
||||
|app.js |4.215.733 | 426.016 |
|
||||
|boot.js | 672.433 | 2.779 |
|
||||
|libs.js | 647.679 | 209.024 |
|
||||
|polyfills.js | 325.908 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |8.019.778 | 736.752 |
|
||||
|TOTAL |8.019.778 | 723.545 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|
||||
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|
||||
|admin.min.js | 255.514 | 44.540 | 73.899 | 13.934 | 60.674 | 12.517 |
|
||||
|app.min.js | 516.000 | 220.422 |140.430 | 66.522 |110.657 | 56.407 |
|
||||
|boot.min.js | 66.456 | 1.655 | 22.553 | 996 | 20.043 | 815 |
|
||||
|libs.min.js | 574.626 | 99.896 |177.280 | 36.452 |151.855 | 32.642 |
|
||||
|admin.min.js | 255.514 | 43.014 | 73.899 | 13.779 | 60.674 | 12.299 |
|
||||
|app.min.js | 516.000 | 216.431 |140.430 | 65.674 |110.657 | 55.756 |
|
||||
|boot.min.js | 66.456 | 1.654 | 22.553 | 996 | 20.043 | 814 |
|
||||
|libs.min.js | 574.626 | 99.890 |177.280 | 36.443 |151.855 | 32.660 |
|
||||
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|
||||
|TOTAL |1.445.204 | 366.513 |425.477 |117.904 |353.301 |102.381 |
|
||||
|TOTAL (no admin) |1.189.690 | 321.973 |351.061 |103.970 |292.627 | 89.864 |
|
||||
|TOTAL |1.445.204 | 360.989 |425.477 |116.892 |353.301 |101.529 |
|
||||
|TOTAL (no admin) |1.189.690 | 317.975 |351.061 |103.113 |292.627 | 89.230 |
|
||||
|
||||
For a user its around 70% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
@ -193,12 +193,12 @@ For a user its around 70% smaller and faster than traditional RainLoop.
|
|||
|
||||
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|
||||
|------------ |-------: |------: |------: |------: |--------: |
|
||||
|app.css | 340.334 | 85.181 | 46.959 | 16.355 | 14.140 |
|
||||
|app.min.css | 274.791 | 68.930 | 39.618 | 14.470 | 12.828 |
|
||||
|app.css | 340.334 | 85.035 | 46.959 | 16.343 | 14.132 |
|
||||
|app.min.css | 274.791 | 68.805 | 39.618 | 14.461 | 12.842 |
|
||||
|boot.css | | 1.326 | | 664 | 545 |
|
||||
|boot.min.css | | 1.071 | | 590 | 474 |
|
||||
|admin.css | | 30.736 | | 6.928 | 6.007 |
|
||||
|admin.min.css | | 24.693 | | 6.276 | 5.524 |
|
||||
|admin.css | | 30.735 | | 6.923 | 6.007 |
|
||||
|admin.min.css | | 24.692 | | 6.269 | 5.509 |
|
||||
|
||||
|
||||
### Squire vs CKEditor
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages SnappyMail <upstream>2.9.4</upstream>.
|
||||
This app packages SnappyMail <upstream>2.9.5</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.9.4
|
||||
VERSION=2.9.5
|
||||
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 && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.9.4
|
||||
2.9.5
|
|
@ -4,7 +4,7 @@
|
|||
<name>SnappyMail</name>
|
||||
<summary>SnappyMail Webmail</summary>
|
||||
<description>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).</description>
|
||||
<version>2.9.4</version>
|
||||
<version>2.9.5</version>
|
||||
<licence>agpl</licence>
|
||||
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
||||
<namespace>SnappyMail</namespace>
|
||||
|
|
|
@ -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.9.4" );
|
||||
return ( "2.9.5" );
|
||||
}
|
||||
|
||||
sub script_snappymail_version_desc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.9.4",
|
||||
"version": "2.9.5",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
|
@ -343,17 +343,15 @@ Enables caching in the system'),
|
|||
'imap_large_thread_limit' => array(50),
|
||||
'imap_folder_list_limit' => array(200),
|
||||
'imap_show_login_alert' => array(true),
|
||||
'imap_use_auth_plain' => array(true),
|
||||
'imap_use_auth_cram_md5' => array(false),
|
||||
'imap_use_list_status' => array(true),
|
||||
'imap_timeout' => array(300),
|
||||
'smtp_show_server_errors' => array(false),
|
||||
'smtp_use_auth_plain' => array(true),
|
||||
'smtp_use_auth_cram_md5' => array(false),
|
||||
'smtp_timeout' => array(60),
|
||||
'sieve_auth_plain_initial' => array(true),
|
||||
'sieve_allow_fileinto_inbox' => array(false),
|
||||
'imap_timeout' => array(300),
|
||||
'smtp_timeout' => array(60),
|
||||
'sieve_timeout' => array(10),
|
||||
'sasl_allow_plain' => array(true),
|
||||
'sasl_allow_cram_md5' => array(false),
|
||||
'domain_list_limit' => array(99),
|
||||
'mail_func_clear_headers' => array(true),
|
||||
'mail_func_additional_parameters' => array(false),
|
||||
|
|
|
@ -303,8 +303,8 @@ abstract class Account implements \JsonSerializable
|
|||
'Password' => $this->Password(),
|
||||
'ProxyAuthUser' => $this->ProxyAuthUser(),
|
||||
'ProxyAuthPassword' => $this->ProxyAuthPassword(),
|
||||
'UseAuthPlainIfSupported' => !!$oConfig->Get('labs', 'imap_use_auth_plain', true),
|
||||
'UseAuthCramMd5IfSupported' => !!$oConfig->Get('labs', 'imap_use_auth_cram_md5', true),
|
||||
'UseAuthPlainIfSupported' => !!$oConfig->Get('labs', 'sasl_allow_plain', true),
|
||||
'UseAuthCramMd5IfSupported' => !!$oConfig->Get('labs', 'sasl_allow_cram_md5', false),
|
||||
'UseAuthOAuth2IfSupported' => false
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue