Closed
Bug 17669
Opened 26 years ago
Closed 26 years ago
API: Implement localStoreType
Categories
(SeaMonkey :: MailNews: Account Configuration, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: skasinathan, Assigned: alecf)
Details
Overview Description:
The attribute 'localStoreType' in nsIMsgIncomingServer.idl returns an error
when accessing from JS. When I try to display the accounts using
/mozilla/mailnews/base/tests/accountmanager/AccountManagerTest.xul, it dumps the
foll. error.
Here come the accounts:
There are 3 Server(s).
Server #0:
Server.QueryInterface = [function]
Server.key = server1
Server.prettyName = qatest37 on nsmail-5
Server.hostName = nsmail-5
Server.port = -1
Server.username = qatest37
Server.type = imap
the localStoreType slot of [nsIMsgIncomingServer: server1]returned an error.
Please file a bug.
JavaScript Error: uncaught exception: [Exception... "Component returned failure
code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIMsgIncomingServer.localStoreType]"
nsresult: "0x8000ffff (NS_ERROR_UNEX
PECTED)" location: "JS frame :: file:///D|/temp/junk/AccountManagerTest.js ::
describe :: line 62" data: no]
Steps to Reproduce:
1. Load the xul file in Mozilla and look at DOS window.
Build Date & Platform Bug Found:
10/30/99 windows debug build.
Additional Information:
Alec, I think the attribute 'localStoreType' is new. Is this attribute
accessible from JS?
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: 'localStoreType' attribute returns an error. → API: Implement localStoreType
Target Milestone: M11
| Assignee | ||
Comment 1•26 years ago
|
||
hehe, this API testing is great... I've been meaning to finish this work, but
lost track of it.
Once I implement localstoretype, then individual protocols won't have to
override GetServerURI() which means we can consolidate username escaping
Updated•26 years ago
|
Target Milestone: M11 → M12
Comment 2•26 years ago
|
||
M12. Wouldn't hold M11 for this.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
I actually fixed this as a part of fixing #17214
Updated•21 years ago
|
Product: Browser → Seamonkey
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•