mscott%netscape.com
e6fe37e28e
Add smoketest string for QA to use. If a message is succesful
...
Message Sent: PASSED.
1999-03-31 19:20:10 +00:00
mscott%netscape.com
2dc63e7ddc
Changes to use nsAutoCString. (what a great help class)
1999-03-31 19:17:42 +00:00
sspitzer%netscape.com
33bca75da4
header file got changed, but source didn't.
1999-03-30 03:57:37 +00:00
putterman%netscape.com
d58487c55f
fixed freeing mismatched memory error.
1999-03-30 02:24:18 +00:00
mscott%netscape.com
7486dfc494
When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>.
1999-03-30 01:12:58 +00:00
nhotta%netscape.com
d6e26d9744
I18n migration, CSID -> charset name, unicode converter hook up.
1999-03-29 23:57:50 +00:00
nhotta%netscape.com
98e3100b51
Unicode converter hooked up.
1999-03-29 22:45:08 +00:00
waterson%netscape.com
ba4a29c155
Fixed build bustage.
1999-03-29 20:59:30 +00:00
waterson%netscape.com
0cf17d4ce5
Landed RDF_19990326_BRANCH, scriptability changes.
1999-03-29 19:52:54 +00:00
nhotta%netscape.com
e45b6b8595
Removed to link to mime, it wasn't needed.
1999-03-26 01:28:14 +00:00
nhotta%netscape.com
b2eac408ec
Backed out my last change, it wasn't needed.
1999-03-26 00:27:52 +00:00
nhotta%netscape.com
1bc67ead98
I18n migration, CSID -> Charset Name.
1999-03-25 23:41:03 +00:00
nhotta%netscape.com
09eae8d3f3
Added mime.
1999-03-25 23:39:16 +00:00
briano%netscape.com
1533030ed0
Made the static library in this directory depend on the same 'extra stuff' as the shared library.
1999-03-25 21:32:26 +00:00
briano%netscape.com
29ed08771b
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
1999-03-25 21:21:47 +00:00
mscott%netscape.com
5628517afa
fix dependencies...
1999-03-25 04:07:34 +00:00
mscott%netscape.com
480d270e2c
remove NODEPEND
1999-03-25 03:43:10 +00:00
ducarroz%netscape.com
8ecc4e7b22
First Checked In.
1999-03-24 21:49:55 +00:00
alecf%netscape.com
c35cd58965
eliminate use of functions we don't have on Unix - INTL_*, etc..
1999-03-23 00:23:09 +00:00
alecf%netscape.com
dbd98994bf
this is now the build directory for the msgcompose dll
1999-03-23 00:06:25 +00:00
alecf%netscape.com
1f753612fe
reduce dependancy on msgbase by using CreateInstance to create RFC822Parsers
1999-03-22 23:58:39 +00:00
alecf%netscape.com
84547ce63f
don't need to link static libraries against external dlls
1999-03-22 23:57:35 +00:00
alecf%netscape.com
59a7b6c6d6
- this is no longer a component, it's a static library that will be linked into the compose component
...
- link in the JS stub code for nsIComposer
1999-03-22 23:51:20 +00:00
alecf%netscape.com
155ab2af18
add JS stubs for this class
1999-03-22 23:50:47 +00:00
mscott%netscape.com
750ac892ed
Updates for QA smoketest stuff. We need to manually register the prefs component because the dll
...
does not get built into the components directory.
1999-03-22 23:23:58 +00:00
mscott%netscape.com
f46922cdbd
OnStopBinding call in protocol handler should trigger a change in the url state.
1999-03-22 23:21:45 +00:00
danm%netscape.com
d952c89a07
initial modal dialogs checkin (windows-only, UI thread only)
1999-03-20 04:13:09 +00:00
alecf%netscape.com
08f378a02e
return the right return value, not -1
1999-03-20 02:19:51 +00:00
alecf%netscape.com
c3ae2a7ec1
remove unused variable
1999-03-20 02:19:23 +00:00
alecf%netscape.com
2783304548
use nsnull instead of NULL when referring to int's
1999-03-20 02:19:08 +00:00
alecf%netscape.com
4967e42937
fix casting problems for unix
1999-03-20 02:18:43 +00:00
alecf%netscape.com
3c0a75ea71
fix lots of casting problems
1999-03-20 02:18:16 +00:00
alecf%netscape.com
4697163f8c
we should have virtual destructors wherever possible
1999-03-20 02:17:52 +00:00
alecf%netscape.com
684bbbf1f6
fix newline at end of file
1999-03-20 02:17:21 +00:00
alecf%netscape.com
6f3161f586
fix constructor order to match declaration
1999-03-20 02:17:02 +00:00
alecf%netscape.com
4967607a7f
libjs->libmozjs
1999-03-20 02:16:35 +00:00
jefft%netscape.com
e2be62f9a4
consolidate NewMessage, ReplyMessage, ForwardMessage into one single method - NewMessage
1999-03-18 21:28:47 +00:00
leaf%mozilla.org
4ad9f70d5d
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
jefft%netscape.com
b098284708
more reply/forward message implementation
1999-03-14 21:00:30 +00:00
jefft%netscape.com
db9686df9a
partially enable reply and forward message
1999-03-13 20:10:10 +00:00
ducarroz%netscape.com
4060705aa7
Part of implementation of Reply and Forward
1999-03-13 07:51:54 +00:00
ducarroz%netscape.com
36ea66eee2
add pref for reply_to
1999-03-13 07:49:23 +00:00
ducarroz%netscape.com
796038119d
Add ReplyMessage, ForwardMessage and SendMessage2 interface
1999-03-12 20:39:16 +00:00
mscott%netscape.com
cc258d652c
We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name.
1999-03-12 03:57:59 +00:00
mscott%netscape.com
dc4e7da04f
Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself.
1999-03-12 03:57:13 +00:00
mscott%netscape.com
de32acb4fd
use default smtp port to initialize m_port.
1999-03-12 03:55:46 +00:00
mscott%netscape.com
b9c8fb7a48
define default SMTP port...
1999-03-12 03:54:59 +00:00
ducarroz%netscape.com
db0788363d
Part of integration of preference into compose
1999-03-12 01:10:43 +00:00
ducarroz%netscape.com
107ba596d8
Part of the intregration of preferences into compose
1999-03-12 01:07:30 +00:00
ducarroz%netscape.com
fbb6806b42
Initial checkin, part of integration of preference into compose
1999-03-12 00:47:09 +00:00
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
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
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
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
warren%netscape.com
f8b67aa56a
Making it build with new RDF registration mechanism.
1999-02-26 12:24:22 +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
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
mscott%netscape.com
c70ba64725
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
021092ae3f
Flag the smtp url when we are running it....
1999-02-24 02:30:27 +00:00
mscott%netscape.com
928f5e2f79
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
f137bf26b2
Use mailnews url base class for interface inheritance....
1999-02-24 02:28:44 +00:00
ducarroz%netscape.com
2cfe3510f6
change composelib to msgcompose.lib
1999-02-23 03:40:55 +00:00
ducarroz%netscape.com
749b713a1b
Define FE_Alert as printf
1999-02-23 03:39:38 +00:00
ducarroz%netscape.com
824d14e0ec
change library name
1999-02-23 03:38:09 +00:00
ducarroz%netscape.com
9986de4271
did some clean-up and reformating
1999-02-23 03:36:56 +00:00
alecf%netscape.com
6b8e38ace0
we need to export nsMsgSend
1999-02-23 01:44:38 +00:00
alecf%netscape.com
caa5e7d8cc
clean up trailing text after #endif's
1999-02-23 01:44:14 +00:00
alecf%netscape.com
364c327e02
remove trailing text after #endif's
1999-02-23 01:42:32 +00:00
mscott%netscape.com
6639336340
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
2c4edbe9ec
Export nsISmtpService.h
1999-02-23 01:17:25 +00:00
mscott%netscape.com
f7b62270df
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
33f44bd8a1
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
617cb310e7
Remove commented out dependency on netlib.lib...
1999-02-23 01:03:51 +00:00
mscott%netscape.com
9f9ed78fb1
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
e1b6a13ec1
Interface updates to use nsString and nsFilePath....
1999-02-23 01:00:42 +00:00
mscott%netscape.com
19c00b770a
Changes to update new nsISmtpUrl interface...
1999-02-23 00:59:57 +00:00
mscott%netscape.com
dc189f84ca
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
74be4b259d
built smtp service.....
1999-02-23 00:57:14 +00:00
mscott%netscape.com
88237013ee
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
6c7697219c
Export nsISmtpService.h
1999-02-23 00:55:38 +00:00
mscott%netscape.com
cd641c4266
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
fb675bc648
use nsIMsgSend to send a message
1999-02-17 19:57:48 +00:00
ducarroz%netscape.com
362cf37881
add lib raptorbase needed by nsMsgSend
1999-02-17 19:54:52 +00:00
ducarroz%netscape.com
69e7e61ec8
did some work
1999-02-17 19:53:29 +00:00
ducarroz%netscape.com
e95ede2220
add new interface and member functions
1999-02-17 19:52:14 +00:00
ducarroz%netscape.com
cf88ee4180
add more glue requested by nsMsgSend
1999-02-17 19:50:03 +00:00
ducarroz%netscape.com
32d679d27a
add nsMsgSend.cpp & nsMsgSendPart.cpp to the build
1999-02-17 19:49:23 +00:00
ducarroz%netscape.com
205bfb5a17
clean up comment
1999-02-17 19:44:54 +00:00
ducarroz%netscape.com
b8d812dc5e
add interface for set/get body
1999-02-17 19:43:26 +00:00
ducarroz%netscape.com
95bbbaa6d7
add more glue requested by nsMsgSend
1999-02-17 19:42:02 +00:00
ducarroz%netscape.com
56f5510745
add export for nsIMsgSend.h & nsMsgSendFact.h
1999-02-17 19:41:12 +00:00
ducarroz%netscape.com
06a2cd0296
add factory for nsIMsgSend
1999-02-17 19:38:44 +00:00
ducarroz%netscape.com
fcdcc74046
add class id for nsMsgSend
1999-02-17 19:35:46 +00:00
ducarroz%netscape.com
c58bb574b6
add lib secfreenav32
1999-02-17 19:32:28 +00:00
ducarroz%netscape.com
a4f9946c2e
Initial checkin
1999-02-17 19:28:25 +00:00
alecf%netscape.com
f85cb4a25e
ignore generated files
1999-02-17 06:01:24 +00:00
warren%netscape.com
e8114e350d
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
28127155db
Removed typedef of urlstruct. It's already defined in ntypes.h
1999-02-12 22:30:11 +00:00
alecf%netscape.com
f4e1254228
get rid of duplicate NET_SACat definition
1999-02-11 07:27:19 +00:00
alecf%netscape.com
416bcd6e49
more and more fixes for unix
1999-02-11 06:53:55 +00:00
alecf%netscape.com
3a51f661a2
more fixes to make this compile on unix
1999-02-11 06:47:01 +00:00
alecf%netscape.com
94a48cb701
use new NSPR types and functions
1999-02-11 06:39:09 +00:00
alecf%netscape.com
472d81c81a
minor makefile/cvs fixes to make stuff build on Unix
1999-02-11 06:37:17 +00:00
mscott%netscape.com
3ba1fa6479
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
89c308eed8
Add library raptorbase.lib to the build
1999-02-11 02:37:35 +00:00
ducarroz%netscape.com
06e7830b3f
Add directory build
1999-02-11 01:05:18 +00:00
ducarroz%netscape.com
323f34a628
Initial check in
1999-02-11 01:01:47 +00:00
ducarroz%netscape.com
d59ff25779
no comment
1999-02-11 00:59:19 +00:00
ducarroz%netscape.com
0c2f8a656b
Initial check in
1999-02-11 00:54:40 +00:00
ducarroz%netscape.com
e305befaa2
no comment
1999-02-11 00:49:04 +00:00
ducarroz%netscape.com
5e68eb4e7a
Initial check in
1999-02-11 00:43:57 +00:00
ducarroz%netscape.com
d3602fa236
no comment
1999-02-11 00:38:13 +00:00
mscott%netscape.com
e7634021c7
Export nsSmtpProtocol.h.
1999-02-09 21:39:29 +00:00
mscott%netscape.com
11bfc13841
Remove nsMsgCompFields.h from the export list...
1999-02-09 21:39:00 +00:00
mscott%netscape.com
4e709397a3
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
d8d2d14260
Add some cleanup code to the protocol destructor....
1999-02-09 21:17:34 +00:00
alecf%netscape.com
0d43b150de
update to new NSPR types, and make it build on Unix
1999-02-09 20:08:35 +00:00
warren%netscape.com
6025c5369c
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
776da37489
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
3a78054dc6
Removing from directory as this has been moved to tests\smtp\smtpTest.cpp
1999-02-09 03:50:32 +00:00
mscott%netscape.com
1c74b22e88
Build nsSmtpProtocol.cpp...
1999-02-09 03:49:59 +00:00
mscott%netscape.com
1221af04e9
New method to post a file containing a message.
1999-02-09 03:49:31 +00:00
mscott%netscape.com
101c8b3d6d
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
43c849a258
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
0b5693d6bb
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
ac8697229e
Fixed to build on Windows.
1999-02-09 02:23:39 +00:00
ducarroz%netscape.com
bd0bf6556f
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
dda94d6451
Add support for msgCompose & msgCompFields, change library name to compose instance of smtp
1999-02-09 01:42:18 +00:00
ducarroz%netscape.com
c3d87ae834
Add support for msgCompose and msgCompFields
1999-02-09 01:40:25 +00:00
alecf%netscape.com
22088b8763
Ignore UNIX generated makefiles
1999-02-09 01:33:43 +00:00
ducarroz%netscape.com
454dd3b599
Initial check in
1999-02-09 01:28:32 +00:00
ducarroz%netscape.com
08b467330b
Initial check in
1999-02-09 00:15:59 +00:00
ducarroz%netscape.com
d33a5fc1e3
Initial check in
1999-02-09 00:08:18 +00:00
ducarroz%netscape.com
e941185aba
Initial check in
...
This file is temporary!
1999-02-09 00:05:39 +00:00
mscott%netscape.com
91be8c535d
Updating with changes for new nsISmtpUrl interface...
1999-02-08 01:36:57 +00:00
mscott%netscape.com
dd17f29775
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
5748402733
Added more interface methods for a message....
1999-02-08 01:35:57 +00:00
mscott%netscape.com
38bec9b170
First checked in.
1999-02-07 02:07:22 +00:00
mscott%netscape.com
adf74da187
First time checked in.
1999-02-07 02:06:59 +00:00
mscott%netscape.com
c92ee08987
First check in...
1999-02-07 02:05:53 +00:00
mscott%netscape.com
ef53930248
Initialize a variable....
1999-02-07 02:05:28 +00:00
mscott%netscape.com
68397cb55d
First checked in.
1999-02-07 01:50:40 +00:00
mscott%netscape.com
aaa7ba82c7
First checked. Formations of a new smtp protocol class.
1999-02-07 01:48:57 +00:00
mscott%netscape.com
e7daaf1fa2
Implementation of nsISmtpUrl.
1999-02-07 01:48:11 +00:00
mscott%netscape.com
2640deb808
First pass at an SmtpUrl interface...still need to add acessors for post data....
1999-02-07 01:46:20 +00:00