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
|
||||
.extend(flags.into_iter().map(String::from).map(Flag::from));
|
||||
}
|
||||
MailboxDatum::List { .. }
|
||||
| MailboxDatum::MetadataSolicited { .. }
|
||||
| MailboxDatum::MetadataUnsolicited { .. }
|
||||
| MailboxDatum::Search { .. } => {}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
Ok((rest, Response::Expunge(n))) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue