Commit Graph

753 Commits

Author SHA1 Message Date
mscott%netscape.com
781255353d Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
mscott%netscape.com
679d2aad9b Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format. 2000-01-06 00:17:18 +00:00
mscott%netscape.com
55bae324c1 Bug #22960 --> add nsIMsgHdrSink interface for getting headers
r=sspitzer
2000-01-06 00:15:54 +00:00
mscott%netscape.com
02b08268f8 Bug #22960
make the header parser easier to use from xpconnect by adding
an enumerator you can use to enumerate over parsed results
and adding nsIMsgHeaderParserResult
r=sspitzer
2000-01-06 00:14:05 +00:00
jefft%netscape.com
398cac9ed2 fixed bug 21688 -- [Dogfood] Headers are all collapsed into 1 line when forwarding certain types of msgs; conditionally strip out line continuation; r=rhp 2000-01-05 15:46:06 +00:00
warren%netscape.com
e07863e48c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
rhp%netscape.com
6b06ca840c Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta 2000-01-04 23:22:51 +00:00
rhp%netscape.com
b087727625 Fix for mime rendering problem - Bug #22653 - r: jefft 2000-01-04 02:58:42 +00:00
mscott%netscape.com
39f82b2424 Prep work for landing improved message display performance: Bug #22960.
give the msg header parser a progid so it can accessed from js.
2000-01-03 23:24:16 +00:00
jefft%netscape.com
71c63ee4d2 fixed bug 15069 -- wrong implementation to get the file type url string; r=ducarroz 2000-01-03 23:14:32 +00:00
blizzard%redhat.com
d6cf22aa5c Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
sspitzer%netscape.com
b4a6479e68 ignore generated makefile 1999-12-28 22:28:18 +00:00
rhp%netscape.com
f5549230fa Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
rhp%netscape.com
7077c2102e Adding signed stubs to build process 1999-12-25 16:05:30 +00:00
sspitzer%netscape.com
9cf4030670 rest of fix for #21649. don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
thanks to mozilla@bucksch.org for explaining the right thing to do.

also fix a couple of warnings.

r=bienvenu
1999-12-23 22:20:10 +00:00
ducarroz%netscape.com
2c3ebdcd2c First Checked In. 1999-12-23 20:47:06 +00:00
ducarroz%netscape.com
95cf967e58 File Removed. 1999-12-23 20:45:53 +00:00
bienvenu%netscape.com
ec2736182d fix memory leaks, r=sspitzer 1999-12-23 20:05:19 +00:00
jefft%netscape.com
95ac1fac81 fixed bug 21869 -- forwarding multipart/signed message crashes the system; check for the subpart isn't a multipart mime object prior setting up decomposing part function; r=rhp 1999-12-22 21:49:15 +00:00
ducarroz%netscape.com
f9274cbe6a First Checked In. 1999-12-22 21:37:09 +00:00
nhotta%netscape.com
e222267d9c Bug fix for 22209 (and 20997), when the mail body charset is labeled as us-ascii, use ISO-8859-1 converter (which is a superset of us-ascii), r=rhp. 1999-12-22 19:57:35 +00:00
sspitzer%netscape.com
ebfba119c8 fix warnings, a=sdagley 1999-12-21 22:27:57 +00:00
rhp%netscape.com
1e36d1d252 Adding files to the repository. NOT PART OF THE BUILD! 1999-12-21 17:55:56 +00:00
rhp%netscape.com
3f7e67c780 Adding smimestub to the build process. 1999-12-21 17:48:12 +00:00
rhp%netscape.com
615c192cb9 Cleanup of dead files 1999-12-17 21:39:09 +00:00
rhp%netscape.com
5c07699361 Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann 1999-12-17 21:37:46 +00:00
rhp%netscape.com
a9084e8553 Large Image attachments hang on mail display fix - Bug #21852 - r: mscott/rhp approved: chofmann 1999-12-16 03:35:01 +00:00
rhp%netscape.com
968e22dd58 Fix for build problem 1999-12-15 04:05:40 +00:00
rhp%netscape.com
074e45276e Performance fix for message display - Bug #: 21203 - r: xxxxx 1999-12-15 03:35:34 +00:00
rhp%netscape.com
19e34795ff Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann 1999-12-14 02:25:50 +00:00
rhp%netscape.com
b2596d9e1a Fix for possible memory overrun - Bug #:20564 - r: jefft 1999-12-09 01:11:52 +00:00
norris%netscape.com
db3ac41e96 Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.

r=rhp@netscape.com.

Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
rhp%netscape.com
0dbd32e463 Changes for emitter rework for printing - r: jefft 1999-12-08 03:34:32 +00:00
rhp%netscape.com
33c6cfdf17 Fix for garbage display on text=flowed messages. r: rhp Externally Contributed 1999-12-07 22:54:41 +00:00
dp%netscape.com
2836fa3605 Converting to generic factory. Fixed vcard factory holding
servicemanager. r=rhp@netscape.com
1999-12-07 22:44:49 +00:00
rhp%netscape.com
eedfcf7238 Fixes for Text - HTML converstion - r: rhp - externally contributed 1999-12-07 22:25:00 +00:00
rhp%netscape.com
957beb03fe Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
rhp%netscape.com
5bc5532f1e Deleting dead files 1999-12-06 05:02:33 +00:00
rhp%netscape.com
8c52701186 Cleaning up dead files 1999-12-06 05:02:18 +00:00
rhp%netscape.com
747d7fc6f5 Cleaning up dead files. 1999-12-06 05:01:42 +00:00
rhp%netscape.com
e16eeb9d25 Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:55:54 +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
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
rhp%netscape.com
28e3f7468f Fix for vCard crasher display on Mac - bug #: 20564 - r: sspitzer 1999-12-04 00:59:43 +00:00
rhp%netscape.com
0882624c4a Fix for emoticon bug - Bug #20644 - r: alecf 1999-12-03 04:07:53 +00:00
alecf%netscape.com
58cce0ec60 more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
r=rhp
1999-12-03 00:12:49 +00:00
ducarroz%netscape.com
1980290fb9 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
rhp%netscape.com
8f84b13eb4 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +00:00
rhp%netscape.com
8f0ec1eb9f Fixing project file for release build. 1999-12-02 01:45:13 +00:00
rhp%netscape.com
bbcc763a69 Correcting project file. 1999-12-01 23:17:58 +00:00