diff --git a/mailnews/compose/public/MsgCompGlue.h b/mailnews/compose/public/MsgCompGlue.h deleted file mode 100644 index 3d4a2a132094..000000000000 --- a/mailnews/compose/public/MsgCompGlue.h +++ /dev/null @@ -1,10 +0,0 @@ -// All the definition here after are temporary and must be removed in the future when be defined somewhere else... - -#ifndef _MsgCompGlue_H_ -#define _MsgCompGlue_H_ - -README_NOW: -THIS FILE IS NO LONGER NEEDED BY THE BUILD. IF THIS IS BEING BUILT IN YOUR -TREE, THEN YOUR MAKEFILES/PROJECT FILES ARE NOT CORRECT. - -#endif //_MsgCompGlue_H_ diff --git a/mailnews/compose/public/nsIMsgSend.h b/mailnews/compose/public/nsIMsgSend.h deleted file mode 100644 index e19b860947b6..000000000000 --- a/mailnews/compose/public/nsIMsgSend.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgSend.idl - */ - -#ifndef __gen_nsIMsgSend_h__ -#define __gen_nsIMsgSend_h__ - -THIS SHOULD NO LONGER BE USED BY ANYTHING IN MAILNEWS! THESE ARE GENERATED -FROM IDL! IF YOU ARE INCLUDING THIS FILE, THERE IS SOMETHING WRONG WITH THE -MAKEFILES FOR YOUR TREE - -#endif /* __gen_nsIMsgSend_h__ */ diff --git a/mailnews/compose/public/nsIMsgSendLater.h b/mailnews/compose/public/nsIMsgSendLater.h deleted file mode 100644 index 00b88c9d8bbb..000000000000 --- a/mailnews/compose/public/nsIMsgSendLater.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -*- 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 __nsIMsgSendLater_h__ -#define __nsIMsgSendLater_h__ - -THIS SHOULD NO LONGER BE USED BY ANYTHING IN MAILNEWS! THESE ARE GENERATED -FROM IDL! IF YOU ARE INCLUDING THIS FILE, THERE IS SOMETHING WRONG WITH THE -MAKEFILES FOR YOUR TREE - -#endif /* __nsIMsgSendLater_h__ */ diff --git a/mailnews/compose/public/nsMsgComposeBE.h b/mailnews/compose/public/nsMsgComposeBE.h deleted file mode 100644 index fa9485774d6a..000000000000 --- a/mailnews/compose/public/nsMsgComposeBE.h +++ /dev/null @@ -1,24 +0,0 @@ -/* -*- 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 _nsMsgComposeBE_H_ -#define _nsMsgComposeBE_H_ - -THIS SHOULD NOT LONGER BE NEEDED BY MAIL/NEWS - -#endif /* _nsMsgComposeBE_H_ */ diff --git a/mailnews/compose/src/msgCompGlue.cpp b/mailnews/compose/src/msgCompGlue.cpp deleted file mode 100644 index 2d09571ef1f5..000000000000 --- a/mailnews/compose/src/msgCompGlue.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// -// All the definition here after are temporary...we are close to being done with -// this file -// - -README_NOW: -THIS FILE IS NO LONGER NEEDED BY THE BUILD. IF THIS IS BEING BUILT IN YOUR -TREE, THEN YOUR MAKEFILES/PROJECT FILES ARE NOT CORRECT. \ No newline at end of file diff --git a/mailnews/mime/public/nsIMimeURLUtils.h b/mailnews/mime/public/nsIMimeURLUtils.h deleted file mode 100644 index 03a196c0be64..000000000000 --- a/mailnews/mime/public/nsIMimeURLUtils.h +++ /dev/null @@ -1,60 +0,0 @@ -/* -*- 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. - */ - -/******************************************************************************************************** - - Wrapper class for various parsing URL parsing routines... - -*********************************************************************************************************/ - -#ifndef _nsIMimeURLUtils_h__ -#define _nsIMimeURLUtils_h__ - -#include "nsISupports.h" - -// {9C4DA768-07EB-11d3-8EE5-00A024669799} -#define NS_IMIME_URLUTILS_IID \ - { 0x9c4da768, 0x7eb, 0x11d3, \ - { 0x8e, 0xe5, 0x0, 0xa0, 0x24, 0x66, 0x97, 0x99 } } - -// {9C4DA772-07EB-11d3-8EE5-00A024669799} -#define NS_IMIME_URLUTILS_CID \ - { 0x9c4da772, 0x7eb, 0x11d3, \ - { 0x8e, 0xe5, 0x0, 0xa0, 0x24, 0x66, 0x97, 0x99 } } - - -class nsIMimeURLUtils : public nsISupports { -public: - - static const nsIID& GetIID(void) { static nsIID iid = NS_IMIME_URLUTILS_IID; return iid; } - - NS_IMETHOD URLType(const char *URL, PRInt32 *retType) = 0; - - NS_IMETHOD ReduceURL (char *url, char **retURL) = 0; - - NS_IMETHOD ScanForURLs(const char *input, int32 input_size, - char *output, int output_size, PRBool urls_only) = 0; - - NS_IMETHOD MakeAbsoluteURL(char * absolute_url, char * relative_url, char **retURL) = 0; - - NS_IMETHOD ScanHTMLForURLs(const char* input, char **retBuf) = 0; - - NS_IMETHOD ParseURL(const char *url, int parts_requested, char **returnVal) = 0; -}; - -#endif /* _nsIMimeURLUtils_h__ */ diff --git a/mailnews/mime/public/nsIMsgHeaderParser.h b/mailnews/mime/public/nsIMsgHeaderParser.h deleted file mode 100644 index e3547abb8628..000000000000 --- a/mailnews/mime/public/nsIMsgHeaderParser.h +++ /dev/null @@ -1,142 +0,0 @@ -/* -*- 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. - */ - -/******************************************************************************************************** - - Interface for parsing RFC-822 addresses. - -*********************************************************************************************************/ - -#ifndef nsIMSGHeaderPARSER_h__ -#define nsIMSGHeaderPARSER_h__ - -#include "nsISupports.h" - -#define NS_IMSGHEADERPARSER_IID \ -{ /* 10A88A11-729E-11d2-804A-006008128C4E */ \ - 0x10a88a11, 0x729e, 0x11d2, \ - {0x80, 0x4a, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e} } - -// {932C53A5-F398-11d2-82B7-444553540002} -#define NS_MSGHEADERPARSER_CID \ - { 0x932c53a5, 0xf398, 0x11d2, \ - { 0x82, 0xb7, 0x44, 0x45, 0x53, 0x54, 0x0, 0x2 } } - - /* - * nsIMsgRFCParser Interface declaration - */ - -class nsIMsgHeaderParser: public nsISupports { -public: - - static const nsIID& GetIID(void) { static nsIID iid = NS_IMSGHEADERPARSER_IID; return iid; } - - /* Given a string which contains a list of Header addresses, parses it into - their component names and mailboxes. - - The returned value is the number of addresses, or a negative error code; - the names and addresses are returned into the provided pointers as - consecutive null-terminated strings. It is up to the caller to free them. - Note that some of the strings may be zero-length. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Either of the provided pointers may be NULL if the caller is not interested - in those components. - */ - NS_IMETHOD ParseHeaderAddresses (const char *charset, const char *line, char **names, char **addresses, PRUint32& numAddresses) = 0; - - /* Given a string which contains a list of Header addresses, returns a - comma-seperated list of just the `mailbox' portions. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must call PL_strfree on returnValue (which is allocated by the function) - */ - NS_IMETHOD ExtractHeaderAddressMailboxes (const char *charset, const char *line, char ** mailboxes) = 0; - - - /* Given a string which contains a list of Header addresses, returns a - comma-seperated list of just the `user name' portions. If any of - the addresses doesn't have a name, then the mailbox is used instead. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must PL_strfree usernames. - */ - NS_IMETHOD ExtractHeaderAddressNames (const char *charset, const char *line, char ** userNames) = 0; - - /* Like MSG_ExtractHeaderAddressNames(), but only returns the first name - in the list, if there is more than one. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must call PL_strfree on name - */ - NS_IMETHOD ExtractHeaderAddressName (const char *charset, const char *line, char ** name) = 0; - - /* Given a string which contains a list of Header addresses, returns a new - string with the same data, but inserts missing commas, parses and reformats - it, and wraps long lines with newline-tab. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must call PL_strfree on reformattedAddress - */ - NS_IMETHOD ReformatHeaderAddresses (const char *charset, const char *line, char ** reformattedAddress) = 0; - - /* Returns a copy of ADDRS which may have had some addresses removed. - Addresses are removed if they are already in either ADDRS or OTHER_ADDRS. - (If OTHER_ADDRS contain addresses which are not in ADDRS, they are not - added. That argument is for passing in addresses that were already - mentioned in other header fields.) - - Addresses are considered to be the same if they contain the same mailbox - part (case-insensitive.) Real names and other comments are not compared. - - removeAliasesToMe allows the address parser to use the preference which - contains regular expressions which also mean 'me' for the purpose of - stripping the user's email address(es) out of addrs - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must call PL_strfree on newAddress which is the return value. - */ - NS_IMETHOD RemoveDuplicateAddresses (const char *charset, const char *addrs, const char *other_addrs, PRBool removeAliasesToMe, char ** newAddress) = 0; - - - /* Given an e-mail address and a person's name, cons them together into a - single string of the form "name
", doing all the necessary quoting. - A new string is returned, which you must free when you're done with it. - - The caller may pass nsnull for charset and it will be interpreted as "us-ascii". - - Caller must call PL_strfree on fullAddress - */ - NS_IMETHOD MakeFullAddress (const char *charset, const char* name, const char* addr, char ** fullAddress) = 0; - - /* MSG_ParseHeaderAddresses returns quoted parsable addresses - This function removes the quoting if you want to show the - names to users. e.g. summary file, address book - */ - NS_IMETHOD UnquotePhraseOrAddr (const char *charset, const char *line, char** lineout) = 0; - -}; - -#endif /* nsIMSGHeaderPARSER_h__ */ -