aboutsummaryrefslogtreecommitdiff
path: root/aero-proto/src
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-05-22 19:36:27 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-05-22 19:36:27 +0200
commit649a7b8b1be97a5d43f48ceff0d3f396fadabbbc (patch)
tree0b7e6761d2ef5ac7162e4e3666f66731ecde6e99 /aero-proto/src
parent742beeeafbe46c7677d4af36006f0febd0edb6cd (diff)
downloadaerogramme-649a7b8b1be97a5d43f48ceff0d3f396fadabbbc.tar.gz
aerogramme-649a7b8b1be97a5d43f48ceff0d3f396fadabbbc.zip
webdav propfind integration tests
Diffstat (limited to 'aero-proto/src')
-rw-r--r--aero-proto/src/imap/mailbox_view.rs2
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;