mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
adding a contract id for the imap service, so I can clean up some code
This commit is contained in:
parent
7846d1c668
commit
a006c74fa9
@ -88,6 +88,10 @@ static const nsModuleComponentInfo gComponents[] = {
|
||||
"@mozilla.org/messenger/messageservice;1?type=imap",
|
||||
nsImapServiceConstructor },
|
||||
|
||||
{ "IMAP Service", NS_IMAPSERVICE_CID,
|
||||
NS_IMAPSERVICE_CONTRACTID,
|
||||
nsImapServiceConstructor },
|
||||
|
||||
{ "IMAP Protocol Handler", NS_IMAPSERVICE_CID,
|
||||
NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "imap", nsImapServiceConstructor},
|
||||
|
||||
|
@ -54,6 +54,9 @@
|
||||
#define NS_IMAPINCOMINGSERVER_CONTRACTID \
|
||||
NS_MSGINCOMINGSERVER_CONTRACTID_PREFIX "imap"
|
||||
|
||||
#define NS_IMAPSERVICE_CONTRACTID \
|
||||
"@mozilla.org/messenger/imapservice;1"
|
||||
|
||||
#define NS_IMAPSERVICE_CID \
|
||||
{ /* C5852B22-EBE2-11d2-95AD-000064657374 */ \
|
||||
0xc5852b22, 0xebe2, 0x11d2, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user