Commit Graph

84 Commits

Author SHA1 Message Date
vidur%netscape.com
6c78aabdfe Removed parser static linkage. 1999-09-30 22:23:21 +00:00
putterman%netscape.com
c4b0f833e6 Fix for bugs 14786 and 13727. Fix leaking nsIServiceManager and datasources. Approved by chofmann
and reviewed by alecf.
1999-09-24 21:59:45 +00:00
alecf%netscape.com
c1b1098e55 I need real ProgIDs, not these fakes. 1999-09-19 23:19:53 +00:00
sfraser%netscape.com
947d4936aa Fix a broken CLSID macro 1999-09-17 23:42:37 +00:00
alecf%netscape.com
fb7d3f566b oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all 1999-09-17 22:53:48 +00:00
alecf%netscape.com
187404d4d0 don't need to link compose against raptor anymore 1999-09-17 20:31:32 +00:00
cls%seawood.org
cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
briano%netscape.com
3474999aa5 General cleanup. 1999-09-14 23:05:06 +00:00
alecf%netscape.com
9917da1051 register smtp server 1999-09-14 08:23:20 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
alecf%netscape.com
7c3767fdb3 use cool new ISUPPORTS macros 1999-09-08 05:46:24 +00:00
alecf%netscape.com
3b038972f9 add CID for SMTP server 1999-09-08 05:39:44 +00:00
putterman%netscape.com
82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
mscott%netscape.com
befadcee22 move CID from an interface into this file for nsISmtpService. 1999-08-27 21:12:00 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
mscott%netscape.com
9e01d6febd fix some bogus QI stuff where we always returned nsISupports instead of what the user asked 1999-08-20 22:43:01 +00:00
alecf%netscape.com
db4f6f8103 add new SMTP server API
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
rhp%netscape.com
0031f4ab09 Changes for Envelope display and fixing MHTML sending capabilities 1999-08-18 01:39:17 +00:00
rhp%netscape.com
4a298b7ba8 Simple fix for naming on factory for quoting 1999-08-10 21:40:25 +00:00
ducarroz%netscape.com
618e21a4bb Fix for bug 10382 1999-08-06 00:16:24 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
briano%netscape.com
0212559fff Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
mscott%netscape.com
01ab699db6 Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
briano%netscape.com
f39934ebcd Cleanup and fixes for OpenBSD. 1999-07-02 03:25:32 +00:00
rhp%netscape.com
753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
putterman%netscape.com
3f0119ce03 Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mscott%netscape.com
9904b84b28 remove printf which was printing a char * file path passed into NSRegisterSelf. This file path is base 64
encoded alias handle on the mac and looks bogus when you print it out.
1999-06-28 20:14:10 +00:00
ducarroz%netscape.com
6fb1abf7a9 change printf text "composer" to "message compose" 1999-06-22 21:45:01 +00:00
mscott%netscape.com
8e0ded137c Add smtp url to the factory. 1999-06-21 23:19:37 +00:00
mscott%netscape.com
8bb10539b7 Add CID for smtp url. 1999-06-21 23:10:54 +00:00
rhp%netscape.com
4902e7b8f1 changes for quoting 1999-06-15 23:25:52 +00:00
ducarroz%netscape.com
f0214f916a Replace Compose Appcore by nsIMsgComposeService/nsIMsgCompose 1999-06-11 00:25:18 +00:00
ducarroz%netscape.com
9944505151 Add Message Compose Service CID 1999-06-11 00:25:14 +00:00
mscott%netscape.com
14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
rhp%netscape.com
b6e1445779 New compose BE functionality 1999-06-07 18:48:32 +00:00
mscott%netscape.com
c78ee2032c Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com
266ed15e24 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com
de584878f8 Link against msgcoreutil for nsMsgProtocol. 1999-06-05 20:29:15 +00:00
mscott%netscape.com
d41d51bcad Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. We still return the last failure error code though. 1999-06-04 23:56:20 +00:00
mscott%netscape.com
932a7ae28c Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:31:57 +00:00
beard%netscape.com
71b71a7ef2 First Checked In. 1999-05-30 02:15:01 +00:00
bienvenu%netscape.com
125cfeec74 fix build bustage 1999-05-27 06:24:06 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com
bdebc6fe6a cleanup makefile. 1999-05-19 00:02:29 +00:00
rhp%netscape.com
b1de5670df General work on composition back end 1999-05-12 22:13:58 +00:00
sspitzer%netscape.com
1cb93659f5 nsMsgPost is extinct 1999-05-04 02:54:57 +00:00
sspitzer%netscape.com
092f18d2ce changes for the post to newsgroup work 1999-04-15 20:21:03 +00:00