Граф коммитов

2193 Коммитов

Автор SHA1 Сообщение Дата
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
mscott%netscape.com b527360b61 Remove commented out dependency on netlib.lib... 1999-02-23 01:03:51 +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
mscott%netscape.com edc499198f Interface updates to use nsString and nsFilePath.... 1999-02-23 01:00:42 +00:00
mscott%netscape.com 2fe0b58314 Changes to update new nsISmtpUrl interface... 1999-02-23 00:59:57 +00:00
mscott%netscape.com 942de151b7 Interface changes to support nsString and nsFilePath. Also, correctly parse out host and port in mailto urls... 1999-02-23 00:58:24 +00:00
mscott%netscape.com ab6a468f93 built smtp service..... 1999-02-23 00:57:14 +00:00
mscott%netscape.com ddc69f7aae Smtp service for handling smtp requests in the mail application. This abstracts away the need for the app to know how to create smtp urls and smtp connections... 1999-02-23 00:56:39 +00:00
mscott%netscape.com ad15d96c59 Export nsISmtpService.h 1999-02-23 00:55:38 +00:00
mscott%netscape.com 226fa8d6b7 Service for handling SMTP requests....this abstracts away the process of creating an SMTP url and an SMTP connection to run the url from the application... 1999-02-23 00:55:10 +00:00
ducarroz%netscape.com c980663f71 use nsIMsgSend to send a message 1999-02-17 19:57:48 +00:00
ducarroz%netscape.com 3246bffcf8 add lib raptorbase needed by nsMsgSend 1999-02-17 19:54:52 +00:00
ducarroz%netscape.com 01bf7b7397 did some work 1999-02-17 19:53:29 +00:00
ducarroz%netscape.com 6df56b0d39 add new interface and member functions 1999-02-17 19:52:14 +00:00
ducarroz%netscape.com 532d570bab add more glue requested by nsMsgSend 1999-02-17 19:50:03 +00:00
ducarroz%netscape.com 84773d4b0c add nsMsgSend.cpp & nsMsgSendPart.cpp to the build 1999-02-17 19:49:23 +00:00
ducarroz%netscape.com 5c4c6f6630 clean up comment 1999-02-17 19:44:54 +00:00
ducarroz%netscape.com bf659576a7 add interface for set/get body 1999-02-17 19:43:26 +00:00
ducarroz%netscape.com f43db5b48f add more glue requested by nsMsgSend 1999-02-17 19:42:02 +00:00
ducarroz%netscape.com 9a08f23e60 add export for nsIMsgSend.h & nsMsgSendFact.h 1999-02-17 19:41:12 +00:00
ducarroz%netscape.com b8eebd9ca5 add factory for nsIMsgSend 1999-02-17 19:38:44 +00:00
ducarroz%netscape.com 63218f2d71 add class id for nsMsgSend 1999-02-17 19:35:46 +00:00
ducarroz%netscape.com 0bc5a7d083 add lib secfreenav32 1999-02-17 19:32:28 +00:00
ducarroz%netscape.com 15887578e7 Initial checkin 1999-02-17 19:28:25 +00:00
alecf%netscape.com 18a53679ff ignore generated files 1999-02-17 06:01:24 +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
putterman%netscape.com ef07b32787 Removed typedef of urlstruct. It's already defined in ntypes.h 1999-02-12 22:30:11 +00:00
alecf%netscape.com 5a7cf29366 get rid of duplicate NET_SACat definition 1999-02-11 07:27:19 +00:00
alecf%netscape.com 64644dc3f0 more and more fixes for unix 1999-02-11 06:53:55 +00:00
alecf%netscape.com d392696b88 more fixes to make this compile on unix 1999-02-11 06:47:01 +00:00
alecf%netscape.com dd1a1f1a7f use new NSPR types and functions 1999-02-11 06:39:09 +00:00
alecf%netscape.com 968b434136 minor makefile/cvs fixes to make stuff build on Unix 1999-02-11 06:37:17 +00:00
mscott%netscape.com 17e1db95b0 use of sockstub protocol to implement a socket connection for a url is now BLIND to the protocol. So let the protocol use its original scheme when building urls. The transport layer will now worry about chaning the scheme to sockstub when appropriate.... 1999-02-11 03:10:28 +00:00
ducarroz%netscape.com 7d675dd89d Add library raptorbase.lib to the build 1999-02-11 02:37:35 +00:00
ducarroz%netscape.com 7199f81713 Add directory build 1999-02-11 01:05:18 +00:00
ducarroz%netscape.com 5974f51e6d Initial check in 1999-02-11 01:01:47 +00:00
ducarroz%netscape.com 5461a876ce no comment 1999-02-11 00:59:19 +00:00
ducarroz%netscape.com fbfff14524 Initial check in 1999-02-11 00:54:40 +00:00
ducarroz%netscape.com 013eb5eb5d no comment 1999-02-11 00:49:04 +00:00
ducarroz%netscape.com 0d3f411d36 Initial check in 1999-02-11 00:43:57 +00:00
ducarroz%netscape.com 19191e05b0 no comment 1999-02-11 00:38:13 +00:00
mscott%netscape.com 6a63a1a9d6 Export nsSmtpProtocol.h. 1999-02-09 21:39:29 +00:00
mscott%netscape.com f631904884 Remove nsMsgCompFields.h from the export list... 1999-02-09 21:39:00 +00:00
mscott%netscape.com 83e3dc7b10 Running SMTP urls should use a brand new transport and a brand new protocol instance for each url.... 1999-02-09 21:19:09 +00:00
mscott%netscape.com 042ea85a06 Add some cleanup code to the protocol destructor.... 1999-02-09 21:17:34 +00:00
alecf%netscape.com 152566ea44 update to new NSPR types, and make it build on Unix 1999-02-09 20:08:35 +00:00
warren%netscape.com 099416ac8f Changed uses of MsgErr to nsresult. Moved CR LF macros to base/src/nsCRT.h. 1999-02-09 04:20:46 +00:00
mscott%netscape.com ddaba657ab Bring first part of the smtp service online. We can now read in a file name and send the message to the SMTP server. 1999-02-09 03:51:50 +00:00
mscott%netscape.com 616fdc6343 Removing from directory as this has been moved to tests\smtp\smtpTest.cpp 1999-02-09 03:50:32 +00:00
mscott%netscape.com b4fd9749b8 Build nsSmtpProtocol.cpp... 1999-02-09 03:49:59 +00:00
mscott%netscape.com b63a23345e New method to post a file containing a message. 1999-02-09 03:49:31 +00:00
mscott%netscape.com ef84d3428b Many many changes. Most notably code to correctly parse a file containing an email message, append appropriate CRLFs and transmit the file to the SMTP server. 1999-02-09 03:48:56 +00:00
mscott%netscape.com 872c57c331 Small changes. Added support for getting/setting a file name for the file to be posted. 1999-02-09 03:46:34 +00:00
mscott%netscape.com 44ec99403e Add accessors for getting/setting the file name for the email message to be posted. 1999-02-09 03:44:47 +00:00
warren%netscape.com e7cd2a8f8c Fixed to build on Windows. 1999-02-09 02:23:39 +00:00
ducarroz%netscape.com 8bc1bc1cb9 Original file was moved into .\smtp, this is in fact a first check in 1999-02-09 01:45:55 +00:00
ducarroz%netscape.com 51125976a7 Add support for msgCompose & msgCompFields, change library name to compose instance of smtp 1999-02-09 01:42:18 +00:00
ducarroz%netscape.com 92f3fd8832 Add support for msgCompose and msgCompFields 1999-02-09 01:40:25 +00:00
alecf%netscape.com 002b208879 Ignore UNIX generated makefiles 1999-02-09 01:33:43 +00:00
ducarroz%netscape.com 9ba4fd8e52 Initial check in 1999-02-09 01:28:32 +00:00
ducarroz%netscape.com 5bc9f4b642 Initial check in 1999-02-09 00:15:59 +00:00
ducarroz%netscape.com 9dcbde1dc7 Initial check in 1999-02-09 00:08:18 +00:00
ducarroz%netscape.com 13c6e67788 Initial check in
This file is temporary!
1999-02-09 00:05:39 +00:00
mscott%netscape.com aa07fdd3f6 Updating with changes for new nsISmtpUrl interface... 1999-02-08 01:36:57 +00:00
mscott%netscape.com 227981e00b More conversion changes from old smtp code to the working in the new world... 1999-02-08 01:36:38 +00:00
mscott%netscape.com fd0fa54c47 Added more interface methods for a message.... 1999-02-08 01:35:57 +00:00
mscott%netscape.com 3feddcaf5c First checked in. 1999-02-07 02:07:22 +00:00
mscott%netscape.com ef1b256c1d First time checked in. 1999-02-07 02:06:59 +00:00
mscott%netscape.com 57aa17f255 First check in... 1999-02-07 02:05:53 +00:00
mscott%netscape.com 15a2caec1c Initialize a variable.... 1999-02-07 02:05:28 +00:00
mscott%netscape.com 94cf1520d4 First checked in. 1999-02-07 01:50:40 +00:00
mscott%netscape.com 00bb44cb01 First checked. Formations of a new smtp protocol class. 1999-02-07 01:48:57 +00:00
mscott%netscape.com c1c9d55c67 Implementation of nsISmtpUrl. 1999-02-07 01:48:11 +00:00
mscott%netscape.com cb48f8c26d First pass at an SmtpUrl interface...still need to add acessors for post data.... 1999-02-07 01:46:20 +00:00