mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
WIP: feat: add option to process unencrypted messages
This commit is contained in:
@@ -147,6 +147,8 @@ Sent with my Delta Chat Messenger: https://delta.chat";
|
||||
let mut tcm = TestContextManager::new();
|
||||
let bob = &tcm.bob().await;
|
||||
bob.set_config_bool(Config::IsChatmail, true).await?;
|
||||
bob.set_config_bool(Config::ProcessUnencrypted, true)
|
||||
.await?;
|
||||
let bob_chat_id = receive_imf(
|
||||
bob,
|
||||
b"From: alice@example.org\n\
|
||||
|
||||
Reference in New Issue
Block a user