Codekloeppler
058208992a
Do not panick on healthcheck connection error ( #2145 )
...
* Handle unhappy flow
Fix the healthcheck to handle not only the happy flow, but also errors like "connection refused" or "host unreachable".
* Fix Typo in variable
2025-09-11 12:21:08 +02:00
mdecimus
e10aa551eb
Clippy fixes
2025-08-18 11:44:58 +01:00
mdecimus
b8a86552c4
IMAP: Allow ENABLE UTF8 in IMAPrev1
2025-08-17 22:30:02 +01:00
Codekloeppler
cc46f73720
Add healthcheck w/o credentials to stalwart-cli ( #1880 )
...
* Add healthcheck w/o credentials to stalwart-cli
* Rename enum Response<T> variant
The HealthcheckStatus identifier is not as generic, as it should be.
The Response data format, generated by the function `into_http_response()`
for `JsonProblemResponse`
* Aktualisieren von database.rs
* Healthcheck with direct call
2025-08-09 22:13:26 +02:00
mdecimus
9e129e2406
Update CLI queue API struct
2025-07-17 08:30:01 +02:00
Renato Caldas
58dc0ae0c9
Add DKIM support for stalwart-cli ( #1804 )
...
Also mitigates #1803
2025-07-13 12:02:32 +02:00
Renato Caldas
a9fbfc2a8e
Follow jmap redirections to same host in cli ( #1735 )
...
Fixes #1734
2025-06-28 09:19:00 +02:00
mdecimus
f10ec68d49
Updated copyright notice
2025-06-15 15:09:32 +02:00
mdecimus
cee4149ef4
RFC9698 - JMAPACCESS Extension for IMAP
2025-05-16 16:44:37 +02:00
mdecimus
3f825aaafd
DAV server passing Litmus test suite
2025-05-16 16:20:04 +02:00
mdecimus
44f8ef29e1
Bump to Rust 2024
2025-02-21 09:59:23 +01:00
mdecimus
c9d7db066e
Fix CLI serializer ( closes #1082 )
2025-01-11 16:20:25 +01:00
mdecimus
3612d5fc5d
Clippy fixes
2025-01-11 11:43:45 +01:00
mdecimus
3001493462
Updated CLI deserialization format ( closes #360 closes #553 )
2024-09-20 19:35:15 +02:00
mdecimus
b59f5f1a10
Disabled principal management in CLI + remove trailing / (fixes 595)
2024-09-20 19:18:38 +02:00
mdecimus
a67f308645
Branding + fixes
2024-09-19 19:39:35 +02:00
mdecimus
fbcf55d8e1
Access token permissions
2024-09-10 18:44:44 +02:00
eyJhb
0186c215a5
CLI list advised DNS records for domain ( #705 )
2024-08-23 18:25:18 +02:00
mdecimus
3cb8918d2e
v0.9.0
2024-08-01 17:09:39 +02:00
mdecimus
af199e2b37
Check if blob exists before exporting + Allow NILs in IMAP auth=plain text challenges ( closes #462 #577 )
2024-07-03 15:33:11 +02:00
mdecimus
d8a73cd0e4
TOTP 2FA, App passwords and account disable support ( closes #436 closes #479 )
2024-06-28 12:12:51 +02:00
mdecimus
50a2f50e58
REUSE-compliant licensing
2024-06-25 19:57:25 +02:00
mdecimus
7baa088a19
Fixed Docker UPGRADING instructions
2024-05-15 16:02:36 +02:00
mdecimus
cf6765b70d
FoundationDB fixes
2024-05-10 08:04:34 +02:00
mdecimus
62aa3be182
Updated resources
2024-04-09 11:57:53 +02:00
mdecimus
23edd40fd0
Fixed DKIM public key format
2024-04-08 11:09:02 +02:00
mdecimus
223bd59bab
REST API cleanup
2024-04-01 19:48:59 +02:00
mdecimus
310ce49314
Updated settings REST API
2024-03-11 11:30:12 +01:00
mdecimus
f92027142c
Store quotas as u64
2024-03-05 11:01:59 +01:00
mdecimus
875b1fa744
Store incoming reports in the data store
2024-03-02 12:21:03 +01:00
mdecimus
044ecda98a
Principal update API changes
2024-02-24 20:22:34 +01:00
mdecimus
8027f135bc
Updated REST principal API
2024-02-18 16:48:44 +01:00
mdecimus
6aeadb9cda
Fail2ban and IP address blocking support ( closes #164 )
2024-01-13 12:59:10 +01:00
mdecimus
b7c03445e4
URL and credentials from env for stalwart-cli ( closes #88 )
2024-01-09 18:23:12 +01:00
mdecimus
ffba9b5a61
ACME TLS implementation using TLS-ALPN-01 - closes #160
2024-01-05 18:44:22 +01:00
mdecimus
572ae9b44b
IMAP fixes
2024-01-01 18:09:21 +01:00
mdecimus
b7f9d5ed02
RocksDB optimizations
2023-12-29 17:33:55 +01:00
mdecimus
91e8597998
Internal directory + CLI improvements
2023-12-20 20:09:39 +01:00
mdecimus
d4aca0a8e0
RocksDB stress test fixes + find_merge_thread() bugfix
2023-12-20 17:06:32 +01:00
mdecimus
f7313eecaf
Internal directory + HTTP management API passing tests
2023-12-19 12:38:46 +01:00
mdecimus
ea94de6d77
CLI account management + Directory refactoring
2023-12-18 22:25:42 +01:00
mdecimus
0b67f31220
Bayes classifier passing tests
2023-10-15 09:07:19 +02:00
mdecimus
3d9efd363a
Bayes classifier, type tokenizer and NLP module reorganization
2023-10-10 18:58:38 +02:00
mdecimus
c2e909a09f
Automatic retry for import/export blob downloads ( #14 )
2023-08-01 19:11:59 +02:00
mdecimus
8046838ed5
Added license.
2023-07-15 21:14:34 +02:00
mdecimus
c1ae11c84b
Install script fixes, moved SMTP management API to JMAP listener.
2023-07-14 16:38:13 +02:00
mdecimus
705762c312
Fixed logging, clippy suggestions and organized configuration directives.
2023-07-07 19:08:07 +02:00
mdecimus
fac3273f10
CLI import/export tested.
2023-07-06 17:28:45 +02:00
mdecimus
1f4204c6bf
Principal querying support + Draft import/export CLI implementation
2023-07-05 19:34:57 +02:00
mdecimus
b30e022480
Imported Stalwart CLI crate.
2023-07-03 18:48:43 +02:00