Merge pull request #1613 from deltachat/warn-wrong-pw

Show a better toast and a notification when the password is wrong (because it was changed on the server)
This commit is contained in:
bjoern
2020-07-13 13:12:31 +02:00
committed by GitHub
7 changed files with 67 additions and 13 deletions

View File

@@ -183,7 +183,7 @@ impl Smtp {
.stock_string_repl_str2(
StockMessage::ServerResponse,
format!("SMTP {}:{}", domain, port),
format!("{}, ({:?})", err.to_string(), err),
err.to_string(),
)
.await;