Commit graph

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