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
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
alecf%netscape.com
e22cea19d5
land nsIModule for mail compose
1999-10-12 00:34:06 +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
alecf%netscape.com
7d2a14f3c7
register smtp server
1999-09-14 08:23:20 +00:00
alecf%netscape.com
33ed328126
use cool new ISUPPORTS macros
1999-09-08 05:46:24 +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
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
rhp%netscape.com
d5c687b88a
Changes for Drafts and Templates
1999-07-31 19:59:35 +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
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
scc%netscape.com
54c96baa72
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mscott%netscape.com
b54aff6bdc
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
06c0312689
change printf text "composer" to "message compose"
1999-06-22 21:45:01 +00:00
mscott%netscape.com
5c297f7f13
Add smtp url to the factory.
1999-06-21 23:19:37 +00:00
rhp%netscape.com
a05f57e3af
changes for quoting
1999-06-15 23:25:52 +00:00
ducarroz%netscape.com
36a9147cb6
Replace Compose Appcore by nsIMsgComposeService/nsIMsgCompose
1999-06-11 00:25:18 +00:00
mscott%netscape.com
53bde8bcd6
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
7354f83555
New compose BE functionality
1999-06-07 18:48:32 +00:00
mscott%netscape.com
657ece55cf
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
sspitzer%netscape.com
6dbfdebe65
nsMsgPost is extinct
1999-05-04 02:54:57 +00:00
sspitzer%netscape.com
dcab18d585
changes for the post to newsgroup work
1999-04-15 20:21:03 +00:00
mscott%netscape.com
f040f2fcb4
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
putterman%netscape.com
ad230dc153
fixed freeing mismatched memory error.
1999-03-30 02:24:18 +00:00
ducarroz%netscape.com
1f9181f6fb
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
warren%netscape.com
023d5d0042
fixed include problem
1999-03-09 13:07:15 +00:00
warren%netscape.com
e82053f242
Removed nsService stuff.
1999-03-09 12:29:08 +00:00
warren%netscape.com
b2b7c1f496
nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc.
1999-03-09 09:52:30 +00:00
mscott%netscape.com
399ea6d2b6
part of scc's merge: change interface calls to IID() to GetIID().
1999-03-04 00:57:51 +00:00
putterman%netscape.com
02d699b740
Works with RegisterComponent
1999-02-27 07:15:41 +00:00
warren%netscape.com
e012721b15
Making it build with new RDF registration mechanism.
1999-02-26 12:24:22 +00:00
mscott%netscape.com
75ef15e891
Added DLL self registration code. Ability to create smtp service object. Changed class name to reflect the fact that this is a factory for compose....
1999-02-23 01:02:49 +00:00
ducarroz%netscape.com
b8eebd9ca5
add factory for nsIMsgSend
1999-02-17 19:38:44 +00:00
warren%netscape.com
299d7e296e
Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums.
1999-02-13 10:39:59 +00:00
ducarroz%netscape.com
5974f51e6d
Initial check in
1999-02-11 01:01:47 +00:00