instant-smtp/src/parse
Damian Poddebniak d41e8118f3 EhloOkResp Parser + Type
* ehlo_ok_resp returns `EhloOkResp` now
* Converted some &[u8] parser to &str
* Added unit test
* Changed ehlo_line to accept "AUTH=LOGIN PLAIN" (note the "=")
2020-08-10 15:05:30 +02:00
..
address.rs "Initial" commit. 2020-08-06 16:25:02 +02:00
command.rs EhloOkResp Parser + Type 2020-08-10 15:05:30 +02:00
imf.rs "Initial" commit. 2020-08-06 16:25:02 +02:00
mod.rs "Initial" commit. 2020-08-06 16:25:02 +02:00
replies.rs "Initial" commit. 2020-08-06 16:25:02 +02:00
response.rs EhloOkResp Parser + Type 2020-08-10 15:05:30 +02:00
trace.rs EhloOkResp Parser + Type 2020-08-10 15:05:30 +02:00
utils.rs "Initial" commit. 2020-08-06 16:25:02 +02:00