228 Commits

Author SHA1 Message Date
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