Handle other MailboxDatum
This commit is contained in:
parent
4e166fd8e2
commit
fa30a90827
1 changed files with 1 additions and 4 deletions
|
|
@ -300,10 +300,7 @@ pub fn parse_mailbox(
|
||||||
.flags
|
.flags
|
||||||
.extend(flags.into_iter().map(String::from).map(Flag::from));
|
.extend(flags.into_iter().map(String::from).map(Flag::from));
|
||||||
}
|
}
|
||||||
MailboxDatum::List { .. }
|
_ => {}
|
||||||
| MailboxDatum::MetadataSolicited { .. }
|
|
||||||
| MailboxDatum::MetadataUnsolicited { .. }
|
|
||||||
| MailboxDatum::Search { .. } => {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok((rest, Response::Expunge(n))) => {
|
Ok((rest, Response::Expunge(n))) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue