Files in check-in 562951709ac2a997 ordered by age
File ages are expressed relative to the check-in time of 2024-12-11 06:25:40.
Age | Files | Check-in |
---|---|---|
current |
src/main.rs Cargo.lock |
one more output error (check-in: 562951709a, user: arcade, branch: trunk) |
12.9 hours |
Cargo.toml |
bump crates, fix error sending (check-in: 7f8a9994b3, user: arcade, branch: trunk) |
12.6 days |
README |
update README (check-in: 9a76ed5387, user: arcade, branch: trunk) |
12.6 days |
smtp2tg.toml.example |
This is kindda a HUGE rework. SMTP backend switched from SaMoToP to mailin-embedded, resulting in: * LMTP support dropped (I hope just temporary); * no need to write anything to files as whole processing is done in memory; * this also means we can return status - whether message was sent, was there any errors etc, no internal queue exists now, SMTP server should handle queueing from now on; * possibility to deny mail to unknown/unconfigured recipients. (check-in: 1db9dbe390, user: arcade, branch: trunk) |
121.7 days |
.github/workflows/rust-clippy.yml |
fix spacing (check-in: 2283656bf6, user: arcade, branch: trunk) |
201.8 days |
LICENSE.0BSD |
add LICENSE, README, change how defaults are checked and how they work, make sure socket can be created and elevated (check-in: da7fc7983d, user: arcade, branch: trunk) |