Commit graph

36 commits

Author SHA1 Message Date
6008c8dd53
change SMTP ehlo response
Some checks failed
CI / build (push) Failing after 6s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-11-09 19:14:44 -06:00
mdecimus
f4d7270915 Less boring EHLO response 2024-05-28 15:26:33 +02:00
Mauro D
e39724159e v0.1.4 2024-01-31 18:31:14 -03:00
mdecimus
de59c61112 Updated README 2023-12-31 10:40:44 +01:00
mdecimus
b9490df6ec LICENSE change to MIT/Apache 2023-12-31 10:36:54 +01:00
mdecimus
5514046cb2 v0.1.2 2023-12-28 10:01:13 +01:00
mdecimus
5785ea1ab4 SMTP smuggling tests 2023-12-28 09:44:12 +01:00
Mauro D
d5949da111
Merge pull request #4 from amyavi/main
impl std Error for Error struct
2023-09-28 08:04:25 +02:00
amyavi
815791091f
impl std Error for Error struct 2023-09-27 19:30:58 -03:00
mdecimus
d2f81940d9 Clippy fixes 2023-09-01 19:26:34 +02:00
Mauro D
434ede7215 Added Display to Error 2023-05-22 13:07:29 +00:00
Mauro D
72fd0e2da0
Merge pull request #3 from lukaslihotzki/to-digit
refactor: use to_digit instead of custom HEX_MAP
2023-04-03 18:25:19 +02:00
Mauro D
5182d12488 Added fuzzing. 2023-04-03 16:23:30 +00:00
Lukas Lihotzki
70761fb37a refactor: use to_digit instead of custom HEX_MAP 2023-04-03 18:22:01 +02:00
Mauro D
451256fb6c
Merge pull request #2 from lukaslihotzki/define-tokens
refactor: define tokens with macro and const fn
2023-04-03 17:38:09 +02:00
Lukas Lihotzki
20ce422db4 refactor: define tokens with macro and const fn 2023-04-03 15:08:30 +02:00
Mauro D
94c16ce6d7 v0.1.1 2023-02-16 18:11:21 +00:00
Mauro D
d3f7933404
Merge pull request #1 from LeoniePhiline/fix/typo-max-response-length
fix: Typo in `MAX_RESPONSE_LENGTH`
2023-02-16 19:05:49 +01:00
LeoniePhiline
c9b0337801 fix: Typo in MAX_RESPONSE_LENGTH 2023-02-16 01:54:47 +01:00
Mauro D
cf9640069d v0.1.0 2023-01-27 16:01:50 +00:00
Mauro D
1dbb2ab8fc Response parser fix. 2023-01-22 18:20:06 +00:00
Mauro D
47dead6b13 Improved response parsing. 2023-01-20 09:38:32 +00:00
Mauro D
9b1a56a0de EHLO response fix. 2023-01-19 08:25:46 +00:00
Mauro D
d48f0c75b7 Fixed request parser. 2023-01-17 14:00:12 +00:00
Mauro D
25cb048f4d DSN updates. 2023-01-05 18:28:02 +00:00
Mauro D
dc9071ae3c Added AsRef to EhloResponse 2023-01-03 15:29:48 +00:00
Mauro D
a9ee5e3a6c Moved parameters to struct. 2022-12-27 10:53:20 +00:00
Mauro D
3403368e71 LineReceiver implementation. 2022-12-24 16:57:50 +00:00
Mauro D
bb6437dec4 Minor improvements. 2022-12-21 16:51:03 +00:00
Mauro D
81fdbe7151 Improved Response receivers. 2022-12-20 16:30:18 +00:00
Mauro D
97092b606c API updates. 2022-12-18 15:32:42 +00:00
Mauro D
5765b4b9fe Mechanisms as bit sets. 2022-12-09 17:33:10 +00:00
Mauro D
e7df79ef68 Enhances Status Code explanations. 2022-12-05 15:09:17 +00:00
Mauro D
ee947670bd Response parsing 2022-12-04 18:15:15 +00:00
Mauro D
24e0230bab SMTP request parser. 2022-12-03 18:28:10 +00:00
Mauro D
1fe4870438
Initial commit 2022-12-02 08:16:37 +01:00