Implement nsIPop3Service in JavaScript
Categories
(MailNews Core :: Networking: POP, task)
Tracking
(thunderbird_esr91 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: rnons, Assigned: rnons)
References
Details
Attachments
(6 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1556e5bc7a15
Init Pop3ModuleLoader.jsm and Pop3Service.jsm to start implementing POP3 in JS. r=mkmelin
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/240a70cdf612
Add Pop3ProtocolInfo.jsm to implement nsIMsgProtocolInfo. r=mkmelin
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
The protocol state machine will go wrong if multi-line response is parsed as status line.
Add MsgProtocol.jsm to reuse some code.
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/b3ee12ac7c58
Do not parse multi-line response in NntpClient and Pop3Client. r=mkmelin
Comment 10•3 years ago
|
||
Updated•3 years ago
|
Comment 11•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/792df3e17844
Enable pop3-js (mailnews.pop3.jsmodule=true). r=mkmelin
Assignee | ||
Comment 12•3 years ago
|
||
Also update prettyName in MsgIncomingServer.jsm to fix browser_values.js.
Assignee | ||
Updated•3 years ago
|
Comment 13•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/100f7131bc9a
Set urlListener in Pop3Service.verifyLogon to fix browser_mailAccountSetupWizard.js. r=mkmelin
Description
•