Access token permissions

This commit is contained in:
mdecimus
2024-09-10 18:44:44 +02:00
parent 08a95ae58b
commit fbcf55d8e1
128 changed files with 2415 additions and 906 deletions

View File

@@ -69,7 +69,6 @@ async fn manage_queue() {
// Enable logging
crate::enable_logging();
// Start remote test server
let mut remote = TestServer::new("smtp_manage_queue_remote", REMOTE, true).await;
let _rx = remote.start(&[ServerProtocol::Smtp]).await;