Commit graph

6408 commits

Author SHA1 Message Date
the-djmaze 0cbca605ec Bugfix: mailvelope editor failed 2024-02-26 16:59:50 +01:00
the-djmaze ab748aab99 Small StorageType change 2024-02-26 16:44:25 +01:00
the-djmaze 2559c09b23 Bugfix TypeError: b64Encode(...).match(...) is null 2024-02-26 16:42:35 +01:00
the-djmaze 99b7ec661c Resolve #1451 2024-02-26 14:53:25 +01:00
Maarten b4e146776f
Merge pull request #1452 from tinola/master
update polish translation
2024-02-26 13:51:40 +01:00
the-djmaze 118587dcf3 Improve Capa handling 2024-02-26 13:48:57 +01:00
the-djmaze 6e1aae3f61 OPEN_PGP should be OPENPGP as it is one word 2024-02-26 13:39:09 +01:00
the-djmaze 9006c377fd Cleanup Quota handling 2024-02-26 13:36:10 +01:00
the-djmaze 886e53bb8f Added search functionality in Admin -> Config
And removed the unused ['capa']['quota']
2024-02-26 13:26:06 +01:00
the-djmaze e1dced8007 Make all Enumerations classes abstract 2024-02-26 11:12:02 +01:00
tinola cbfc7e7d82 update polish translation 2024-02-26 07:25:09 +01:00
the-djmaze 9ef11db895 Use get_debug_type() instead of gettype() 2024-02-26 04:20:28 +01:00
the-djmaze 044b0dcde6 OpenSSL required due to S/MIME 2024-02-26 03:16:18 +01:00
the-djmaze dcfa144ce3 bugfix: previous IsActive() commit 2024-02-26 02:58:06 +01:00
the-djmaze 58d3fc8fd5 Example for #1449 2024-02-26 02:54:44 +01:00
the-djmaze cfc497556e Changed AbstractProvider::IsActive() to be abstract 2024-02-26 02:49:06 +01:00
the-djmaze 007e4b25eb Improved Settings handling to prevent bugs in outer code 2024-02-26 02:47:56 +01:00
the-djmaze c6aad25581 Move php8.php to /app/libraries/polyfill/ 2024-02-25 20:13:39 +01:00
the-djmaze 5262e59fdd Merge branch 'master' of github.com:the-djmaze/snappymail 2024-02-25 13:11:30 +01:00
the-djmaze 57ce6f9bbf Fix timestampToString() for future dates 2024-02-25 13:11:17 +01:00
Maarten e3830a5c3f
Merge pull request #1445 from S-A-L13/master
StartTLS for LDAP Identities plugin
2024-02-25 12:58:00 +01:00
the-djmaze 5552d3c1b9 pre-verify S/MIME opaque signed messages so we have a body to view 2024-02-25 12:56:25 +01:00
the-djmaze a98f8aa1f6 Merge branch 'master' of github.com:the-djmaze/snappymail 2024-02-25 11:38:33 +01:00
the-djmaze 1e03eac9a5 Resolve #1448 2024-02-25 11:38:19 +01:00
Maarten 8aef85804e
Merge pull request #1447 from tinola/master
update polish translation
2024-02-25 11:31:57 +01:00
Maarten 2b0ca5d314
Merge branch 'master' into master 2024-02-25 11:31:49 +01:00
the-djmaze a7041b4efb bugfix: store in Passphrases 2024-02-23 03:22:29 +01:00
the-djmaze 6f33bc23d3 Added Import S/MIME certificate popup
And much better handling of the sign and encrypt options
2024-02-23 03:14:36 +01:00
tinola 6ac5cea2e4 small fix 2024-02-22 17:51:20 +01:00
tinola 70a7784d68 update polish translation 2024-02-22 17:32:39 +01:00
S-A-L13 8dac28e1a2 Update index.php 2024-02-22 14:56:29 +01:00
S-A-L13 383e40636b Added StartTLS functionality
Added StartTLS in function Connect().
And also added parameters in config to activate StartTLS.
2024-02-22 14:54:55 +01:00
the-djmaze f94fc34d4f Cleanup OpenPgpImportPopupView code 2024-02-22 00:33:20 +01:00
the-djmaze 0efc0bbe3a Translate some S/MIME text 2024-02-22 00:00:12 +01:00
the-djmaze 453e73f71a Cache S/MIME passphrases when "remember" is checked 2024-02-21 23:28:53 +01:00
the-djmaze 9941ff61f7 Bugfix: S/MIME sigPart handling 2024-02-21 01:28:36 +01:00
the-djmaze aebed32f76 Bugfix: verify S/MIME signatures got broken allong the way while implementing this 2024-02-21 01:23:36 +01:00
the-djmaze d5d47ffed1 Use SensitiveString at more places 2024-02-21 00:59:09 +01:00
the-djmaze a473e5e223 Implement \Stringable 2024-02-21 00:36:31 +01:00
the-djmaze d5a43e422d v2.35.0 2024-02-20 18:58:18 +01:00
the-djmaze e9a63b40c5 Enable S/MIME encrypt #259 2024-02-20 18:29:35 +01:00
the-djmaze ca12655e5f Cleanup PGP PUBLIC KEY handling 2024-02-20 18:14:32 +01:00
the-djmaze 6ce08726b4 Automaticaly import S/MIME certificates that are found in signatures #259 2024-02-20 17:42:26 +01:00
the-djmaze 3d168b4688 Cleanup DoPgpVerifyMessage action param handling 2024-02-20 16:03:47 +01:00
the-djmaze 5a2d2fd0e5 Handle S/MIME encrypt, decrypt, sign and very everywhere #259 2024-02-20 16:03:22 +01:00
the-djmaze 44a623543f set smimeKey and smimeCertificate for demo 2024-02-20 15:21:32 +01:00
the-djmaze 18d0ba4acb Get S/MIME decrypt working for #259 2024-02-20 13:04:12 +01:00
the-djmaze 1762198642 Get S/MIME encryption working #259 2024-02-20 12:38:57 +01:00
the-djmaze 196dffa8d8 Fix S/MIME certificates cache handling 2024-02-20 11:46:34 +01:00
the-djmaze 4b8a295fbe mask another passphrase in the logs for PHP < 8.2 2024-02-20 11:24:23 +01:00