Expunge holds a Seq

This commit is contained in:
Jon Gjengset 2020-05-18 14:10:28 -04:00
parent bba277b29d
commit 464c59e6c1
No known key found for this signature in database
GPG key ID: 3CB1EC545A706318

View file

@ -261,7 +261,7 @@ pub enum UnsolicitedResponse {
/// "higher to lower server" will send successive untagged `EXPUNGE` responses for message
/// sequence numbers 9, 8, 7, 6, and 5.
// TODO: the spec doesn't seem to say anything about when these may be received as unsolicited?
Expunge(u32),
Expunge(Seq),
}
/// This type wraps an input stream and a type that was constructed by parsing that input stream,