Commit Graph

300 Commits

Author SHA1 Message Date
mscott%netscape.com
64a29e2689 Bug 5991 --> Fix crash in smtpTest caused by the event queue carpool yesterday. We need to make sure the event queue is registered. 1999-05-06 01:38:25 +00:00
alecf%netscape.com
78f21c06c8 make composer use the new nsIAppShellComponent 1999-05-05 05:21:30 +00:00
hyatt%netscape.com
adfa4ca905 Switching to nsIEventQueues and tweaking the AppCore createWindow function's args. 1999-05-04 23:29:53 +00:00
nhotta%netscape.com
b582876aab Fix memory leaks. 1999-05-04 22:28:17 +00:00
mscott%netscape.com
b9ffae9716 part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:51:30 +00:00
mscott%netscape.com
a4b12e306d part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:36:34 +00:00
mscott%netscape.com
d7bce8632c part of mailnews audit --> use nsCOMPtr. 1999-05-04 20:34:31 +00:00
mscott%netscape.com
9fd7908941 part of mailnews audit --> use nsCOMPtr.
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 20:33:07 +00:00
mscott%netscape.com
33308e2fbc part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 18:41:02 +00:00
mscott%netscape.com
29535afa18 part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 17:55:40 +00:00
mscott%netscape.com
8a47591813 part of mailnews audit --> Conversion to NS_WITH_SERVICE
quiet some noisy printfs which were printing out the message we were sending.
1999-05-04 17:53:59 +00:00
sspitzer%netscape.com
5f607a4f39 remove warning. use #if 0, not comments, to take out code that isn't ready yet 1999-05-04 04:20:33 +00:00
sspitzer%netscape.com
ab6d11a928 removed files: mozilla/mailnews/compose/src/nsMsgPost.cpp 1999-05-04 03:55:11 +00:00
sspitzer%netscape.com
cfe0e1f82c fixage for build bustage 1999-05-04 03:13:00 +00:00
sspitzer%netscape.com
dc100eadbb exit on failure 1999-05-04 02:55:16 +00:00
sspitzer%netscape.com
1cb93659f5 nsMsgPost is extinct 1999-05-04 02:54:57 +00:00
sspitzer%netscape.com
96ae8f5fc0 nsMsgPost is extinct 1999-05-04 02:42:21 +00:00
sspitzer%netscape.com
f4e3232236 MsgPost is extinct 1999-05-04 02:41:24 +00:00
sspitzer%netscape.com
9a149648af more changes to get posting to a news server working 1999-05-04 02:38:20 +00:00
bruce%cybersight.com
0eae38cc92 Remove -lnetutil from link lines in unix build. 1999-04-28 05:46:56 +00:00
ducarroz%netscape.com
1523e75eec Fix HackToGetBody() to works on Mac and Unix as well 1999-04-28 02:17:37 +00:00
ftang%netscape.com
2e97bf7dcc change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
ducarroz%netscape.com
149ec99a10 Implemented XP_StripLine to avoid crash when send a message with a newsgroup address set 1999-04-27 21:31:20 +00:00
ducarroz%netscape.com
8b7ae6b8c8 Clean up mutiple appcores problem, add news parameter to NewMessage 1999-04-27 21:30:00 +00:00
ducarroz%netscape.com
7ed525fc7b Add args parameter to NewMessage to solve multiple appcores problem 1999-04-27 21:28:44 +00:00
ducarroz%netscape.com
26c91ebf6d Add parameter args to member function NewMessage() to solve multiple appcores problem 1999-04-27 21:26:49 +00:00
mscott%netscape.com
c8c1a023c3 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
mscott%netscape.com
326d25b7db Added comment about why return receipts are turned off. 1999-04-27 03:02:57 +00:00
mscott%netscape.com
4ed093dd5e Turn return receipts off by default. This fixes bug #5011 1999-04-26 22:34:15 +00:00
mscott%netscape.com
fa3b54b8e5 Remove unnecessary component registration calls for the netlib service. 1999-04-26 20:29:16 +00:00
mcafee%netscape.com
c72247a6ae defining what APPSHELL_DLL is, fixing Linux bustage. 1999-04-23 16:44:46 +00:00
mscott%netscape.com
7497d31533 Updates to get the test running with preferences again. We need to manually register
the file locator. This test app will now read prefs out of the default profile directory.
1999-04-23 06:32:35 +00:00
rickg%netscape.com
f86b7f933d update to sync with nsString2 1999-04-22 06:39:40 +00:00
mcmullen%netscape.com
e4661eacd6 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
nhotta%netscape.com
ca947a1af7 I18n 7 bit data check for the body. 1999-04-20 21:22:54 +00:00
bruce%cybersight.com
09540cc187 Fix for unix, look for right library. 1999-04-20 17:43:36 +00:00
rickg%netscape.com
e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
mscott%netscape.com
07a669c9ad Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory. 1999-04-20 00:43:23 +00:00
mscott%netscape.com
bd348d0f1a Remove startup call on prefs. use NS_WITH_SERVICE macro for getting the prefs service.... 1999-04-19 23:49:29 +00:00
nhotta%netscape.com
b67c93600b Bug fix 3979 5280, reply/forward, MIME decode, use original mail's charset. 1999-04-19 22:16:04 +00:00
ducarroz%netscape.com
539ea7db93 remove some debug libraries fom release target 1999-04-19 21:02:20 +00:00
nhotta%netscape.com
f2ff7e2d8c Bug fix #3994, realloc if the converter's estimate length is incorrect. 1999-04-19 19:15:51 +00:00
ducarroz%netscape.com
ef67bb41aa updated mac project 1999-04-18 21:24:20 +00:00
sspitzer%netscape.com
6b78b935f0 changes for the missing NPL comment 1999-04-16 23:03:13 +00:00
alecf%netscape.com
6323b72687 remove some debugging statements 1999-04-16 22:19:13 +00:00
nhotta%netscape.com
eec198cc65 Changes for charset menu and 7bit data check. 1999-04-16 20:43:14 +00:00
rhp%netscape.com
599771aad8 Moving header parser interface 1999-04-16 19:02:22 +00:00
sspitzer%netscape.com
ccb6e5cc03 add this to the list of idl files to export 1999-04-16 04:19:09 +00:00
alecf%netscape.com
c087f08751 rev this interface 1999-04-15 21:27:11 +00:00
putterman%netscape.com
bd64ca0c80 Fixed some build problems on Windows. 1999-04-15 20:56:34 +00:00