Malte Meiboom
e6c6bf87d9
Add locals add and remove subcommands
...
- `locals add` adds a local (unintroduced) certificate for encryption.
- `locals remove` removes/deacivates a local certificate.
- Overall cleanup
2026-05-19 16:07:48 +02:00
Malte Meiboom
14dca91d92
Move logging config to main configuration file.
...
- Move the content of what was stored in log4rs.yml into the main config
file, so that there is just one file to parse to get the complete
configuration.
- Create the global switch `--home` to pass/overload the value for
SEQUOIA_HOME in the configuration file.
2026-05-18 11:11:22 +02:00
Malte Meiboom
21b45d1702
Some cleanups
...
- Remove unused errors.
- Add doc comments.
2026-05-06 16:30:42 +02:00
Malte Meiboom
f2260bc335
Move crypto.rs into common
...
- Refactor code and move crypto.rs into the common subdirectory.
- Fixed comments
2026-05-06 12:34:21 +02:00
Malte Meiboom
5f50624478
Add escape/unescape helpers for regexes
...
- Add helpers for escape/unescape control characters used in regular
expressions.
2026-04-30 12:57:23 +02:00
Malte Meiboom
799f6eb588
Complete skeleton dispatcher
...
- Complete the dispatcher for the 'introducer' and 'local' command. This
is currently only a skeleton.
- The 'introducer list' command is added.
2026-04-27 13:17:03 +02:00
Malte Meiboom
c33feb1ee7
First dispatcher
...
- Create (sub)command structure.
- First experimental dispatcher to start the daemon.
2026-02-22 12:51:05 +01:00
Malte Meiboom
b7e01a446c
Refactoring loading of config file
...
- let `HuskConfig::load` return a `Result` instead of an `Option`.
- added comments
2026-01-05 12:32:30 +01:00
Malte Meiboom
23c698f445
Start collecting recipients
...
- Collect recipients for processed email.
- Add proper email parsing
2025-12-11 11:53:55 +01:00
Malte Meiboom
56647806b7
Steps towards encryption
...
- Added certstore and retrieval of the local trust root.
- Major work on keeping the context between calls to the milter.
- Added a context for an email in processing
- Added Husk specific errors
2025-12-09 12:11:07 +01:00
Malte Meiboom
a729a5b626
Add anyhow and configurable TcpListener
...
- add anyhow to Cargo.toml
- make the connection parameter (for the TcpListener) configurable
2025-11-12 12:10:03 +01:00
malte
d843c08425
Initial commit
...
- rough filestructure
- first simplistic daemon
2025-11-06 11:38:20 +01:00