alecf%netscape.com
396690f1cd
only build tests when ENABLE_TESTS (i.e. --enable-tests) is turned on
1999-03-04 01:36:25 +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
mscott%netscape.com
d8f2aeb50c
part of scc's merge: change IID() calls to GetIID().
1999-03-04 00:44:05 +00:00
mscott%netscape.com
634a35c78e
Fix build breakage. Seems like none of these interfaces implement a Test() method...
1999-03-03 02:03:48 +00:00
mscott%netscape.com
455cd35f19
url listener update.
1999-03-03 01:32:10 +00:00
mscott%netscape.com
0ddffd2393
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
8eddda2990
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
6da99d4363
Don't rely on msgcore.lib, use the dll instead....
1999-03-03 01:25:49 +00:00
mscott%netscape.com
72d8fed76a
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
7e73c45aa1
Pass in a url listener to send message.
1999-03-03 01:22:20 +00:00
mscott%netscape.com
1288d51931
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
21550b1e0f
Update to take a url listener when sending a message.
1999-03-03 01:19:50 +00:00
ducarroz%netscape.com
af580475f9
clean up: change PR_MALLOC for PR_Malloc
1999-03-02 18:36:58 +00:00
ducarroz%netscape.com
231985740e
sources clean up
1999-03-02 18:35:42 +00:00
putterman%netscape.com
02d699b740
Works with RegisterComponent
1999-02-27 07:15:41 +00:00
ducarroz%netscape.com
8b4b5f147b
add missing parameter to SendMessage
1999-02-27 01:26:01 +00:00
mscott%netscape.com
4353d05370
Name of the compose library changed. Update the Makefile.
1999-02-27 00:29:19 +00:00
mscott%netscape.com
8bf5c3a1a7
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
26644799ce
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
3c3d4f9c33
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
9f00c89954
fix build problem with missing parameter when call SendMailMessage. Add an empty host name
1999-02-26 23:40:42 +00:00
ducarroz%netscape.com
3acfe697b4
carry smtp server over the send process
1999-02-26 23:38:20 +00:00
ducarroz%netscape.com
67624c759c
carry smtp server over the send process
1999-02-26 23:25:46 +00:00
ducarroz%netscape.com
a825854d4a
carry smtp server name over the send message process
1999-02-26 23:23:32 +00:00
ducarroz%netscape.com
fe011cf375
no comment
1999-02-26 22:28:50 +00:00
ducarroz%netscape.com
2880575bb7
did some reformating of the code
1999-02-26 22:23:24 +00:00
ducarroz%netscape.com
93f1130ea3
change hard coded version of messenger
1999-02-26 22:21:45 +00:00
mscott%netscape.com
c9be510540
nsISmtpService->SendMessage now takes the host.
1999-02-26 19:18:31 +00:00
mscott%netscape.com
f873d1f317
Sending a message now takes a host. Use it.
1999-02-26 19:17:42 +00:00
mscott%netscape.com
5ab2cd4327
Add host as paramater to send send message method.
1999-02-26 19:17:13 +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
08fefec422
Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files.
1999-02-26 04:10:24 +00:00
mscott%netscape.com
6cd4fcb2e9
nsFileSpec update.
1999-02-26 04:09:39 +00:00
mscott%netscape.com
82379e7a44
Fix build breakage. Many of these interfaces had the constness of arguments removed from them. We need to remove the const char *s and change them to char *s in all of the classes that implement those interfaces....This had a carry over effect of forcing several pieces of code to cast const char *s as char *s. Hopefully we can undo all of these changes when the IDL compiler allows you to have const arguments...
1999-02-26 04:09:10 +00:00
alecf%netscape.com
268c7f7eae
rev the XPIDL-generated headers, and update API calls to match
...
includes dropping "const"ness from parameters
some nsString routines were converted back to char* for the time being.
also added nsIMsg.h, it seemed to be missing
Also many fixes to get Unix building again.
1999-02-26 01:56:15 +00:00
mscott%netscape.com
2da026b7d0
Restore the ability to run multiple urls per smtp test session by using new code to determine if a url
...
is running or not.
1999-02-24 02:31:19 +00:00
mscott%netscape.com
1269093fe6
Flag the smtp url when we are running it....
1999-02-24 02:30:27 +00:00
mscott%netscape.com
e9788d2759
nsIMsgMailNewsUrl base class updates. Keep track of whether the url is running or not...
1999-02-24 02:29:54 +00:00
mscott%netscape.com
5e63dab8f2
Use mailnews url base class for interface inheritance....
1999-02-24 02:28:44 +00:00
ducarroz%netscape.com
46f8249a6f
change composelib to msgcompose.lib
1999-02-23 03:40:55 +00:00
ducarroz%netscape.com
4559b484c5
Define FE_Alert as printf
1999-02-23 03:39:38 +00:00
ducarroz%netscape.com
9fef65a52c
change library name
1999-02-23 03:38:09 +00:00
ducarroz%netscape.com
bf9e63277c
did some clean-up and reformating
1999-02-23 03:36:56 +00:00
alecf%netscape.com
a09e3de066
we need to export nsMsgSend
1999-02-23 01:44:38 +00:00
alecf%netscape.com
21d385d87a
clean up trailing text after #endif's
1999-02-23 01:44:14 +00:00
alecf%netscape.com
55d9a567b1
remove trailing text after #endif's
1999-02-23 01:42:32 +00:00
mscott%netscape.com
9d18e1b86b
Include msgCore.h at top of the file for pre-compiled headers. added code to hook up msg send to the new smtp service for actually sending the mail message.
1999-02-23 01:38:25 +00:00
mscott%netscape.com
e1f2aede79
Export nsISmtpService.h
1999-02-23 01:17:25 +00:00
mscott%netscape.com
e16027b9ac
Remove dependency on compose.lib because we now use the compose dll which is automatically registered...
1999-02-23 01:06:05 +00:00
mscott%netscape.com
888508a8fe
Remove all dependencies on compose.lib. Use the new Smtp Service for running urls....Right now the test exe doesn't let you run more than one command...I'll fix this later...
1999-02-23 01:05:24 +00:00