Closed
Bug 182459
Opened 22 years ago
Closed 1 year ago
include port number in "SMTP Connecting" log message
Categories
(MailNews Core :: Networking: SMTP, enhancement)
MailNews Core
Networking: SMTP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
I currenly have:
user_pref("mail.smtpserver.smtp1.hostname", "mail.blabla.dk");
user_pref("mail.smtpserver.smtp1.port", 6725);
but the SMTP log only shows:
0[2c40b8]: SMTP Connecting to: mail.blabla.dk
0[2c40b8]: SMTP entering state: 0
0[2c40b8]: SMTP Response: 220 mail.blabla.dk ESMTP Exim 3.35 #1 Thu, 28 Nov 2002
11:23:09 +0100
it would be nice if it said:
0[2c40b8]: SMTP Connecting to: mail.blabla.dk on port 6725
0[2c40b8]: SMTP entering state: 0
0[2c40b8]: SMTP Response: 220 mail.blabla.dk ESMTP Exim 3.35 #1 Thu, 28 Nov 2002
11:23:09 +0100
20021127
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: mscott → nobody
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
QA Contact: esther → networking.smtp
Updated•16 years ago
|
Blocks: tb-logging
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
This is available nowadays. https://searchfox.org/comm-central/rev/af76c96be9d377ef3cfeaad837ce797a40291526/mailnews/compose/src/SmtpClient.sys.mjs#134
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•