Commit Graph

594 Commits

Author SHA1 Message Date
tao%netscape.com
34dfefc3a3 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
bienvenu%netscape.com
9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +00:00
jefft%netscape.com
ffbed73cfa enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com
59f069855f enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
bienvenu%netscape.com
abc6d920a6 fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
65e377b2b3 fix mismatched free 1999-09-18 17:41:37 +00:00
bienvenu%netscape.com
a2297ca2eb fix memory leak 1999-09-18 03:01:20 +00:00
jefft%netscape.com
1eccc1ed45 register message/rfc822 to text/html stream converter 1999-09-17 23:23:03 +00:00
jefft%netscape.com
c4b5fc7a26 use message uri instead of protocol url spec for openning attachment 1999-09-17 23:21:58 +00:00
jefft%netscape.com
dd17bf1407 remove debug only save attachment menubar 1999-09-17 23:20:51 +00:00
jefft%netscape.com
fc857d46d5 removed SaveAttachmentURL 1999-09-17 23:19:34 +00:00
jefft%netscape.com
6f4d95193d define text/html converter progid 1999-09-17 23:18:47 +00:00
alecf%netscape.com
3365a1099e link mime emitter against NSPR 1999-09-17 20:35:09 +00:00
alecf%netscape.com
06d71166b4 don't need to link mime against js anymore 1999-09-17 20:33:14 +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
warren%netscape.com
a2a211c738 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:44:41 +00:00
mscott%netscape.com
78b9f507f0 Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
all the emitters.
1999-09-16 04:44:35 +00:00
mscott%netscape.com
dc93d09a68 Build nsMimeBaseEmitter 1999-09-16 04:29:59 +00:00
mscott%netscape.com
232b2b3533 Build nsMimeBaseEmitter 1999-09-16 04:19:08 +00:00
mscott%netscape.com
6f11385254 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mscott%netscape.com
bd1157f124 Bug #10933 --> don't signal OnDataAvailable to the listener after we write
a line as this gets expensive! Batch the calls together and do them at the end
1999-09-15 07:10:36 +00:00
mscott%netscape.com
21537ee291 Crank the buffer size used for the pipe in the stream converter back down to 32K. It
was a ridiculously large number due to an old necko bug that isn't appropriate anymore.
1999-09-15 06:40:15 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
jefft%netscape.com
fbabae7fd2 added SaveAttachURL, statusFeedback 1999-09-15 02:14:28 +00:00
jefft%netscape.com
a46c88cc36 fixed bug 13574 -- use stream converter instead of temp file for reply quoting 1999-09-15 02:13:04 +00:00
briano%netscape.com
18db6b773d General cleanup. 1999-09-15 00:33:49 +00:00
nhotta%netscape.com
ebeb6f9bf4 Changed to return unconverted length for charset conversion. 1999-09-14 19:12:31 +00:00
jefft%netscape.com
ee1a32080d fixed bug 13621 -- need to escape attachments url emitting as a XUL document 1999-09-13 14:40:58 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
cls%seawood.org
adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
mscott%netscape.com
18bb55135c Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.
1999-09-12 08:01:01 +00:00
alecf%netscape.com
fff94a2e76 stop linking against prefs 1999-09-11 19:55:00 +00:00
ducarroz%netscape.com
ead9f39428 Add nsIMimeHeaders.idl 1999-09-10 18:58:38 +00:00
ducarroz%netscape.com
5e8683349b Add nsMimeHeaders.cpp 1999-09-10 18:57:56 +00:00
ducarroz%netscape.com
b3c684d4cf Add a way to extract headers during parsing of a message and give them back to the caller 1999-09-10 18:57:03 +00:00
ducarroz%netscape.com
9a70323f4e Add nsIMimeHeaders.idl 1999-09-10 18:46:17 +00:00
ducarroz%netscape.com
9e100e5a9a Add nsMimeHeaders.cpp 1999-09-10 18:45:57 +00:00
ducarroz%netscape.com
88cf68892e add nsMimeHeaders.cpp 1999-09-10 18:30:56 +00:00
ducarroz%netscape.com
4555491877 add nsIMimeHeaders.idl 1999-09-10 18:30:09 +00:00
ducarroz%netscape.com
563f9cf21a First Checked In. 1999-09-10 14:54:50 +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
bienvenu%netscape.com
690ed2ef12 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
bienvenu%netscape.com
4dd19900bd fix purify error 1999-09-08 23:02:17 +00:00
mscott%netscape.com
3ca4c617f8 Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
what newsgroup it came from!
1999-09-08 20:42:04 +00:00
alecf%netscape.com
4032794660 switch to using correct NSPR types and PR_TRUE/PR_FALSE/etc 1999-09-08 03:56:37 +00:00
mscott%netscape.com
65369f8bb3 Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.
1999-09-08 00:12:55 +00:00
bruce%cybersight.com
d2ba19e67b Add linefeed to end of file for HPUX. 1999-09-06 20:29:15 +00:00
mscott%netscape.com
f4df3a45be Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bruce%cybersight.com
81a6b33ba3 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00