mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Better SMTP ErrorNetwork message
It uses stock string, just as for IMAP errors, and is distinguishable from IMAP errors: protocol is specified in the error message now.
This commit is contained in:
@@ -269,7 +269,7 @@ impl Imap {
|
||||
let imap_port = config.imap_port;
|
||||
context.stock_string_repl_str2(
|
||||
StockMessage::ServerResponse,
|
||||
format!("{}:{}", imap_server, imap_port),
|
||||
format!("IMAP {}:{}", imap_server, imap_port),
|
||||
err.to_string(),
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user