fixup! add support for the imap quota extension (RFC 2087)
This commit is contained in:
parent
df7d6b271f
commit
f57dfd4a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue