We are writing a custom (non browser) chrome application - we wish
to script some of the services described in the XPCOM documentation,
particularly those related to mail. The development is being done
in a Firefox directory, but we can't seem to find any of the component
classes to deliver the service.
That is, the script:
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
alert("Returned component class = "
+ Components.classes["@mozilla.org/messenger/popservice;1"]);
returns 'undefined'.
Am I to assume that as we are doing this in a Firefox install, there are
some missing libraries? If so how to I get to the services and
interfaces described in the XPCOM/Mail category of components.
Thanks
Ken
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom