alecf%netscape.com
56ed567656
update to new RegisterFactory/Component APIs
1999-02-27 02:24:29 +00:00
alecf%netscape.com
e921e3560a
moving this file to base
1999-02-27 02:04:53 +00:00
ducarroz%netscape.com
6a336951d2
add missing parameter to SendMessage
1999-02-27 01:26:01 +00:00
mscott%netscape.com
30345703da
Remove no shared library field
1999-02-27 01:03:26 +00:00
mscott%netscape.com
cec6cd22be
Add mdbstubs.cpp to the build.
1999-02-27 00:56:41 +00:00
mscott%netscape.com
f27d3b917b
Link with nntpTest library.
1999-02-27 00:43:54 +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
5a689a62a7
receive an URL during the creation of a new message instance. Add new parameter in SendMessage (from, cc, bcc, smtp)
1999-02-26 23:42:54 +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
mscott%netscape.com
f9e4b48724
Fix build breakage. NS_InitMsgAppCoreClass returns an nsresult.
1999-02-26 23:38:32 +00:00
ducarroz%netscape.com
2f53812832
carry smtp server over the send process
1999-02-26 23:38:20 +00:00
ducarroz%netscape.com
fcb9ba27d2
carry smtp server over the send process
1999-02-26 23:25:46 +00:00
ducarroz%netscape.com
5502c2fce4
carry smtp server name over the send message process
1999-02-26 23:23:32 +00:00
ducarroz%netscape.com
302f0da91b
clobber tag was missing causing a nmake error
1999-02-26 23:13:36 +00:00
ducarroz%netscape.com
6b588b90a3
updated to export new resources files
1999-02-26 22:46:33 +00:00
ducarroz%netscape.com
872c5c3208
remove address and subject fields, they are now in the toolbar describe in compose.xul
1999-02-26 22:45:12 +00:00
ducarroz%netscape.com
44ff3bfe13
Initial check in
1999-02-26 22:43:41 +00:00
ducarroz%netscape.com
1a1f26dd8d
replaced by compose.xul
1999-02-26 22:42:36 +00:00
ducarroz%netscape.com
e73c59e056
no comment
1999-02-26 22:28:50 +00:00
ducarroz%netscape.com
f86489df9c
did some reformating of the code
1999-02-26 22:23:24 +00:00
ducarroz%netscape.com
bbf6f2538a
change hard coded version of messenger
1999-02-26 22:21:45 +00:00
alecf%netscape.com
097ffed247
remove duplicate definition (whoops!)
1999-02-26 20:06:18 +00:00
alecf%netscape.com
58e090b48b
bring NS_InitMsgAppCoreClass back from the dead
1999-02-26 20:04:39 +00:00
mscott%netscape.com
1f03f45461
Export NS_InitMsgAppCoreClass to fix build. Alec is going to make the correct change and add this to the idl file so we won't lose it the next time we rev the idl files. This was part of the hack stuff we had to add to get msgappcore running in apprunner..
1999-02-26 20:03:26 +00:00
mscott%netscape.com
694ed4b0fb
nsISmtpService->SendMessage now takes the host.
1999-02-26 19:18:31 +00:00
mscott%netscape.com
19f9335789
Sending a message now takes a host. Use it.
1999-02-26 19:17:42 +00:00
mscott%netscape.com
c9578bf5d8
Add host as paramater to send send message method.
1999-02-26 19:17:13 +00:00
alecf%netscape.com
b9bd603ea9
fix unix bustage - can't construct objects and pass them as & parameters at the same time
1999-02-26 18:25:57 +00:00
warren%netscape.com
f8b67aa56a
Making it build with new RDF registration mechanism.
1999-02-26 12:24:22 +00:00
bienvenu%netscape.com
f4a2d1d5a8
add new hdrs to db and turn on notification by default
1999-02-26 06:01:26 +00:00
mscott%netscape.com
7b572778cf
fix clobber rules to correctly clobber resources.
1999-02-26 04:22:44 +00:00
mscott%netscape.com
022657487a
Fix build breakage. Change OpenURL signature to take a char * instead of an AutoString because the interface was changed that way.
1999-02-26 04:16:59 +00:00
mscott%netscape.com
e7756addfc
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
8fd890baa9
nsFileSpec update.
1999-02-26 04:09:39 +00:00
mscott%netscape.com
d80ecd5b6e
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
mscott%netscape.com
bf4616c95a
nsFileSpec updates...
1999-02-26 04:06:37 +00:00
mscott%netscape.com
17c3b871c9
Add parsing code if the id is part of the urlspec. Use mailbox action enum.
1999-02-26 04:04:33 +00:00
mscott%netscape.com
514f4fdbb3
Fix build breakage. Convert char * to a nsstring before passing it to createNode
1999-02-26 04:03:44 +00:00
mscott%netscape.com
8dd1e0a3d2
Add enum for mailbox url action type.
1999-02-26 04:00:21 +00:00
mscott%netscape.com
697f7718fc
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 03:59:33 +00:00
mscott%netscape.com
e5421e9043
nsFileSpec updates.
1999-02-26 03:58:26 +00:00
mscott%netscape.com
dfd9c8234a
Fix build by exporting nsIMsg.h
1999-02-26 03:54:45 +00:00
bienvenu%netscape.com
947c703fef
more reading and writing of toy db
1999-02-26 03:25:16 +00:00
mscott%netscape.com
9179a10776
nsFileSpec changes.
1999-02-26 02:22:01 +00:00
alecf%netscape.com
9a9aae17fd
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
alecf%netscape.com
b36401c12f
add new compose makefiles
1999-02-26 01:22:12 +00:00
alecf%netscape.com
3ca115bf66
rev the XPIDL generated headers
1999-02-26 01:17:12 +00:00