Comment test code again

This commit is contained in:
Quentin 2022-06-03 20:45:14 +02:00
parent c1795e2009
commit 16e66cb563
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ impl Server {
pub async fn run(self: Self) -> Result<()> {
tracing::info!("Starting server on {:#}", self.incoming.local_addr);
let creds = self
/*let creds = self
.mailstore
.login_provider
.login("quentin", "poupou")
.await?;
.await?;*/
//let mut mailbox = Mailbox::new(&creds, "TestMailbox".to_string()).await?;
//mailbox.test().await?;