aboutsummaryrefslogtreecommitdiff
path: root/src/mailbox.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-07 13:46:13 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-07 13:46:13 +0200
commitcbcc339d50fc2c30e51776c3a60818190ffb4f23 (patch)
tree268938d6c45b1323cea34949c6712f544d9ac00e /src/mailbox.rs
parent93f943aa802163eb47feef592c1504112e4588c5 (diff)
downloadaerogramme-cbcc339d50fc2c30e51776c3a60818190ffb4f23.tar.gz
aerogramme-cbcc339d50fc2c30e51776c3a60818190ffb4f23.zip
Start implementing other endpoints
Diffstat (limited to 'src/mailbox.rs')
-rw-r--r--src/mailbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailbox.rs b/src/mailbox.rs
index a20ca15..204b487 100644
--- a/src/mailbox.rs
+++ b/src/mailbox.rs
@@ -20,7 +20,7 @@ pub struct Mailbox {
}
impl Mailbox {
- pub async fn new(creds: &Credentials, name: String) -> Result<Self> {
+ pub fn new(creds: &Credentials, name: String) -> Result<Self> {
let uid_index = Bayou::<UidIndex>::new(creds, name.clone())?;
Ok(Self {