Fix compile with newer imap_proto
This commit is contained in:
parent
3cf13d2260
commit
9a24ca4125
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ fn parse_metadata<'a>(
|
||||||
break Ok(res);
|
break Ok(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
match imap_proto::parse_response(lines) {
|
match imap_proto::parser::parse_response(lines) {
|
||||||
Ok((rest, resp)) => {
|
Ok((rest, resp)) => {
|
||||||
lines = rest;
|
lines = rest;
|
||||||
match resp {
|
match resp {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue