Commit Graph

152 Commits

Author SHA1 Message Date
alecf%netscape.com
8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
alecf%netscape.com
2e34b17d52 remove bogus call for now 1999-03-11 22:23:43 +00:00
ducarroz%netscape.com
3cf142e763 Remove all the delete this that was generating a crash when the send failed for any reason 1999-03-11 21:22:25 +00:00
alecf%netscape.com
78658b80b3 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
alecf%netscape.com
02c62005fb rev this interface 1999-03-11 21:05:26 +00:00
alecf%netscape.com
34f617766f rev this interface: char* -> const char* 1999-03-11 21:04:57 +00:00
alecf%netscape.com
8f81021a6e rev this interface - char*->const char* 1999-03-11 21:02:50 +00:00
alecf%netscape.com
f936be609d fix up libraries a bit more 1999-03-11 21:01:39 +00:00
alecf%netscape.com
840c25554c remove unnecessary libraries 1999-03-11 20:56:17 +00:00
alecf%netscape.com
fc5181de8b this is a component now 1999-03-11 20:29:18 +00:00
alecf%netscape.com
876d444b05 add libraries to link this library against 1999-03-11 20:27:14 +00:00
mscott%netscape.com
b668b90a35 somehow the pointer passed into getting the netlib queue service got changed...change it back.... 1999-03-11 03:34:27 +00:00
ducarroz%netscape.com
15f6c18ed9 did some cleanup 1999-03-11 01:43:19 +00:00
ducarroz%netscape.com
fe246e2f84 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
ducarroz%netscape.com
f31163fd6d The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
Initial check in
1999-03-11 01:38:11 +00:00
ducarroz%netscape.com
c090a789cb The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/src
1999-03-11 01:36:37 +00:00
ducarroz%netscape.com
b30f2fbc5f Add new interface to nsMsgCompose, cleanup the code 1999-03-11 01:34:59 +00:00
ducarroz%netscape.com
8cf7ba7da0 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:32:48 +00:00
ducarroz%netscape.com
74ddade0bd add new interface to nsIMsgCompose 1999-03-11 01:30:18 +00:00
ducarroz%netscape.com
a02ab2cd0c The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/public
1999-03-11 01:28:46 +00:00
ducarroz%netscape.com
c2882d69b0 don't crash anymore when the pane is null 1999-03-10 06:05:49 +00:00
warren%netscape.com
02c822c0c5 fixed include problem 1999-03-09 13:07:15 +00:00
warren%netscape.com
1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com
3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com
7acaee2865 Sending a message no longer requires a host and from field because we can now extract that information from the current identity. 1999-03-09 03:06:59 +00:00
ducarroz%netscape.com
e6e140af12 add definition for MSG_CommandType 1999-03-09 02:01:16 +00:00
mscott%netscape.com
4588e008aa Install DLL in components directory as part of dp's changes... 1999-03-07 21:54:46 +00:00
mscott%netscape.com
4f3ae36beb Fix build breakage for mcmullen using the file stream changes. 1999-03-06 01:21:41 +00:00
cyeh%netscape.com
b27fdb082f fix pdb file generation so that the go into $(OBJDIR) and also
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
alecf%netscape.com
f4568a3e25 only build tests when ENABLE_TESTS (i.e. --enable-tests) is turned on 1999-03-04 01:36:25 +00:00
mscott%netscape.com
2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
mscott%netscape.com
e25f699c19 part of scc's merge: change IID() calls to GetIID(). 1999-03-04 00:44:05 +00:00
mscott%netscape.com
8582a5c186 Fix build breakage. Seems like none of these interfaces implement a Test() method... 1999-03-03 02:03:48 +00:00
mscott%netscape.com
e50080b806 url listener update. 1999-03-03 01:32:10 +00:00
mscott%netscape.com
4d79d2bb9f Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll. 1999-03-03 01:31:28 +00:00
mscott%netscape.com
880499efc2 Update smtp test to register itself as a url listener on the current smtp url being run. 1999-03-03 01:27:11 +00:00
mscott%netscape.com
25dba76b91 Don't rely on msgcore.lib, use the dll instead.... 1999-03-03 01:25:49 +00:00
mscott%netscape.com
f306806afc asking the smtp service to send a message requires you to pass in a url listener (which can be nsnull if you don't care). 1999-03-03 01:24:56 +00:00
mscott%netscape.com
9e2014ff2d Pass in a url listener to send message. 1999-03-03 01:22:20 +00:00
mscott%netscape.com
34eb2167dd Update to latest version of nsIMsgMailNewsUrl which includes url listener registration and notification stuff. 1999-03-03 01:21:38 +00:00
mscott%netscape.com
d77b56e257 Update to take a url listener when sending a message. 1999-03-03 01:19:50 +00:00
ducarroz%netscape.com
72da275f97 clean up: change PR_MALLOC for PR_Malloc 1999-03-02 18:36:58 +00:00
ducarroz%netscape.com
9c4f10b079 sources clean up 1999-03-02 18:35:42 +00:00
putterman%netscape.com
5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
ducarroz%netscape.com
6a336951d2 add missing parameter to SendMessage 1999-02-27 01:26:01 +00:00
mscott%netscape.com
958c7242e1 Name of the compose library changed. Update the Makefile. 1999-02-27 00:29:19 +00:00
mscott%netscape.com
5023c267a4 Hmm somehow we got a bunch of duplicate file names getting built. Cleaning up the Makefile 1999-02-27 00:21:42 +00:00
mscott%netscape.com
5627a1525e Fix Unix breakage. XP_AppVersion is a const char * not a char * for unix. 1999-02-27 00:16:52 +00:00
mscott%netscape.com
54af626371 I'm not sure why this was changed from m_host to "", in any case, change it back to m_host
which is the host to use...
1999-02-26 23:56:56 +00:00
ducarroz%netscape.com
fe51436753 fix build problem with missing parameter when call SendMailMessage. Add an empty host name 1999-02-26 23:40:42 +00:00