Jerry.Kirk%Nexwarecorp.com
19f6713e3f
Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
...
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
jdunn%netscape.com
1fa56e3ef1
alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
...
libmsgbaseutil so we need to link it in
r= alecf
1999-12-06 22:04:24 +00:00
rhp%netscape.com
5c1d1ddd4b
Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch)
1999-12-06 04:53:29 +00:00
drapeau%eng.sun.com
d83eeec4b4
Fix for minor bug that prevents the module "geturl.cpp" from compiling
...
with Sun's Workshop compiler. The error reported by Workshop:
"nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.
This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
warren%netscape.com
6af4802e75
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
alecf%netscape.com
253646d732
add sendlater to unix build (test only, no review)
1999-12-02 06:32:36 +00:00
alecf%netscape.com
3f78cb44bb
update to use accountmanager as a service (test only, no review)
1999-12-02 06:31:47 +00:00
alecf%netscape.com
fc7b9e3eed
add geturl and sendpage tests to unix build (test only, no review)
1999-12-02 06:29:27 +00:00
alecf%netscape.com
1b06444bd1
update this test (test only, no review)
...
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com
152bcfadc0
fix makefile so this test builds on unix
1999-12-02 06:27:00 +00:00
alecf%netscape.com
7fdf4380f9
add compose2 to the unix build (test only, no review)
1999-12-02 06:25:06 +00:00
alecf%netscape.com
c9b2a19129
port this to unix so I stop breaking the tree
...
test only, no review necessary
1999-12-02 06:24:07 +00:00
alecf%netscape.com
560a14a5da
fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
...
r=rhp
1999-12-02 03:11:52 +00:00
warren%netscape.com
2db26922a6
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
dougt%netscape.com
f66be6c30c
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
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