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<()> {
|
pub async fn run(self: Self) -> Result<()> {
|
||||||
tracing::info!("Starting server on {:#}", self.incoming.local_addr);
|
tracing::info!("Starting server on {:#}", self.incoming.local_addr);
|
||||||
|
|
||||||
let creds = self
|
/*let creds = self
|
||||||
.mailstore
|
.mailstore
|
||||||
.login_provider
|
.login_provider
|
||||||
.login("quentin", "poupou")
|
.login("quentin", "poupou")
|
||||||
.await?;
|
.await?;*/
|
||||||
//let mut mailbox = Mailbox::new(&creds, "TestMailbox".to_string()).await?;
|
//let mut mailbox = Mailbox::new(&creds, "TestMailbox".to_string()).await?;
|
||||||
//mailbox.test().await?;
|
//mailbox.test().await?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue