Closed
Bug 11498
Opened 25 years ago
Closed 25 years ago
nsIMsgSendLater needs to be accessible
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: ppandit, Assigned: rhp)
Details
Attachments
(1 file)
4.05 KB,
text/html
|
Details |
using a debug build from August 6
In a testcase, the following code was written:
service =
Components.classes['component://netscape/messengercompose/sendlater'].getService
();
dump("Got the sendlater service: " + service + "\n");
sendlatersesession =
service.QueryInterface(Components.interfaces.nsIMsgSendLater);
dump("Got the draft session: " + sendlatersesession + "\n");
When running it, get the following result:
JavaScript error: Components.classes["component://netscape/messengercompose/send
later"] has no properties
URL: file:///K|/suites/mail/mncompose007.html LineNo: 48
Par
Updated•25 years ago
|
Target Milestone: M10
Comment 2•25 years ago
|
||
setting M10 to move off radar. JFD, please mark the correct target when you get
a chance.
Updated•25 years ago
|
Assignee: ducarroz → rhp
Comment 3•25 years ago
|
||
Rich is responsoble for nsIMsgSendLater. Reassign to him
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
Have this fixed in my tree...will checkin when the tree opens.
- rhp
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Checked in a fix last night...should work also.
- rhp
VERIFIED using mncompose007.html and a debug build on August 18.
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
•