diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-22 19:36:27 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-22 19:36:27 +0200 |
commit | 649a7b8b1be97a5d43f48ceff0d3f396fadabbbc (patch) | |
tree | 0b7e6761d2ef5ac7162e4e3666f66731ecde6e99 /aero-proto/src/imap | |
parent | 742beeeafbe46c7677d4af36006f0febd0edb6cd (diff) | |
download | aerogramme-649a7b8b1be97a5d43f48ceff0d3f396fadabbbc.tar.gz aerogramme-649a7b8b1be97a5d43f48ceff0d3f396fadabbbc.zip |
webdav propfind integration tests
Diffstat (limited to 'aero-proto/src/imap')
-rw-r--r-- | aero-proto/src/imap/mailbox_view.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-proto/src/imap/mailbox_view.rs b/aero-proto/src/imap/mailbox_view.rs index de81556..0b808aa 100644 --- a/aero-proto/src/imap/mailbox_view.rs +++ b/aero-proto/src/imap/mailbox_view.rs @@ -638,10 +638,10 @@ mod tests { use imap_codec::ResponseCodec; use std::fs; - use aero_user::cryptoblob; use aero_collections::mail::mailbox::MailMeta; use aero_collections::mail::query::QueryResult; use aero_collections::unique_ident; + use aero_user::cryptoblob; use crate::imap::index::MailIndex; use crate::imap::mime_view; |