warren%netscape.com
34ecf73507
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
sspitzer%netscape.com
5f5268311e
don't build smtpTest anymore, it's obsolete. r=mscott
1999-11-10 00:10:40 +00:00
sspitzer%netscape.com
b79f0bc070
fix for #17956 and #18084 .
...
#17956 is reply fails if message in local mail folder
fix (by ducarroz) is to remove the temporary code.
#18084 is sending email fails in certain cases
the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.
r=alecf
a=chofmann
1999-11-09 02:04:06 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
sspitzer%netscape.com
dea1c4efdb
fix #16457 , r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
...
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert. define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
warren%netscape.com
f50d3df7c0
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
dveditz%netscape.com
ff01d5e8f4
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
alecf%netscape.com
29c49355c0
fix windows bustage
1999-10-08 01:01:56 +00:00
alecf%netscape.com
ad97c5b356
fix GetPassword() bustage
1999-09-22 03:40:07 +00:00
alecf%netscape.com
0c46a27fae
fix bogus linking
1999-09-17 21:13:17 +00:00
cls%seawood.org
cb3abff6ef
Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h>
1999-09-16 14:50:19 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
briano%netscape.com
3474999aa5
General cleanup.
1999-09-14 23:05:06 +00:00
cls%seawood.org
a87b20551f
Fix my bustage using -D_BSD_SOURCE
1999-09-12 17:15:57 +00:00
warren%netscape.com
40ed9d6ad2
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
ramiro%netscape.com
18b5e04d18
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
mscott%netscape.com
8f2820a928
password api synch
1999-08-31 04:43:29 +00:00
mscott%netscape.com
5e0156d0e3
Bug #7811 --> sync with new nsISmtpService apis.
1999-08-27 21:15:57 +00:00
rpotts%netscape.com
0085d83ab0
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
ramiro%netscape.com
ec21b9ecbc
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
ramiro%netscape.com
56b62f3790
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
alecf%netscape.com
db4f6f8103
add new SMTP server API
...
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
04349cdd68
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
bienvenu%netscape.com
a03473b8c2
fix build bustage
1999-08-10 04:51:32 +00:00
bienvenu%netscape.com
3653ea8d06
get rid of nsString2
1999-08-07 02:32:02 +00:00
rhp%netscape.com
126e9aa075
Changes for bodies in drafts and fix for 8bit address sending
1999-08-05 22:19:46 +00:00
rhp%netscape.com
1d3aa65510
Changes for specifying attachments via the nsMsgCompFields object
1999-08-01 16:01:31 +00:00
sspitzer%netscape.com
35c9274f30
fix build bustage
1999-07-29 04:20:23 +00:00
briano%netscape.com
5ca4aa0b87
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
mscott%netscape.com
01ab699db6
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
hyatt%netscape.com
9ac7d39256
Fixing more Windows build bustage caused by the charset stuff.
1999-07-22 07:48:18 +00:00
waterson%netscape.com
4f79a16bd2
fix build bustage.
1999-07-22 07:02:57 +00:00
rhp%netscape.com
e5e9833eb3
Changes for sending multipart/related messages
1999-07-21 20:17:07 +00:00
ramiro%netscape.com
fda4120340
Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
...
according to the toolkit they match. Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
rhp%netscape.com
415d5a3728
cleanup for test programs
1999-07-16 03:48:58 +00:00
rhp%netscape.com
340a75aa07
Changes for better attachment handling in back end
1999-07-15 00:13:54 +00:00
jefft%netscape.com
7f27768f3a
more on copy service - online Sent/Drafts/Templates support; accomodate interface change
1999-07-13 20:09:29 +00:00
rhp%netscape.com
e4c1bf272c
Compose back end cleanup
1999-07-13 18:38:36 +00:00
ramiro%netscape.com
5cdb03367b
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
rhp%netscape.com
7dd847ccf9
Changes for copy operations
1999-07-06 23:46:29 +00:00
ducarroz%netscape.com
6840751336
adapt code to the new nsIMsgCompFields
1999-07-04 00:20:49 +00:00
ducarroz%netscape.com
47c30b3ade
Redo Bienvenu's fix for the new nsIMsgCompFields
1999-07-04 00:19:35 +00:00
bienvenu%netscape.com
1e707f37fa
fix build problem with new compose stuff
1999-07-03 22:51:17 +00:00