Commit graph

2541 commits

Author SHA1 Message Date
djmaze ca9b8c8c7f Drop additionalCode for #84 2021-04-12 21:35:36 +02:00
djmaze 63f10f9e9b remove unused showScreenPopup 2021-04-12 19:45:33 +02:00
djmaze 48fa1a1fdc Drop 2FA, read #84 2021-04-12 19:15:33 +02:00
djmaze ca59c21602 Bugfix: translator "undefined" 2021-04-12 16:30:39 +02:00
djmaze 3a36094be7 #84 "The backup codes cannot be copy-pasted from the text area." 2021-04-12 16:09:33 +02:00
djmaze b49db9214c https://github.com/the-djmaze/snappymail/issues/79#issuecomment-817808571 2021-04-12 15:24:16 +02:00
djmaze 47a5b2e268 Enable curl for #79 2021-04-12 15:12:24 +02:00
djmaze c5d4e5f395 Bugfix: chunked response error for #79 2021-04-12 14:38:13 +02:00
djmaze bc36b10348 Bugfix: $result undefined for #79 2021-04-12 13:54:07 +02:00
djmaze 971bd70314 Attempt better debug for #79 2021-04-12 13:39:57 +02:00
djmaze 673815364f Resolve #81 2021-04-12 13:20:18 +02:00
djmaze 1069eca4da Resolve #83 2021-04-12 13:08:09 +02:00
djmaze fa371e25bf Revamp language system for #82 2021-04-12 12:57:35 +02:00
djmaze fa4d2ae9e0 Magyar and Svenska for #82 2021-04-10 15:09:37 +02:00
djmaze 173a75bdb2 https://github.com/the-djmaze/snappymail/issues/79#issuecomment-816903417 2021-04-10 12:20:20 +02:00
djmaze cae85484fd Resolve #77 2021-04-09 17:07:33 +02:00
djmaze 0374ded776 Cleanup Contacts/AddressBook PDO settings 2021-04-09 17:06:17 +02:00
djmaze 275e5c5947 v2.5.0-rc.2 2021-04-09 13:27:24 +02:00
djmaze 6217d1cc49 Added spam score result for Bogosity 2021-04-09 11:50:57 +02:00
djmaze 478ba00321 Bugfix: can't access property "classNames", config is undefined 2021-04-09 11:02:28 +02:00
djmaze b768459bec Strict \PDO::getAvailableDrivers() 2021-04-09 09:58:02 +02:00
djmaze 49e5a88daa Secure #79 2021-04-09 09:42:09 +02:00
djmaze 4ee905c568 Improvements for #79 2021-04-09 09:28:46 +02:00
djmaze 5f153aeb8d Return location header in error of #79
DAV[DATA]: PROPFIND /.well-known/carddav
INFO[NOTICE]: SnappyMail\HTTP\Exception: 301 Moved Permanently
2021-04-09 09:03:39 +02:00
djmaze 118d996d3c Support AUTH=LOGIN on IMAP 2021-04-09 09:02:32 +02:00
djmaze 3d10bbface Added SpamResult 2021-04-09 09:01:48 +02:00
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