re-enable imap behavior tests
This commit is contained in:
parent
f9fab60e5e
commit
3a8b45a0b1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ use crate::common::fragments::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// IMAP
|
// IMAP
|
||||||
/*rfc3501_imap4rev1_base();
|
rfc3501_imap4rev1_base();
|
||||||
rfc6851_imapext_move();
|
rfc6851_imapext_move();
|
||||||
rfc4551_imapext_condstore();
|
rfc4551_imapext_condstore();
|
||||||
rfc2177_imapext_idle();
|
rfc2177_imapext_idle();
|
||||||
|
@ -14,7 +14,7 @@ fn main() {
|
||||||
rfc3691_imapext_unselect();
|
rfc3691_imapext_unselect();
|
||||||
rfc7888_imapext_literal();
|
rfc7888_imapext_literal();
|
||||||
rfc4315_imapext_uidplus();
|
rfc4315_imapext_uidplus();
|
||||||
rfc5819_imapext_liststatus();*/
|
rfc5819_imapext_liststatus();
|
||||||
|
|
||||||
// WebDAV
|
// WebDAV
|
||||||
rfc4918_webdav_core();
|
rfc4918_webdav_core();
|
||||||
|
|
Loading…
Reference in a new issue