Commit Graph

36 Commits

Author SHA1 Message Date
mdecimus
f6f5d18d68 Updated dependencies 2025-10-21 16:35:45 +02:00
mdecimus
e10aa551eb Clippy fixes 2025-08-18 11:44:58 +01:00
jolupa
08980ac72e Update i18n.yml (#1873)
* Update i18n.yml

Added Catalan translation

* Update mod.rs
2025-07-20 15:28:35 +02:00
Fadil2k
4c954c93bd feat(i18n): add Danish(da) locale support (#1772)
* feat(i18n): Add Danish locale support

- Add complete Danish (da) translations for calendar notifications
- Use modern Danish terminology and professional language
- Include proper Danish date/time formatting (kl. notation)
- Follow contemporary Danish UI conventions

* feat(i18n): Add Danish language support to Language enum
2025-07-13 12:04:30 +02:00
mdecimus
f10ec68d49 Updated copyright notice 2025-06-15 15:09:32 +02:00
mdecimus
9cf2863a8e Stalwart Mail Server is now just Stalwart 2025-05-20 09:59:54 +02:00
mdecimus
3f825aaafd DAV server passing Litmus test suite 2025-05-16 16:20:04 +02:00
mdecimus
b0a486106e Crate reorganization 2025-05-16 16:20:03 +02:00
mdecimus
44f8ef29e1 Bump to Rust 2024 2025-02-21 09:59:23 +01:00
mdecimus
d8543ae389 Perfect hashing with hashify 2025-01-26 16:19:18 +01:00
mdecimus
a4b1d5c39b Use parsed tokens from bayes module 2025-01-11 17:54:00 +01:00
mdecimus
3612d5fc5d Clippy fixes 2025-01-11 11:43:45 +01:00
mdecimus
3a2df77eb4 Spam filter improvements (closes #947) 2025-01-02 15:43:00 +01:00
mdecimus
8b30c04794 Centralized caching + Bayes token cache 2024-12-29 12:13:07 +01:00
mdecimus
f2b00ccd54 S3-FIFO caching 2024-12-27 19:40:33 +01:00
mdecimus
2cfe467b20 Purge task locking and spam rule fixes] 2024-12-23 15:00:25 +01:00
mdecimus
e7298df610 Port Spam filter to Rust - part 9 2024-12-19 18:12:47 +01:00
mdecimus
07449a3622 Port Spam filter to Rust - part 6 2024-12-15 18:01:17 +01:00
mdecimus
f0d84c8e68 Port Spam filter to Rust - part 3 2024-12-09 17:49:11 +01:00
mdecimus
03d9dabed3 Clippy fixes 2024-12-01 20:13:06 +13:00
mdecimus
a1dbd566fc Minor tokenizer improvements 2024-10-16 10:49:01 +02:00
mdecimus
ec3be62990 Remove inefficient TypesTokenizer peek (fixes #863) 2024-10-15 16:59:05 +02:00
mdecimus
a67f308645 Branding + fixes 2024-09-19 19:39:35 +02:00
mdecimus
f957cbb60f Replace lazy_static and OnceLock with LazyLock 2024-08-09 15:38:19 +02:00
mdecimus
50a2f50e58 REUSE-compliant licensing 2024-06-25 19:57:25 +02:00
mdecimus
ae2a67422f Clippy fixes 2024-06-18 15:30:41 +02:00
mdecimus
0d2e58361b IP addresses trigger R_SUSPICIOUS_URL false positive (closes #461 #419) 2024-05-22 16:52:26 +02:00
mdecimus
cb4d2f15ae Config hot reloading API 2024-03-28 17:21:32 +01:00
mdecimus
170ff38d1f Settings hot reloading - Part 4 2024-03-26 18:40:41 +01:00
mdecimus
b7f9d5ed02 RocksDB optimizations 2023-12-29 17:33:55 +01:00
mdecimus
4301ec16d0 Key/value store access from Sieve scripts 2023-12-12 15:28:21 +01:00
mdecimus
bcc05340b2 FTS storage implementation and background indexing 2023-11-17 14:59:09 +01:00
mdecimus
c2974a172d Added Sync + Send to stemmer trait 2023-10-18 18:16:40 +02:00
mdecimus
0b67f31220 Bayes classifier passing tests 2023-10-15 09:07:19 +02:00
mdecimus
ace58f74eb Bayes classifier 2023-10-11 19:21:11 +02:00
mdecimus
3d9efd363a Bayes classifier, type tokenizer and NLP module reorganization 2023-10-10 18:58:38 +02:00