From 69b39560f9ffc44cca0a7fd6e1d1dc7abee47f52 Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Wed, 24 Mar 1999 21:49:55 +0000 Subject: [PATCH] First Checked In. --- db/mdb/public/MANIFEST | 19 ++++++++++++++++ mailnews/base/build/MANIFEST | 19 ++++++++++++++++ mailnews/base/public/MANIFEST | 38 +++++++++++++++++++++++++++++++ mailnews/base/src/MANIFEST | 20 ++++++++++++++++ mailnews/base/util/MANIFEST | 24 +++++++++++++++++++ mailnews/compose/public/MANIFEST | 29 +++++++++++++++++++++++ mailnews/db/mdb/public/MANIFEST | 0 mailnews/db/msgdb/public/MANIFEST | 28 +++++++++++++++++++++++ mailnews/local/public/MANIFEST | 24 +++++++++++++++++++ mailnews/mime/public/MANIFEST | 21 +++++++++++++++++ mailnews/news/public/MANIFEST | 27 ++++++++++++++++++++++ mailnews/news/src/MANIFEST | 25 ++++++++++++++++++++ mailnews/public/MANIFEST | 20 ++++++++++++++++ 13 files changed, 294 insertions(+) create mode 100644 db/mdb/public/MANIFEST create mode 100644 mailnews/base/build/MANIFEST create mode 100644 mailnews/base/public/MANIFEST create mode 100644 mailnews/base/src/MANIFEST create mode 100644 mailnews/base/util/MANIFEST create mode 100644 mailnews/compose/public/MANIFEST create mode 100644 mailnews/db/mdb/public/MANIFEST create mode 100644 mailnews/db/msgdb/public/MANIFEST create mode 100644 mailnews/local/public/MANIFEST create mode 100644 mailnews/mime/public/MANIFEST create mode 100644 mailnews/news/public/MANIFEST create mode 100644 mailnews/news/src/MANIFEST create mode 100644 mailnews/public/MANIFEST diff --git a/db/mdb/public/MANIFEST b/db/mdb/public/MANIFEST new file mode 100644 index 00000000000..e356c338e1c --- /dev/null +++ b/db/mdb/public/MANIFEST @@ -0,0 +1,19 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +mdb.h \ No newline at end of file diff --git a/mailnews/base/build/MANIFEST b/mailnews/base/build/MANIFEST new file mode 100644 index 00000000000..fdeb6b390d2 --- /dev/null +++ b/mailnews/base/build/MANIFEST @@ -0,0 +1,19 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsMsgBaseCID.h diff --git a/mailnews/base/public/MANIFEST b/mailnews/base/public/MANIFEST new file mode 100644 index 00000000000..ee023fddc69 --- /dev/null +++ b/mailnews/base/public/MANIFEST @@ -0,0 +1,38 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsIMessenger.h +nsIMsgRFC822Parser.h +msgCore.h +nsMsgFolderFlags.h +nsMsgLocalFolderHdrs.h +nsMsgHeaderMasks.h +nsMsgMessageFlags.h +nsIMsgHost.h +nsIMsgGroupRecord.h +nsIFolder.h +nsIMsg.h +nsIMsgFolder.h +nsIMsgRDFFolder.h +nsIMsgMailNewsUrl.h +nsIUrlListenerManager.h +nsIUrlListener.h +nsIFolderListener.h +nsIMsgMailSession.h +nsIMsgIdentity.h +nsIDOMMsgAppCore.h diff --git a/mailnews/base/src/MANIFEST b/mailnews/base/src/MANIFEST new file mode 100644 index 00000000000..2ed9496fb22 --- /dev/null +++ b/mailnews/base/src/MANIFEST @@ -0,0 +1,20 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsMsgRFC822Parser.h +nsMsgKeyArray.h diff --git a/mailnews/base/util/MANIFEST b/mailnews/base/util/MANIFEST new file mode 100644 index 00000000000..d30ec1e8e19 --- /dev/null +++ b/mailnews/base/util/MANIFEST @@ -0,0 +1,24 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsMsgLineBuffer.h +nsMsgGroupRecord.h +nsUInt32Array.h +nsNewsSet.h +nsMsgFolder.h +nsLocalFolderSummarySpec.h diff --git a/mailnews/compose/public/MANIFEST b/mailnews/compose/public/MANIFEST new file mode 100644 index 00000000000..68b820fc043 --- /dev/null +++ b/mailnews/compose/public/MANIFEST @@ -0,0 +1,29 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsIMsgCompose.h +nsMsgComposeFact.h +nsIMsgCompFields.h +nsMsgCompFieldsFact.h +nsIMsgSend.h +nsMsgSendFact.h +nsISmtpUrl.h +nsISmtpService.h +MsgCompGlue.h +nsIDOMComposeAppCore.h +nsIComposer.h diff --git a/mailnews/db/mdb/public/MANIFEST b/mailnews/db/mdb/public/MANIFEST new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mailnews/db/msgdb/public/MANIFEST b/mailnews/db/msgdb/public/MANIFEST new file mode 100644 index 00000000000..15c01e9ac65 --- /dev/null +++ b/mailnews/db/msgdb/public/MANIFEST @@ -0,0 +1,28 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsIMsgDatabase.h +nsMsgDatabase.h +nsMailDatabase.h +nsImapMailDatabase.h +nsNewsDatabase.h +nsDBFolderInfo.h +nsMsgHdr.h +nsIDBChangeListener.h +nsIDBFolderInfo.h +nsIMessage.h diff --git a/mailnews/local/public/MANIFEST b/mailnews/local/public/MANIFEST new file mode 100644 index 00000000000..2d084684fb5 --- /dev/null +++ b/mailnews/local/public/MANIFEST @@ -0,0 +1,24 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsIRDFMSGFolderDataSource.h +nsIPop3Sink.h +nsIPop3URL.h +nsIMailboxUrl.h +nsIMailboxService.h +nsIPop3Service.h diff --git a/mailnews/mime/public/MANIFEST b/mailnews/mime/public/MANIFEST new file mode 100644 index 00000000000..b95b35b8308 --- /dev/null +++ b/mailnews/mime/public/MANIFEST @@ -0,0 +1,21 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsIStreamConverter.h +nsIMimeObjectClassAccess.h +nsIMimeHeaderConverter.h diff --git a/mailnews/news/public/MANIFEST b/mailnews/news/public/MANIFEST new file mode 100644 index 00000000000..1938eb033b9 --- /dev/null +++ b/mailnews/news/public/MANIFEST @@ -0,0 +1,27 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsINNTPNewsgroupList.h +nsINNTPCategory.h +nsINNTPCategoryContainer.h +nsINNTPHost.h +nsINNTPNewsgroup.h +nsIMsgOfflineNewsState.h +nsINNTPArticleList.h +nsINntpUrl.h +nsINNTPNewsgroupPost.h diff --git a/mailnews/news/src/MANIFEST b/mailnews/news/src/MANIFEST new file mode 100644 index 00000000000..d3714c38ae0 --- /dev/null +++ b/mailnews/news/src/MANIFEST @@ -0,0 +1,25 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +nsNNTPProtocol.h +nsNntpUrl.h +nsNNTPArticleSet.h +nsNNTPNewsgroupList.h +nsNNTPNewsgroup.h +nntpCore.h +nsNNTPNewsgroupPost.h diff --git a/mailnews/public/MANIFEST b/mailnews/public/MANIFEST new file mode 100644 index 00000000000..2362365bf14 --- /dev/null +++ b/mailnews/public/MANIFEST @@ -0,0 +1,20 @@ +# 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. +# +# This is a list of local files which get copied to the mozilla:dist:mailnews directory +# + +MailNewsTypes.h +rosetta_mailnews.h