Comment test code again
This commit is contained in:
parent
c1795e2009
commit
16e66cb563
1 changed files with 2 additions and 2 deletions
|
@ -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?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue