Closed
Bug 434461
Opened 17 years ago
Closed 7 years ago
Problem with XXX.rdf ISP script
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tammer, Unassigned)
Details
Attachments
(1 file)
3.16 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915
Setting of draftFolder/stationeryFolder/fccFolder folder via ISP.rdf wizard is not working.
<NC:incomingServer>
...
<NC:ServerType-imap>
<NC:nsIImapIncomingServer>
<NC:draftFolder>XXX</NC:draftFolder>
<NC:fccFolder>XXX</NC:fccFolder>
...
Reproducible: Always
Steps to Reproduce:
1. set draftFolder/stationeryFolder/fccFolder in ISP.rdf
2. create account via wizard
Actual Results:
The setting of draftFolder/stationeryFolder/fccFolder is not working.
Expected Results:
Set the folders according to draftFolder/stationeryFolder/fccFolder.
I have debugged the AccountWizard.js and it look as if the setDefaultCopiesAndFoldersPrefs() never gets called (defined break point in this routine).
The last thing I can see is that finishAccount() gets called.
In finishAccount() in the if (destIdentity)... the function copyObjectToInterface(destIdentity, accountData.identity, true); is called. But the destIdentity.valid=true; after this call is never reached...
Is this a known problem ???
Comment 1•17 years ago
|
||
MozillaAS v1.7.x is not supported anymore.
Can you reproduce with SeaMonkey v1.1.9 ?
Version: unspecified → 1.7 Branch
Hello,
sorry, this is version "SeaMonkey 1.1.9"...
The build info was from the about page...
about:
SeaMonkey 1.1.9
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915
* Copyright © 1998–2008 by Contributors to
the Mozilla codebase under the Mozilla Public License
and other licenses. All Rights Reserved.
....
Bye
Rainer Tammer
Version: 1.7 Branch → unspecified
Hello,
and the build string was overwritten...
This is the correct build string:
Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9
Bye
Rainer
Windows Vista, SeaMonkey 1.1.9 and SeaMonkey 2.0a1pre
I'm download examples file gmail.rdf from
http://mxr.mozilla.org/mailnews/source/mailnews/base/ispdata/gmail.rdf?raw=1
and save to folder isp/ as
WorksForMe fine.
Description site:
http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks
Hello,
the problem is not that the rdf is not working. The problem is that the draftFolder/stationeryFolder/fccFolder options are not working!! Without these options the account gets created just fine. Unfortunately we do have other names for these folders... (1.500 Users).
Bye
Rainer
In Bug 328180 Attachment "sample rdf to test" ?
This is a working example with the exception of the following settings:
<NC:draftFolder>Draft-Folder</NC:draftFolder>
<NC:fccFolder>FCC-Folder</NC:fccFolder>
Isn't work on SeaMonkey and Thunderbird
Status: UNCONFIRMED → NEW
Component: MailNews: Account Configuration → Networking
Ever confirmed: true
Product: SeaMonkey → Core
Version: unspecified → Trunk
Reporter | ||
Comment 10•17 years ago
|
||
Hello,
do you mean the sample is not working ??
We use this rdf to setup all of our accounts. I have only changed the company specific data...
Bye
Rainer
Comment 11•17 years ago
|
||
Isn't working draftFolder and fccFolder only
Reporter | ||
Comment 12•17 years ago
|
||
Hello,
OK, this is exactly the problem. The rdf is not working for this special folders...
Bye
Rainer
Reporter | ||
Comment 13•16 years ago
|
||
Hello,
any news ??
Bye
Rainer
Updated•16 years ago
|
Assignee: mail → nobody
QA Contact: networking
Updated•16 years ago
|
Component: Networking → Networking: IMAP
Product: Core → MailNews Core
QA Contact: networking → networking.imap
Comment 14•7 years ago
|
||
.rdf ISP setup no longer exists since bug 732106
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•