Closed
Bug 328175
Opened 20 years ago
Closed 20 years ago
ISP files: can't force smtp server creation
Categories
(Thunderbird :: Account Manager, defect)
Thunderbird
Account Manager
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: y.rouillard, Assigned: y.rouillard)
Details
(Keywords: fixed1.8.1)
Attachments
(2 files)
2.25 KB,
application/rdf+xml
|
Details | |
895 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060210 Ubuntu/dapper Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060210 Ubuntu/dapper Firefox/1.5.0.1
When using isp rdf file to customize Account Wizard, it seems the smtpCreateNewServer option is not taken in account. If a default smtp server exists, it is always used instead.
Reproducible: Always
Steps to Reproduce:
1. Put the isp_example.rdf file attached in the defaults/isp directory
2. launch the wizard, create a standard dummy account (not the Imap test account)
3. re-launch the wizard to create Imap test account
4. go to the server page
Actual Results:
the server page says the existing smtp server will be used.
Expected Results:
As we requested to create a new smtp server, we should be allowed to enter a new smtp server.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
This patch allows the smtp hostname editable field to be shown in the server page if smtpCreateNewServer was set to true in the isp rdf file.
Assignee | ||
Comment 3•20 years ago
|
||
This bug is part of a serie of bug I filled about bugs/feature in isp rdf files,
see:
https://bugzilla.mozilla.org/show_bug.cgi?id=328174
https://bugzilla.mozilla.org/show_bug.cgi?id=328175
https://bugzilla.mozilla.org/show_bug.cgi?id=328178
https://bugzilla.mozilla.org/show_bug.cgi?id=328180
Updated•20 years ago
|
Attachment #212727 -
Flags: review?(bienvenu)
Updated•20 years ago
|
Assignee: mscott → y.rouillard
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Thunderbird2.0
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed1.8.1
Comment 4•19 years ago
|
||
Comment on attachment 212727 [details] [diff] [review]
Patch which allows the smtpCreateNewServer option to work
forgot to mark this reviewed.
Attachment #212727 -
Flags: review?(bienvenu) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•