mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
feat: remove MvboxMove and OnlyFetchMvbox
This commit is contained in:
@@ -34,6 +34,7 @@ async fn test_save_load_login_param() -> Result<()> {
|
||||
},
|
||||
user: "alice".to_string(),
|
||||
}],
|
||||
imap_folder: None,
|
||||
imap_user: "".to_string(),
|
||||
imap_password: "foo".to_string(),
|
||||
smtp: vec![ConfiguredServerLoginParam {
|
||||
@@ -142,6 +143,7 @@ async fn test_posteo_alias() -> Result<()> {
|
||||
user: user.to_string(),
|
||||
},
|
||||
],
|
||||
imap_folder: None,
|
||||
imap_user: "alice@posteo.de".to_string(),
|
||||
imap_password: "foobarbaz".to_string(),
|
||||
smtp: vec![
|
||||
@@ -272,6 +274,7 @@ fn dummy_configured_login_param(
|
||||
},
|
||||
user: addr.to_string(),
|
||||
}],
|
||||
imap_folder: None,
|
||||
imap_user: addr.to_string(),
|
||||
imap_password: "foobarbaz".to_string(),
|
||||
smtp: vec![ConfiguredServerLoginParam {
|
||||
|
||||
Reference in New Issue
Block a user