580 Commits

Author SHA1 Message Date
mscott%netscape.com
ec2903802b moved into new subdirectory.... 1999-02-11 03:33:04 +00:00
mscott%netscape.com
3d632c09ce Build pop3 subdirectory... 1999-02-11 03:32:20 +00:00
mscott%netscape.com
c9884d5495 This has been moved into a tests/pop3 subdirectory... 1999-02-11 03:31:14 +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
mscott%netscape.com
aee2e0ccbe Remove assertion that is no longer valid... 1999-02-11 03:07:24 +00:00
mscott%netscape.com
73e6a78269 Remove in-appropriate assertion...the rules have changed... 1999-02-11 03:03:51 +00:00
ducarroz%netscape.com
c762c602b3 re-added compose to the build 1999-02-11 02:38:53 +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
nhotta%netscape.com
0085ce15fd Changed csid to charset name for MIME header decoding. 1999-02-11 00:43:20 +00:00
nhotta%netscape.com
ec576a4e21 Changed csid to charset name, Unicode converter wrapper callable by C code. 1999-02-11 00:41:30 +00:00
ducarroz%netscape.com
d3602fa236 no comment 1999-02-11 00:38:13 +00:00
nhotta%netscape.com
a56748e327 Added an include path for the unicode converter. 1999-02-11 00:30:30 +00:00
ducarroz%netscape.com
b48918fe73 add export for rosetta_mailnews.h 1999-02-11 00:10:48 +00:00
ducarroz%netscape.com
c54000d02c Initial check in 1999-02-11 00:06:35 +00:00
chuang%netscape.com
690df4f8f0 Updated toobar xul 1999-02-10 22:59:44 +00:00
rhp%netscape.com
6234977b1e New changes for factory self registration. 1999-02-10 21:38:47 +00:00
chuang%netscape.com
5ea6370236 Initial 3 pane mail ui files 1999-02-10 21:31:01 +00:00
chuang%netscape.com
bbe5c164c5 Mail toolbar buttons gif files 1999-02-10 21:24:55 +00:00
ducarroz%netscape.com
38ac2283d3 remove msgcompose.lib 1999-02-10 20:10:39 +00:00
mscott%netscape.com
2e2f40723a Fix build breakage....for some reason it suddennly started having problems with LINEBREAK. I added a defintion here...although
it is also defined in nsMsgLinebuffer.cpp....seems like we want to find a generic place for this.
1999-02-10 01:16:37 +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
ducarroz%netscape.com
fe21d6a353 Remove any reference to compose classes 1999-02-09 17:33:29 +00:00
bienvenu%netscape.com
9f91cb13db put linebreak defines here since I can't put them in nsCRT.h 1999-02-09 05:07:21 +00:00
bienvenu%netscape.com
b68b1bca71 add line buffering class 1999-02-09 04:46:12 +00:00
warren%netscape.com
6762930792 Moved NS_ERROR_MODULE_MAILNEWS to xpcom/public/nsError.h 1999-02-09 04:28: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
warren%netscape.com
4303f5bbff Broke out IMAP stuff. 1999-02-09 03:45:02 +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
mscott%netscape.com
fb0265ba77 Add values for CRLF.... 1999-02-09 03:23:10 +00:00
mscott%netscape.com
42bcff3720 Oops...one of my changes got lost...if you are reading in user data, don't write it into m_userData unless the user
actually entered a value...if you do write in it, we step on the default value which is alredy in m_userData...
1999-02-09 03:21:34 +00:00
alecf%netscape.com
d5c6aee3a4 Some headers aren't required after all.
reorder some of them and change HEADER_TOTAL to HEADER_LAST for consistency.
1999-02-09 02:55:39 +00:00
alecf%netscape.com
d2b793432e terminate posts with "."
move FORCE_PR_LOG above the include for msgCore so that we can log in release builds
remove unnecessary assert
get ready for the next state after we post the message
1999-02-09 02:54:44 +00:00
alecf%netscape.com
f71411b43d fix up test harness for posting 1999-02-09 02:49:58 +00:00
warren%netscape.com
ac8697229e Fixed to build on Windows. 1999-02-09 02:23:39 +00:00