Commit graph

2515 commits

Author SHA1 Message Date
djmaze
7fc279293c v2.5.0-rc.1 2021-04-08 16:02:41 +02:00
djmaze
168ee911b3 Added: Show spam score in % in message detailed info
Currently only for SpamAssassin and Rspamd
2021-04-08 15:56:46 +02:00
djmaze
8ef00edb86 Drop default admin password '12345'
Now generate one and store in 'data/_data_/_default_/admin_password.txt'
And instructions at https://snappymail.eu/install.html
2021-04-08 12:11:06 +02:00
djmaze
ff13ff688c Drop the use if Babel transcompiler 2021-04-08 10:03:16 +02:00
djmaze
c67d77bd57 MySQL use utf8mb4 instead of the old utf8 2021-04-08 09:26:25 +02:00
djmaze
89cbcf6f63 Remove unused properties and improved message view header 2021-04-07 16:35:46 +02:00
djmaze
8620df907e Bugfix: composer attachments hard to see in dark mode 2021-04-07 14:48:12 +02:00
djmaze
d99b15251f Improved image processor 2021-04-07 14:42:38 +02:00
djmaze
95d5e10268 space vs tab 2021-04-07 13:28:50 +02:00
djmaze
0a60c27e06 https://github.com/RainLoop/rainloop-webmail/issues/2087 2021-04-07 13:26:58 +02:00
djmaze
687afdef6a Resolve quota issue #75 2021-04-06 23:03:20 +02:00
djmaze
ebfc2a705b Replaced Sabre\DAV 2021-04-06 10:21:59 +02:00
djmaze
0127bdb2d8 Remove most of Sabre
No need for all DAV server code when only the Client is used
And replace Sabre\DAV\UUIDUtil with better SnappyMail\UUID
2021-04-02 13:01:11 +02:00
djmaze
66cb1a272c Rename 'SabreForRainLoop' to the normal 'Sabre' and update to 1.8.12
Will update later to v4.1.5+
2021-04-01 21:49:43 +02:00
djmaze
d2534b5ed9 Implemented: plugin CSS
RainLoop still had a TODO for implementing plugin CSS
This is now used by the CKEditor plugin
2021-04-01 21:01:35 +02:00
djmaze
94abf288ba Replace Imagine and PHPThumb with simple image processor
Simple version uses GMagick/IMagick else GD2
2021-04-01 12:34:01 +02:00
djmaze
fcc219cc07 Improved SASL 2021-04-01 09:48:42 +02:00
djmaze
e96ced3bde Bugfix: LOGINDISABLED is only for the LOGIN command 2021-04-01 08:17:02 +02:00
djmaze
bb836fdb59 Detect IMAP LOGINDISABLED capability
Enable IMAP SASL-IR capability
2021-03-31 23:01:03 +02:00
djmaze
f17609b442 Resolve #73 2021-03-31 22:59:06 +02:00
djmaze
65a302d87f Replace obsolete IDNA2 with php intl idn_to_*
https://www.php.net/intl.idn
And a modified Symfony\Polyfill\Intl\Idn when php intl is not available.
2021-03-31 17:42:50 +02:00
djmaze
581c89d502 Cleanup unused properties 2021-03-30 11:48:22 +02:00
djmaze
5cb150a744 Prepare mailbox routing for new feature 2021-03-30 10:58:24 +02:00
djmaze
b26e709b8f https://github.com/the-djmaze/snappymail/issues/71#issuecomment-810013614 2021-03-30 10:18:31 +02:00
djmaze
eb69494f0c Resolve #71 2021-03-30 09:10:43 +02:00
djmaze
ba982edce7 v2.4.3 2021-03-29 22:31:51 +02:00
djmaze
1129db3f04 Improved #67 2021-03-29 22:05:35 +02:00
djmaze
b594f6f5fe Improved #69 2021-03-29 22:05:08 +02:00
djmaze
be855b36f1 Bugfix: SASL::factory() should not return void 2021-03-29 21:58:06 +02:00
djmaze
52abb3cf48 Bugfix: missed SASL commit 2021-03-29 21:54:55 +02:00
djmaze
389e473e22 Improved support for SCRAM-SHA-1 & SCRAM-SHA-256 2021-03-29 21:43:51 +02:00
djmaze
68d103b3c1 Added support for SCRAM-SHA-1 & SCRAM-SHA-256
https://github.com/RainLoop/rainloop-webmail/issues/1914
2021-03-29 20:51:14 +02:00
djmaze
d0dc257619 Support TLSv 1.3 where possible 2021-03-29 20:49:43 +02:00
djmaze
34efa2205c Properly backslash escape IMAP folder flags 2021-03-29 15:58:07 +02:00
djmaze
544d2272c8 Resolve #68 2021-03-29 15:52:37 +02:00
djmaze
5d09a14193 Bugfix: Previous commit didn't fix numeric indices 2021-03-29 15:51:46 +02:00
djmaze
135831b116 Drop root folders with \noselect flag
Like 'dovecot' which has 'dovecot.sieve' which has no emails
2021-03-29 14:21:47 +02:00
djmaze
5eb7c7515a Added feature request #69 2021-03-29 12:08:52 +02:00
djmaze
0dbc534305 Drop unused NullFolder 2021-03-29 09:38:18 +02:00
djmaze
ec03999f13 Merge branch 'sort-messagelist' 2021-03-27 16:04:16 +01:00
djmaze
64cf19746d Finish the sort feature 2021-03-27 16:02:48 +01:00
djmaze
7eeed62b09 Get sorting working for #67 2021-03-27 00:57:04 +01:00
djmaze
795275334c Issue #70 the error_log() is not needed anymore 2021-03-26 17:04:53 +01:00
djmaze
801e3f8e2b Resolve Issue #70 2021-03-26 16:47:28 +01:00
djmaze
52dadc46f3 Improve MailSo Imap ResponseException message 2021-03-26 15:58:10 +01:00
djmaze
864cca6ffd Dropped PHP73 branch 2021-03-26 15:07:46 +01:00
djmaze
883bf6b026 Start https://github.com/the-djmaze/snappymail/issues/67#issuecomment-806948346 2021-03-26 15:07:14 +01:00
djmaze
fd5940f5fc Bugfix: missing space between number and 'Bytes' 2021-03-25 16:51:54 +01:00
djmaze
59c1392b2c Added feature #67 2021-03-25 16:26:26 +01:00
djmaze
f26065bcc6 https://github.com/RainLoop/rainloop-webmail/pull/2075 2021-03-25 14:14:17 +01:00