fixup! add support for the imap quota extension (RFC 2087)

This commit is contained in:
Edward Rudd 2022-10-18 21:43:52 -04:00
parent df7d6b271f
commit f57dfd4a0c

View file

@ -99,7 +99,7 @@ fn get_greeting() -> String {
}
fn delete_mailbox(s: &mut imap::Session<native_tls::TlsStream<TcpStream>>, mailbox: &str) {
// we are silently eating any error (e.g. mailbox does not exist
// we are silently eating any error (e.g. mailbox does not exist)
s.set_acl(
mailbox,
"cyrus",