mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
v2.14.0
This commit is contained in:
parent
d08998eb1c
commit
a9b9b7df03
9 changed files with 30 additions and 15 deletions
|
@ -301,5 +301,5 @@ dev_email = ""
|
|||
dev_password = ""
|
||||
|
||||
[version]
|
||||
current = "2.13.4"
|
||||
current = "2.14.0"
|
||||
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
|
||||
|
|
16
README.md
16
README.md
|
@ -141,25 +141,25 @@ RainLoop 1.15 vs SnappyMail
|
|||
|js/* |RainLoop |Snappy |
|
||||
|--------------- |--------: |--------: |
|
||||
|admin.js |2.158.025 | 79.018 |
|
||||
|app.js |4.215.733 | 407.697 |
|
||||
|app.js |4.215.733 | 407.605 |
|
||||
|boot.js | 672.433 | 2.025 |
|
||||
|libs.js | 647.679 | 200.131 |
|
||||
|sieve.js | 0 | 75.642 |
|
||||
|sieve.js | 0 | 86.320 |
|
||||
|polyfills.js | 325.908 | 0 |
|
||||
|serviceworker.js | 0 | 285 |
|
||||
|TOTAL |8.019.778 | 764.798 |
|
||||
|TOTAL |8.019.778 | 775.384 |
|
||||
|
||||
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|
||||
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|
||||
|admin.min.js | 255.514 | 39.256 | 73.899 | 13.076 | 60.674 | 11.702 |
|
||||
|app.min.js | 516.000 | 194.148 |140.430 | 62.297 |110.657 | 53.432 |
|
||||
|app.min.js | 516.000 | 194.107 |140.430 | 62.266 |110.657 | 53.387 |
|
||||
|boot.min.js | 66.456 | 1.252 | 22.553 | 782 | 20.043 | 631 |
|
||||
|libs.min.js | 574.626 | 96.201 |177.280 | 35.522 |151.855 | 31.746 |
|
||||
|sieve.min.js | 0 | 36.632 | 0 | 9.689 | 0 | 8.770 |
|
||||
|sieve.min.js | 0 | 42.304 | 0 | 10.548 | 0 | 9.509 |
|
||||
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|
||||
|TOTAL user |1.189.690 | 291.601 |351.061 | 98.601 |292.627 | 85.809 |
|
||||
|TOTAL user sieve |1.189.690 | 328.233 |351.061 |108.290 |292.627 | 94.579 |
|
||||
|TOTAL admin |1.189.690 | 136.709 |351.061 | 49.380 |292.627 | 44.079 |
|
||||
|TOTAL user |1.189.690 | 291.560 |351.061 | 98.570 |292.627 | 85.764 |
|
||||
|TOTAL user+sieve |1.189.690 | 333.864 |351.061 |109.118 |292.627 | 95.273 |
|
||||
|TOTAL admin | 929.204 | 136.709 |285.047 | 49.380 |242.644 | 44.079 |
|
||||
|
||||
For a user its around 70% smaller and faster than traditional RainLoop.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages SnappyMail <upstream>2.13.4</upstream>.
|
||||
This app packages SnappyMail <upstream>2.14.0</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.13.4
|
||||
VERSION=2.14.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 && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.13.4
|
||||
2.14.0
|
|
@ -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.13.4</version>
|
||||
<version>2.14.0</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.13.4" );
|
||||
return ( "2.14.0" );
|
||||
}
|
||||
|
||||
sub script_snappymail_version_desc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.13.4",
|
||||
"version": "2.14.0",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
|
@ -193,6 +193,8 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
params:
|
||||
\MailSo\Mime\Message $oMessage
|
||||
|
||||
Happens before send/save message
|
||||
|
||||
### filter.build-read-receipt-message
|
||||
params:
|
||||
\MailSo\Mime\Message $oMessage
|
||||
|
@ -223,12 +225,16 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
\MailSo\Mime\Message $oMessage
|
||||
string &$sTextConverted
|
||||
|
||||
Happens before send/save message
|
||||
|
||||
### filter.message-plain
|
||||
params:
|
||||
\RainLoop\Model\Account $oAccount
|
||||
\MailSo\Mime\Message $oMessage
|
||||
string &$sTextConverted
|
||||
|
||||
Happens before send/save message
|
||||
|
||||
### filter.message-rcpt
|
||||
params:
|
||||
\RainLoop\Model\Account $oAccount
|
||||
|
@ -244,14 +250,20 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
params:
|
||||
\MailSo\Mime\Message $oMessage
|
||||
|
||||
Happens when reading message
|
||||
|
||||
### filter.save-message
|
||||
params:
|
||||
\MailSo\Mime\Message $oMessage
|
||||
|
||||
Happens before save message
|
||||
|
||||
### filter.send-message
|
||||
params:
|
||||
\MailSo\Mime\Message $oMessage
|
||||
|
||||
Happens before send message
|
||||
|
||||
### filter.send-message-stream
|
||||
params:
|
||||
\RainLoop\Model\Account $oAccount
|
||||
|
@ -322,6 +334,9 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
params:
|
||||
\SnappyMail\HTTP\CSP $oCSP
|
||||
|
||||
Allows you to edit the policy, like:
|
||||
`$oCSP->script[] = "'strict-dynamic'";`
|
||||
|
||||
### main.default-response
|
||||
params:
|
||||
string $sActionName
|
||||
|
|
Loading…
Reference in a new issue