Closed
Bug 1759956
Opened 4 years ago
Closed 3 years ago
Simplify _actionEHLO in SmtpClient.jsm
Categories
(MailNews Core :: Networking: SMTP, task)
MailNews Core
Networking: SMTP
Tracking
(thunderbird_esr91 wontfix)
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | wontfix |
People
(Reporter: rnons, Assigned: rnons)
Details
Attachments
(1 file)
Many regexps are used in _actionEHLO https://searchfox.org/comm-central/rev/1cdae6109b93fb87202d531ed898e8960f947b49/mailnews/compose/src/SmtpClient.jsm#865-892, should break command.data to lines first, and parse out what we want.
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → remotenonsense
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
status-thunderbird_esr91:
--- → wontfix
Target Milestone: --- → 100 Branch
| Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c75492f625f0
Simplify _actionEHLO in SmtpClient.jsm by parsing line by line. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•