pjs/mailnews/local/build/nsMsgLocalCID.h

145 строки
4.0 KiB
C

/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#ifndef nsMsgLocalCID_h__
#define nsMsgLocalCID_h__
#include "nsISupports.h"
#include "nsIFactory.h"
#include "nsIComponentManager.h"
//
// nsLocalMailFolderResourceCID
//
#define NS_LOCALMAILFOLDERRESOURCE_PROGID \
NS_RDF_RESOURCE_FACTORY_PROGID_PREFIX "mailbox"
#define NS_LOCALMAILFOLDERRESOURCE_CID \
{ /* e490d22c-cd67-11d2-8cca-0060b0fc14a3 */ \
0xe490d22c, \
0xcd67, \
0x11d2, \
{0x8c, 0xca, 0x00, 0x60, 0xb0, 0xfc, 0x14, 0xa3} \
}
//
// nsPop3IncomingServer
//
#define NS_POP3INCOMINGSERVER_PROGID \
"component://netscape/messenger/server&type=pop3"
#define NS_POP3INCOMINGSERVER_CID \
{ /* D2876E51-E62C-11d2-B7FC-00805F05FFA5 */ \
0xd2876e51, 0xe62c, 0x11d2, \
{0xb7, 0xfc, 0x0, 0x80, 0x5f, 0x5, 0xff, 0xa5 }}
//
// nsMailboxMessageResource
//
#define NS_MAILBOXMESSAGERESOURCE_PROGID \
NS_RDF_RESOURCE_FACTORY_PROGID_PREFIX "mailbox_message"
#define NS_MAILBOXMESSAGERESOURCE_CID \
{ /* b0908e06-dc06-11d2-8a46-0060b0fc04d2*/ \
0xb0908e06,0xdc06, 0x11d2, \
{0x8a, 0x46, 0x00, 0x60, 0xb0, 0xfc, 0x4, 0xd2} }
//
// nsMsgMailboxService
#define NS_MAILBOXSERVICE_PROGID1 \
"component://netscape/messenger/mailboxservice"
#define NS_MAILBOXSERVICE_PROGID2 \
"component://netscape/messenger/messageservice;type=mailbox"
#define NS_MAILBOXSERVICE_PROGID3 \
"component://netscape/messenger/messageservice;type=mailbox_message"
#define NS_MAILBOXSERVICE_PROGID4 \
NS_NETWORK_PROTOCOL_PROGID_PREFIX "mailbox"
#define NS_MAILBOXSERVICE_CID \
{ /* EEF82462-CB69-11d2-8065-006008128C4E */ \
0xeef82462, 0xcb69, 0x11d2, \
{0x80, 0x65, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e}}
//
// nsMailboxUrl
//
#define NS_MAILBOXURL_PROGID \
"component://netscape/messenger/mailboxurl"
/* 46EFCB10-CB6D-11d2-8065-006008128C4E */
#define NS_MAILBOXURL_CID \
{ 0x46efcb10, 0xcb6d, 0x11d2, \
{ 0x80, 0x65, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
//
// nsPop3Url
//
#define NS_POP3URL_PROGID \
"component://netscape/messenger/popurl"
/* EA1B0A11-E6F4-11d2-8070-006008128C4E */
#define NS_POP3URL_CID \
{ 0xea1b0a11, 0xe6f4, 0x11d2, \
{ 0x80, 0x70, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
//
// nsPop3Service
//
#define NS_POP3SERVICE_PROGID1 \
"component://netscape/messenger/popservice"
#define NS_POP3SERVICE_PROGID2 \
NS_NETWORK_PROTOCOL_PROGID_PREFIX "pop3"
#define NS_POP3SERVICE_CID \
{ /* 3BB459E3-D746-11d2-806A-006008128C4E} */ \
0x3bb459e3, 0xd746, 0x11d2, \
{ 0x80, 0x6a, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e }}
//
// nsParseMailMsgState
//
#define NS_PARSEMAILMSGSTATE_PROGID \
"component://netscape/messenger/messagestateparser"
#define NS_PARSEMAILMSGSTATE_CID \
{ /* 2B79AC51-1459-11d3-8097-006008128C4E */ \
0x2b79ac51, 0x1459, 0x11d3, \
{0x80, 0x97, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e} }
//
// nsMsgMailboxParser
//
#define NS_MAILBOXPARSER_PROGID \
"component://netscape/messenger/mailboxparser"
/* 46EFCB10-CB6D-11d2-8065-006008128C4E */
#define NS_MAILBOXPARSER_CID \
{ 0x8597ab60, 0xd4e2, 0x11d2, \
{ 0x80, 0x69, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e } }
#endif // nsMsgLocalCID_h__