alecf%netscape.com
f77970345c
add smtp datasource to the factory
2000-05-10 23:07:32 +00:00
alecf%netscape.com
d38707c24f
add new new CIDs and progIDs for the SMTP datasource and delegate factory
2000-05-10 06:50:02 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
3c1876ab59
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
cls%seawood.org
57978e5c23
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
mscott%netscape.com
18e1151bcf
Semi-large landing. I re-wrote mailnews compose to use a cached string bundle. I've had this code in my tree for
...
a couple weeks and just hadn't gotten around to checking it in yet.
I noticed that during a normal sending of a message, we were loading a string bundle 6 times! (most of this was to display
progress information during the send procedure). This caused us to hit the disk 6 times. With these changes, we
cache the string bundle in the compose string bundle service so we only hit the disk once.
2000-04-03 02:32:27 +00:00
blizzard%redhat.com
8bbac10e64
fix spelling of hander to handler. bug #29407 . r=sspitzer
2000-02-27 20:51:11 +00:00
sspitzer%netscape.com
83498d2ac6
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
17eebe8a61
more changes to get everyone using my arbitrary command line handling.
...
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
sspitzer%netscape.com
4b48f48eda
in the immortal words of sfraser: "die, appcores, die".
...
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.
r=alecf
2000-02-06 06:54:52 +00:00
ducarroz%netscape.com
dfbb3e4b9e
Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft
1999-12-01 22:34:49 +00:00
mscott%netscape.com
9d717e83fe
Bug #14928 register our x-application-mailto content handler
...
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
mscott%netscape.com
51fa565a8a
add mailto url cid and progid
...
r=sspitzer
1999-11-18 08:39:17 +00:00
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
warren%netscape.com
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
sspitzer%netscape.com
c4823dd820
fix for #17956 and #18084 .
...
#17956 is reply fails if message in local mail folder
fix (by ducarroz) is to remove the temporary code.
#18084 is sending email fails in certain cases
the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.
r=alecf
a=chofmann
1999-11-09 02:04:06 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
ducarroz%netscape.com
03c251ae89
Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp
1999-11-02 23:29:51 +00:00
alecf%netscape.com
13eaac5db2
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
mscott%netscape.com
52781c9c54
Bug #16927 --> add msg quote listener to module.
...
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
c353faf84f
Bug #16927 --> add class id for msg quote listener
...
r=rhp
1999-10-28 04:19:59 +00:00
alecf%netscape.com
e22cea19d5
land nsIModule for mail compose
1999-10-12 00:34:06 +00:00
vidur%netscape.com
60739c3c3d
Removed parser static linkage.
1999-09-30 22:23:21 +00:00
putterman%netscape.com
5c8575ee09
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
d8704c1525
I need real ProgIDs, not these fakes.
1999-09-19 23:19:53 +00:00
sfraser%netscape.com
ef1b70ce79
Fix a broken CLSID macro
1999-09-17 23:42:37 +00:00
alecf%netscape.com
34c6081163
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
c5a3b36250
don't need to link compose against raptor anymore
1999-09-17 20:31:32 +00:00
cls%seawood.org
71540cf2cd
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
ee4b7e738e
General cleanup.
1999-09-14 23:05:06 +00:00
alecf%netscape.com
7d2a14f3c7
register smtp server
1999-09-14 08:23:20 +00:00
cls%seawood.org
638ed48925
Fix my bustage using -D_BSD_SOURCE
1999-09-12 17:15:57 +00:00
alecf%netscape.com
33ed328126
use cool new ISUPPORTS macros
1999-09-08 05:46:24 +00:00
alecf%netscape.com
658e4f4520
add CID for SMTP server
1999-09-08 05:39:44 +00:00
putterman%netscape.com
567160bb98
msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
1999-08-30 22:17:13 +00:00
mscott%netscape.com
183898c6be
move CID from an interface into this file for nsISmtpService.
1999-08-27 21:12:00 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
mscott%netscape.com
d6629ef16b
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
83c2a9bcb3
add new SMTP server API
...
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
rhp%netscape.com
f4e2809684
Changes for Envelope display and fixing MHTML sending capabilities
1999-08-18 01:39:17 +00:00
rhp%netscape.com
b2f57b16ad
Simple fix for naming on factory for quoting
1999-08-10 21:40:25 +00:00
ducarroz%netscape.com
12fbc33d9f
Fix for bug 10382
1999-08-06 00:16:24 +00:00
rhp%netscape.com
d5c687b88a
Changes for Drafts and Templates
1999-07-31 19:59:35 +00:00
briano%netscape.com
845dc59072
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
ad90319d2c
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
d99daeea9b
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
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
briano%netscape.com
543f8dc211
Cleanup and fixes for OpenBSD.
1999-07-02 03:25:32 +00:00
rhp%netscape.com
2455a1cf49
Changes for plain text quoting
1999-07-01 18:08:05 +00:00
putterman%netscape.com
aeea4449fa
Use nsCOMTypeInfo
1999-07-01 00:16:39 +00:00