Closed
Bug 14354
Opened 25 years ago
Closed 24 years ago
UI and backend support for non-default ports
Categories
(MailNews Core :: Backend, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: sspitzer, Assigned: alecf)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
Details | Diff | Splinter Review |
we need to add to our account setup and account wizard ui to allow users to
enter non-default ports for pop,nntp,imap server NOT on the default ports.
obviously, there is some backend work that needs to be done here.
in addition, we have to make it so when you migrate from 4.x this gets info gets
migrated properly
Assignee | ||
Comment 1•25 years ago
|
||
I vote for post-PR1 :)
The wizard should not have the port settings, as we're trying to keep that as
simple as possible. But it definately needs to go into the account setup pane.
Updated•25 years ago
|
Assignee: phil → alecf
Target Milestone: M15
Comment 2•25 years ago
|
||
Reassign to alecf for M15
Comment 3•25 years ago
|
||
I'll implement the protocol back end support for this Alec. Just ping me when
you go to work on it and I'll help out.
Blocks: 10791
Summary: UI and backend work needed to support pop,nntp,imap server NOT on the default ports → [FEATURE] UI and backend work needed to support pop,nntp,imap server NOT on the default ports
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Comment 4•25 years ago
|
||
adding dependencies.
Reporter | ||
Comment 5•25 years ago
|
||
adding dependency
Assignee | ||
Comment 6•25 years ago
|
||
attaching a patch for IMAP port support and adding pav to CC because he cares
Assignee | ||
Comment 7•25 years ago
|
||
Assignee | ||
Comment 8•25 years ago
|
||
we still need to add support for protocol-type port defaults so we don't have to
hardcode it in every port... this will be added to nsIMsgProtocolInfo, like
defaultLocalPath is.
Assignee | ||
Comment 9•25 years ago
|
||
oops, this is already in nsIProtocolHandler, we should leverage that.
Comment 10•25 years ago
|
||
r=mscott in case you needed a review.
Assignee | ||
Comment 11•25 years ago
|
||
ok, the IMAP port support has gone in.
Comment 12•25 years ago
|
||
*** Bug 28573 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•25 years ago
|
||
updating summary so that "port" is in the first 40 chars :)
Summary: [FEATURE] UI and backend work needed to support pop,nntp,imap server NOT on the default ports → [FEATURE] UI and backend support for non-default ports
Updated•25 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 14•25 years ago
|
||
not a feature per say, taking off feature radar
Summary: [FEATURE] UI and backend support for non-default ports → UI and backend support for non-default ports
Target Milestone: M15 → M17
Comment 15•25 years ago
|
||
Adding nbaca as qa contact to check the UI implementation.
QA Contact: lchiang → nbaca
Comment 16•25 years ago
|
||
The original description only mentions POP, IMAP and NNTP. We also need to have
user-selectable ports for SMTP. This would get us a functional, if not
beautiful, implementation of Message Submission Protocol (see bug 2679)
Comment 17•24 years ago
|
||
mass moving to M18 and adding nsbeta3 keyword
Keywords: nsbeta3
Target Milestone: M17 → M18
Assignee | ||
Comment 18•24 years ago
|
||
this is probably pretty close to done. I'm quite sure it works on POP and almost
as certain that it works on IMAP. dunno 'bout news
Assignee | ||
Comment 19•24 years ago
|
||
oh my god, this is old. This is already in for beta2.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 20•24 years ago
|
||
Build 2000-09-11-08M18: NT4, Linux 6.0, Mac 9.04
The UI ports are there and accept different numeric port settings.
Alec: I don't see an SMTP port setting, should it be there?
Assignee | ||
Comment 21•24 years ago
|
||
oh yeah, I totally forgot about SMTP - yeah, I guess there should be
let's do a different bug
I don't think SMTP on multiple ports is really important for ns6 though, so I'll
future that bug when you file it :)
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•