Ancestors of file src/main.rs from check-in 3d13e7f81d
2024-12-28
| ||
09:27 | fix markdown, condense From: and Date: to one line (better rework that later) file: [9c6050fb77] check-in: [3d13e7f81d] user: arcade, branch: trunk, size: 10444 [annotate] [blame] [check-ins using] [diff] | |
2024-12-27
| ||
15:29 | bump, add option to filter header fields and also add "Date:" by default file: [64a6b71a91] check-in: [28fde40f7a] user: arcade, branch: trunk, size: 10297 [annotate] [blame] [check-ins using] [diff] | |
2024-12-11
| ||
06:25 | one more output error file: [a10b8e47fa] check-in: [562951709a] user: arcade, branch: trunk, size: 9751 [annotate] [blame] [check-ins using] [diff] | |
2024-12-10
| ||
17:29 | bump crates, fix error sending file: [bccbf7228d] check-in: [7f8a9994b3] user: arcade, branch: trunk, size: 9749 [annotate] [blame] [check-ins using] [diff] | |
2024-11-28
| ||
15:44 | 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. file: [931424421b] check-in: [1db9dbe390] user: arcade, branch: trunk, size: 9741 [annotate] [blame] [check-ins using] [diff] | |
2024-06-15
| ||
10:18 | use more, add real versions, just yank in text lines file: [7aeca7c38c] check-in: [866aad57a4] user: arcade, branch: trunk, size: 9934 [annotate] [blame] [check-ins using] [diff] | |
2024-06-13
| ||
07:53 | v0.2.2: drop env_logger due to security issues file: [30f21fcc68] check-in: [b311abee46] user: arcade, branch: trunk, size: 10007 [annotate] [blame] [check-ins using] [diff] | |
2024-06-11
| ||
18:39 | v0.2.1: bump, add rustls and some throttling file: [5f32e40450] check-in: [ce79786e06] user: arcade, branch: trunk, size: 10029 [annotate] [blame] [check-ins using] [diff] | |
2024-05-26
| ||
09:20 | bail for 5 minutes on error file: [bf2d049c4a] check-in: [37a0139d49] user: arcade, branch: trunk, size: 10072 [annotate] [blame] [check-ins using] [diff] | |
09:17 | ver 0.2.0 - switching to Teloxide for now file: [2e0e9ab78d] check-in: [f4cad2a5c0] user: arcade, branch: trunk, size: 10073 [annotate] [blame] [check-ins using] [diff] | |
2024-05-24
| ||
05:23 | rewamp error handling, also old mail is not deleted now when something fails file: [51f665b0f6] check-in: [e81897ec87] user: arcade, branch: trunk, size: 9307 [annotate] [blame] [check-ins using] [diff] | |
2024-05-23
| ||
14:00 | add more logging, actually send attachments as replies to the email file: [b5c79e7814] check-in: [31aec3c4b0] user: arcade, branch: trunk, size: 9099 [annotate] [blame] [check-ins using] [diff] | |
11:11 | add LICENSE, README, change how defaults are checked and how they work, make sure socket can be created and elevated file: [c4a8eb25d5] check-in: [da7fc7983d] user: arcade, branch: trunk, size: 8798 [annotate] [blame] [check-ins using] [diff] | |
2024-05-22
| ||
19:09 | also parse Sender header file: [921384dec4] check-in: [9c12e26fb6] user: arcade, branch: trunk, size: 7382 [annotate] [blame] [check-ins using] [diff] | |
15:11 | fix parsing a little... file: [2053558805] check-in: [03fe0265ac] user: arcade, branch: trunk, size: 7332 [annotate] [blame] [check-ins using] [diff] | |
13:39 | mess with header/body formatting file: [1db19902b5] check-in: [667b874fdb] user: arcade, branch: trunk, size: 7142 [annotate] [blame] [check-ins using] [diff] | |
13:31 | use LMTP for socket server file: [e0c853214b] check-in: [51adce1e7e] user: arcade, branch: trunk, size: 7084 [annotate] [blame] [check-ins using] [diff] | |
13:00 | well, it kindda works... file: [9d854f6a4d] check-in: [61238a3618] user: arcade, branch: trunk, size: 7017 [annotate] [blame] [check-ins using] [diff] | |
2024-05-21
| ||
15:15 | Added: first attempt file: [e3b638f58c] check-in: [7620f854a7] user: arcade, branch: trunk, size: 3980 [annotate] [blame] [check-ins using] | |