Граф коммитов

341 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 24bb1053d1 Fix memory leak, bug 4851 1999-04-13 22:56:46 +00:00
alecf%netscape.com 3da62530e2 fix a whole bunch of signed/unsigned problems, and use new nsQuickSort routine 1999-04-13 21:01:32 +00:00
nhotta%netscape.com 6d3502a293 nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
chuang%netscape.com 260026da45 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
jdunn%netscape.com 5551f03315 fix compiler error (NS_DECL_ISUPPORTS shouldn't befollowed by a ';' 1999-04-12 20:47:08 +00:00
jdunn%netscape.com 88caa60faa fix native compiler error (NS_DECL_ISUPPORTS should not have ';' 1999-04-12 20:46:09 +00:00
braddr%puremagic.com f539d41e97 oops.. $(ZLIB_LIB) -> $(ZLIB_LIBS) 1999-04-12 07:06:05 +00:00
braddr%puremagic.com 82c03050ce Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
braddr%puremagic.com 3bc610b54b -lz should be -lzlib 1999-04-11 22:37:49 +00:00
nhotta%netscape.com 1b22dab155 CSID -> charset name 1999-04-10 05:03:24 +00:00
nhotta%netscape.com 8b75acccf7 MIME encoder utf-8 support. 1999-04-10 01:00:15 +00:00
sspitzer%netscape.com f6f3a773d2 changes to get the tree to build when the libIDL rpms are installed 1999-04-10 00:41:03 +00:00
sspitzer%netscape.com ee60f320be changes to make the tests build 1999-04-10 00:34:04 +00:00
alecf%netscape.com a59c1f713c get the SMTP prefs from the current identity 1999-04-06 22:49:27 +00:00
alecf%netscape.com 6cf60d5822 get composition prefs from the current identity 1999-04-06 22:49:03 +00:00
nhotta%netscape.com 7305376997 Changed to use unicode converter and related changes. 1999-04-06 21:46:15 +00:00
ducarroz%netscape.com a1d5e9f613 Don't need to link with msgCoreUtil.lib 1999-04-06 18:22:31 +00:00
alecf%netscape.com 3bc785d95b resolve libreg unresolved symbols 1999-04-06 04:54:00 +00:00
mscott%netscape.com a574c5cc04 Updates to how we generate components in create instance. All the NS_New*** objects require an interface ID now and they return a ref counted object. 1999-04-06 03:24:04 +00:00
mscott%netscape.com e41a83346e NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend all take interface IDs. 1999-04-06 03:23:22 +00:00
mscott%netscape.com 221e1adbb7 NS_NewComposer and NS_NewComposerBootstrap take interface IDs. 1999-04-06 03:22:41 +00:00
mscott%netscape.com 8a3ebc24ab NS_NewComposeAppCore takes an interface ID. 1999-04-06 03:22:21 +00:00
mscott%netscape.com 893aefb355 NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend, NS_NewComposeAppCore, NS_NewComposer all now take an interface IID. 1999-04-06 03:21:50 +00:00
mscott%netscape.com 1fbbd14930 We no longer need to link with secfree and xplib. 1999-04-04 22:50:36 +00:00
mscott%netscape.com e208e0d4ff compose no longer needs to link against xplib and the old security library. We shouldn't be linking against mailnews library either!! Use mail util library instead... 1999-04-04 22:42:38 +00:00
mscott%netscape.com 80da608aae Part of my mailnews reduce disk footprint cleanup effort. 1999-04-04 22:41:25 +00:00
mscott%netscape.com 7b29f58f32 Part of my mailnews reduce disk footprint cleanup effort. Stop compiling code to functions we won't be implementing in seamonkey (FE_Progress, FE_Alert, etc.). Having these in here was requiring us to link against xplib to pick up some of their definitions. We'll never have functions for these anyway. I left them in under a UNREADY_CODE flag so we can see what the code used to do. 1999-04-04 22:40:58 +00:00
mscott%netscape.com 986b9f836a Part of my mailnews reduce disk footprint cleanup effort. Remove some dependencies on allxpstr which required us to link against xplib. 1999-04-04 22:39:15 +00:00
mscott%netscape.com 2b1fbe0197 Part of my mailnews reduce disk footprint cleanup effort. ifdef out (under a UNREADY_CODE flag) lines of code which don't have values in the new world (such as FE_Progress, XP_GetString, etc.). These functions will never exist in seamonkey. By commenting them out, we can see what the code used to do but we don't need to link against xplib to build (which we did before for many of the functions). 1999-04-04 22:38:25 +00:00
mscott%netscape.com 79c375d3d2 Part of my mailnews reduce disk footprint cleanup effort. Add definitions for all the values compose used to get out of allxpstr.h 1999-04-04 22:36:32 +00:00
mscott%netscape.com 305f2e9b98 Part of my mailnews reduce disk footprint cleanup effort. Remove out of memory extern int. 1999-04-04 22:35:23 +00:00
mscott%netscape.com a44f6927de Part of my mailnews reduce disk footprint cleanup effort. Don't include xp.h. Replace StrAllocCat and StrAllocCopy. extern int's we used to get from allxpstr, we'll get from msgCompglue.h 1999-04-04 22:34:46 +00:00
mscott%netscape.com 67a35c2ba1 Part of my mailnews reduce disk footprint cleanup effort. Remove include of xp.h. Convert all StrAllocCopy and StrAllocCat to more useful equivalents.... 1999-04-04 22:33:31 +00:00
nhotta%netscape.com 4047ae9841 Changed to use xpcom qp, base64, uu encoders of libmime instead of place holders. 1999-04-02 21:31:04 +00:00
rhp%netscape.com 1781843846 Updates for libmime changes 1999-04-02 02:41:55 +00:00
ducarroz%netscape.com dcabadeb57 part of messenger Mac landing 1999-04-01 21:41:22 +00:00
ducarroz%netscape.com 401ba717e0 Remove allxpstr.c who was causing about 2000 link warnings 1999-04-01 21:33:04 +00:00
ducarroz%netscape.com 7b483ed6e2 part of messenger Mac landing 1999-04-01 20:06:51 +00:00
ducarroz%netscape.com b1db848797 First Checked In. 1999-04-01 18:36:02 +00:00
mscott%netscape.com e6fe37e28e Add smoketest string for QA to use. If a message is succesful
Message Sent: PASSED.
1999-03-31 19:20:10 +00:00
mscott%netscape.com 2dc63e7ddc Changes to use nsAutoCString. (what a great help class) 1999-03-31 19:17:42 +00:00
sspitzer%netscape.com 33bca75da4 header file got changed, but source didn't. 1999-03-30 03:57:37 +00:00
putterman%netscape.com d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
mscott%netscape.com 7486dfc494 When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>. 1999-03-30 01:12:58 +00:00
nhotta%netscape.com d6e26d9744 I18n migration, CSID -> charset name, unicode converter hook up. 1999-03-29 23:57:50 +00:00
nhotta%netscape.com 98e3100b51 Unicode converter hooked up. 1999-03-29 22:45:08 +00:00
waterson%netscape.com ba4a29c155 Fixed build bustage. 1999-03-29 20:59:30 +00:00
waterson%netscape.com 0cf17d4ce5 Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
nhotta%netscape.com e45b6b8595 Removed to link to mime, it wasn't needed. 1999-03-26 01:28:14 +00:00
nhotta%netscape.com b2eac408ec Backed out my last change, it wasn't needed. 1999-03-26 00:27:52 +00:00
nhotta%netscape.com 1bc67ead98 I18n migration, CSID -> Charset Name. 1999-03-25 23:41:03 +00:00
nhotta%netscape.com 09eae8d3f3 Added mime. 1999-03-25 23:39:16 +00:00
briano%netscape.com 1533030ed0 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
briano%netscape.com 29ed08771b Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
mscott%netscape.com 5628517afa fix dependencies... 1999-03-25 04:07:34 +00:00
mscott%netscape.com 480d270e2c remove NODEPEND 1999-03-25 03:43:10 +00:00
ducarroz%netscape.com 8ecc4e7b22 First Checked In. 1999-03-24 21:49:55 +00:00
alecf%netscape.com c35cd58965 eliminate use of functions we don't have on Unix - INTL_*, etc.. 1999-03-23 00:23:09 +00:00
alecf%netscape.com dbd98994bf this is now the build directory for the msgcompose dll 1999-03-23 00:06:25 +00:00
alecf%netscape.com 1f753612fe reduce dependancy on msgbase by using CreateInstance to create RFC822Parsers 1999-03-22 23:58:39 +00:00
alecf%netscape.com 84547ce63f don't need to link static libraries against external dlls 1999-03-22 23:57:35 +00:00
alecf%netscape.com 59a7b6c6d6 - this is no longer a component, it's a static library that will be linked into the compose component
- link in the JS stub code for nsIComposer
1999-03-22 23:51:20 +00:00
alecf%netscape.com 155ab2af18 add JS stubs for this class 1999-03-22 23:50:47 +00:00
mscott%netscape.com 750ac892ed Updates for QA smoketest stuff. We need to manually register the prefs component because the dll
does not get built into the components directory.
1999-03-22 23:23:58 +00:00
mscott%netscape.com f46922cdbd OnStopBinding call in protocol handler should trigger a change in the url state. 1999-03-22 23:21:45 +00:00
danm%netscape.com d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
alecf%netscape.com 08f378a02e return the right return value, not -1 1999-03-20 02:19:51 +00:00
alecf%netscape.com c3ae2a7ec1 remove unused variable 1999-03-20 02:19:23 +00:00
alecf%netscape.com 2783304548 use nsnull instead of NULL when referring to int's 1999-03-20 02:19:08 +00:00
alecf%netscape.com 4967e42937 fix casting problems for unix 1999-03-20 02:18:43 +00:00
alecf%netscape.com 3c0a75ea71 fix lots of casting problems 1999-03-20 02:18:16 +00:00
alecf%netscape.com 4697163f8c we should have virtual destructors wherever possible 1999-03-20 02:17:52 +00:00
alecf%netscape.com 684bbbf1f6 fix newline at end of file 1999-03-20 02:17:21 +00:00
alecf%netscape.com 6f3161f586 fix constructor order to match declaration 1999-03-20 02:17:02 +00:00
alecf%netscape.com 4967607a7f libjs->libmozjs 1999-03-20 02:16:35 +00:00
jefft%netscape.com e2be62f9a4 consolidate NewMessage, ReplyMessage, ForwardMessage into one single method - NewMessage 1999-03-18 21:28:47 +00:00
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
jefft%netscape.com b098284708 more reply/forward message implementation 1999-03-14 21:00:30 +00:00
jefft%netscape.com db9686df9a partially enable reply and forward message 1999-03-13 20:10:10 +00:00
ducarroz%netscape.com 4060705aa7 Part of implementation of Reply and Forward 1999-03-13 07:51:54 +00:00
ducarroz%netscape.com 36ea66eee2 add pref for reply_to 1999-03-13 07:49:23 +00:00
ducarroz%netscape.com 796038119d Add ReplyMessage, ForwardMessage and SendMessage2 interface 1999-03-12 20:39:16 +00:00
mscott%netscape.com cc258d652c We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name. 1999-03-12 03:57:59 +00:00
mscott%netscape.com dc4e7da04f Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself. 1999-03-12 03:57:13 +00:00
mscott%netscape.com de32acb4fd use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00
mscott%netscape.com b9c8fb7a48 define default SMTP port... 1999-03-12 03:54:59 +00:00
ducarroz%netscape.com db0788363d Part of integration of preference into compose 1999-03-12 01:10:43 +00:00
ducarroz%netscape.com 107ba596d8 Part of the intregration of preferences into compose 1999-03-12 01:07:30 +00:00
ducarroz%netscape.com fbb6806b42 Initial checkin, part of integration of preference into compose 1999-03-12 00:47:09 +00:00
alecf%netscape.com 8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
alecf%netscape.com 2e34b17d52 remove bogus call for now 1999-03-11 22:23:43 +00:00
ducarroz%netscape.com 3cf142e763 Remove all the delete this that was generating a crash when the send failed for any reason 1999-03-11 21:22:25 +00:00
alecf%netscape.com 78658b80b3 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
alecf%netscape.com 02c62005fb rev this interface 1999-03-11 21:05:26 +00:00
alecf%netscape.com 34f617766f rev this interface: char* -> const char* 1999-03-11 21:04:57 +00:00
alecf%netscape.com 8f81021a6e rev this interface - char*->const char* 1999-03-11 21:02:50 +00:00
alecf%netscape.com f936be609d fix up libraries a bit more 1999-03-11 21:01:39 +00:00
alecf%netscape.com 840c25554c remove unnecessary libraries 1999-03-11 20:56:17 +00:00
alecf%netscape.com fc5181de8b this is a component now 1999-03-11 20:29:18 +00:00
alecf%netscape.com 876d444b05 add libraries to link this library against 1999-03-11 20:27:14 +00:00
mscott%netscape.com b668b90a35 somehow the pointer passed into getting the netlib queue service got changed...change it back.... 1999-03-11 03:34:27 +00:00
ducarroz%netscape.com 15f6c18ed9 did some cleanup 1999-03-11 01:43:19 +00:00
ducarroz%netscape.com fe246e2f84 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:41:25 +00:00
ducarroz%netscape.com f31163fd6d The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
Initial check in
1999-03-11 01:38:11 +00:00
ducarroz%netscape.com c090a789cb The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/src
1999-03-11 01:36:37 +00:00
ducarroz%netscape.com b30f2fbc5f Add new interface to nsMsgCompose, cleanup the code 1999-03-11 01:34:59 +00:00
ducarroz%netscape.com 8cf7ba7da0 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:32:48 +00:00
ducarroz%netscape.com 74ddade0bd add new interface to nsIMsgCompose 1999-03-11 01:30:18 +00:00
ducarroz%netscape.com a02ab2cd0c The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/public
1999-03-11 01:28:46 +00:00
ducarroz%netscape.com c2882d69b0 don't crash anymore when the pane is null 1999-03-10 06:05:49 +00:00
warren%netscape.com 02c822c0c5 fixed include problem 1999-03-09 13:07:15 +00:00
warren%netscape.com 1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com 3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com 7acaee2865 Sending a message no longer requires a host and from field because we can now extract that information from the current identity. 1999-03-09 03:06:59 +00:00
ducarroz%netscape.com e6e140af12 add definition for MSG_CommandType 1999-03-09 02:01:16 +00:00
mscott%netscape.com 4588e008aa Install DLL in components directory as part of dp's changes... 1999-03-07 21:54:46 +00:00
mscott%netscape.com 4f3ae36beb Fix build breakage for mcmullen using the file stream changes. 1999-03-06 01:21:41 +00:00
cyeh%netscape.com b27fdb082f fix pdb file generation so that the go into $(OBJDIR) and also
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
alecf%netscape.com f4568a3e25 only build tests when ENABLE_TESTS (i.e. --enable-tests) is turned on 1999-03-04 01:36:25 +00:00
mscott%netscape.com 2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
mscott%netscape.com e25f699c19 part of scc's merge: change IID() calls to GetIID(). 1999-03-04 00:44:05 +00:00
mscott%netscape.com 8582a5c186 Fix build breakage. Seems like none of these interfaces implement a Test() method... 1999-03-03 02:03:48 +00:00
mscott%netscape.com e50080b806 url listener update. 1999-03-03 01:32:10 +00:00
mscott%netscape.com 4d79d2bb9f Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll. 1999-03-03 01:31:28 +00:00
mscott%netscape.com 880499efc2 Update smtp test to register itself as a url listener on the current smtp url being run. 1999-03-03 01:27:11 +00:00
mscott%netscape.com 25dba76b91 Don't rely on msgcore.lib, use the dll instead.... 1999-03-03 01:25:49 +00:00
mscott%netscape.com f306806afc asking the smtp service to send a message requires you to pass in a url listener (which can be nsnull if you don't care). 1999-03-03 01:24:56 +00:00
mscott%netscape.com 9e2014ff2d Pass in a url listener to send message. 1999-03-03 01:22:20 +00:00
mscott%netscape.com 34eb2167dd Update to latest version of nsIMsgMailNewsUrl which includes url listener registration and notification stuff. 1999-03-03 01:21:38 +00:00
mscott%netscape.com d77b56e257 Update to take a url listener when sending a message. 1999-03-03 01:19:50 +00:00
ducarroz%netscape.com 72da275f97 clean up: change PR_MALLOC for PR_Malloc 1999-03-02 18:36:58 +00:00
ducarroz%netscape.com 9c4f10b079 sources clean up 1999-03-02 18:35:42 +00:00
putterman%netscape.com 5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
ducarroz%netscape.com 6a336951d2 add missing parameter to SendMessage 1999-02-27 01:26:01 +00:00
mscott%netscape.com 958c7242e1 Name of the compose library changed. Update the Makefile. 1999-02-27 00:29:19 +00:00
mscott%netscape.com 5023c267a4 Hmm somehow we got a bunch of duplicate file names getting built. Cleaning up the Makefile 1999-02-27 00:21:42 +00:00
mscott%netscape.com 5627a1525e Fix Unix breakage. XP_AppVersion is a const char * not a char * for unix. 1999-02-27 00:16:52 +00:00
mscott%netscape.com 54af626371 I'm not sure why this was changed from m_host to "", in any case, change it back to m_host
which is the host to use...
1999-02-26 23:56:56 +00:00
ducarroz%netscape.com fe51436753 fix build problem with missing parameter when call SendMailMessage. Add an empty host name 1999-02-26 23:40:42 +00:00
ducarroz%netscape.com 2f53812832 carry smtp server over the send process 1999-02-26 23:38:20 +00:00
ducarroz%netscape.com fcb9ba27d2 carry smtp server over the send process 1999-02-26 23:25:46 +00:00
ducarroz%netscape.com 5502c2fce4 carry smtp server name over the send message process 1999-02-26 23:23:32 +00:00
ducarroz%netscape.com e73c59e056 no comment 1999-02-26 22:28:50 +00:00
ducarroz%netscape.com f86489df9c did some reformating of the code 1999-02-26 22:23:24 +00:00
ducarroz%netscape.com bbf6f2538a change hard coded version of messenger 1999-02-26 22:21:45 +00:00
mscott%netscape.com 694ed4b0fb nsISmtpService->SendMessage now takes the host. 1999-02-26 19:18:31 +00:00
mscott%netscape.com 19f9335789 Sending a message now takes a host. Use it. 1999-02-26 19:17:42 +00:00
mscott%netscape.com c9578bf5d8 Add host as paramater to send send message method. 1999-02-26 19:17:13 +00:00
warren%netscape.com f8b67aa56a Making it build with new RDF registration mechanism. 1999-02-26 12:24:22 +00:00
mscott%netscape.com e7756addfc Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files. 1999-02-26 04:10:24 +00:00