Commit Graph

1077 Commits

Author SHA1 Message Date
nhotta%netscape.com
dbe1fbf9e7 Removing a debug printf which was checked in by mistake in my last check in. 2000-09-01 20:58:41 +00:00
mozilla.BenB%bucksch.org
cdb1fec4e2 45268, step 1: Remove the <div> for quoting case until we have a better solution. r=a=alecf 2000-09-01 00:56:03 +00:00
nhotta%netscape.com
b285f7c2e7 Added a destructor for stream converter to release a cached instance, bug 49411, r=rhp. 2000-08-30 22:09:42 +00:00
nhotta%netscape.com
6c4ab35ae2 Changed to cache charset detection instance, bug 49411, r=ftang. 2000-08-30 22:09:23 +00:00
mozilla.BenB%bucksch.org
f196fa716f 47005: Remove buffersize guessing and use nsString instead.
46653: Position the real <space> /after/ %nbsp;. Factor out and encapsulate the whitespace conversion logic into an (exported) function.
r=rhp, a=waterson
2000-08-25 02:40:57 +00:00
jst%netscape.com
9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
scc%mozilla.org
34e33dc05a fixing code that relied on implicit string construction 2000-08-20 06:29:14 +00:00
ftang%netscape.com
87f5cb86aa *** empty log message *** 2000-08-18 00:47:03 +00:00
mscott%netscape.com
788511e3da Bug #47681 --> more polish on the message header pane, reformat the date header so it matches the format we use in the thread pane.
r=alecf
2000-08-17 07:35:25 +00:00
bienvenu%netscape.com
60afed7b1d fix linux bustage 2000-08-16 23:42:00 +00:00
bienvenu%netscape.com
2b2ea3b78c cache charset converters used in msg dispaly r=nhotta 47542 2000-08-16 23:22:26 +00:00
rhp%netscape.com
397950a216 Fix for bug #17294 for vCard display on mac - r: putterman 2000-08-13 22:11:59 +00:00
rhp%netscape.com
0c5fdd5b33 Fix for Japanese text being corrupted in Forward Inline - Bug #: 48118 - r: mscott 2000-08-10 02:28:26 +00:00
bienvenu%netscape.com
7861776baa fix freeing of uninitialized memory, prob result of trying to fix memory leaks, r=mscott 2000-08-09 01:32:20 +00:00
bratell%lysator.liu.se
e6e4e71960 Bug 35802 leaking strings. r=mscott@netscape.com a=brendan@mozilla.org 2000-08-08 21:02:56 +00:00
mscott%netscape.com
b0f28a359e Bug #46881 --> set the charset correctly for mutlipart/alternative
r=rhp
2000-08-08 04:09:26 +00:00
mscott%netscape.com
49aebf5865 Fix a small memory leak. 2000-08-08 02:27:52 +00:00
mscott%netscape.com
624abc3bed Bug #43389, 41125 --> header conversion should honor default and over ride charset
information.
r=nhotta
2000-08-08 02:27:38 +00:00
rhp%netscape.com
3dda3615b3 Fix for vCard having an inactive Add button - Bug #: 47537 - r: putterman 2000-08-08 00:52:52 +00:00
rhp%netscape.com
e47900918a Fix for old code shadowing variables - Bug #: 64922 - r: bienvenu 2000-08-03 23:41:08 +00:00
nhotta%netscape.com
b49e762c42 A change for phone/fax field. Write out attribute and value separatly since value needs charset conversion but not for attribute, bug 38901, r=rhp. 2000-08-02 22:00:04 +00:00
rhp%netscape.com
87403a338e Fix for extra table in quoted output - Bug #: 46975 - r: rhp - mozilla contribution 2000-08-01 01:25:59 +00:00
rhp%netscape.com
15a764e2c7 Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution 2000-07-28 21:38:32 +00:00
rhp%netscape.com
4edccccc74 Fix for problem with editing Japanese emails as new - Bug #: 41009 - r: bienvenu 2000-07-27 03:21:56 +00:00
rhp%netscape.com
02ee20bf7e Fix for rendering binary data as text - Bug #33579 - r: bienvenu 2000-07-27 03:17:48 +00:00
rhp%netscape.com
a161ffb905 Fix for problems with vCard display - Bug 42814 - r: bienvenu 2000-07-27 03:01:06 +00:00
rhp%netscape.com
b6a1d780b7 Fix for standards compliant HTML output - Bug 46234 - r: rhp - external contribution 2000-07-27 01:04:27 +00:00
rhp%netscape.com
11a8a9b2aa Fix for Quoted printable issue with signatures Bug #: 46431 - r: rhp - contributed externally 2000-07-27 00:46:12 +00:00
bratell%lysator.liu.se
2c3f70df38 Bug 41773, stop up possible (but unlikely) memory leaks in the format=flowed mail decoder. r=rhp,brendan a=brendan. 2000-07-25 21:04:11 +00:00
bratell%lysator.liu.se
dad721d2d2 Fixes for bug 46173 and bug 46188, handle whitespace correctly when decoding a format=flowed mail. r=rhp, a=brendan. 2000-07-24 22:11:41 +00:00
bratell%lysator.liu.se
055803982d Fix bug 43813 by removing erroneous test. r=rhp@netscape.com a=brendan@mozilla.org. 2000-07-22 17:32:28 +00:00
mscott%netscape.com
7c61ce6d19 Bug #45956 --> Fix crash trying to forward some messages as inline (esp. messages
with attachments with charsets). Fix is to use the mime service to get a file extension
for the content type instead of trying to use the value of the content type (which can
include charset information) as the file extension for the attachment.
r=alecf
2000-07-22 00:04:11 +00:00
brade%netscape.com
7eaaeacf1c comment out offensive line to get Mac green again 2000-07-20 13:46:43 +00:00
mscott%netscape.com
c5950b9e2e Bug #39736 --> we were always using the charset specified in the mail header instead of using the charset override
value if it was present. This broke forwarding inline for messages that had incorrect charsets assigned to them.
r=alecf
2000-07-20 08:52:18 +00:00
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
nhotta%netscape.com
e4bd4bb62a Changed to check override case before set a charset to msgWindow, bug 28869, r=mscott. 2000-07-13 20:53:57 +00:00
mscott%netscape.com
a835e8c7d9 Bug #44603 --> hack to get around an infinite loop if we try to open a .eml attachment
The fix: if the attachment is of type message/rfc822 then treat the outgoing content
as raw data to force a new browser window to come up and display the content.
r=alecf
2000-07-13 05:28:51 +00:00
rhp%netscape.com
f6761e289d Fix for crashing in forward - reply - Bug #: 45216 - r: alecf 2000-07-13 04:02:35 +00:00
nhotta%netscape.com
b2e29b14ab Changed to set mailCharacterSet in nsIMsgWindow so that the value can be used for a checkmark in charset menu, bug 28869, r=mscott. 2000-07-11 23:51:38 +00:00
bienvenu%netscape.com
92cf4b729c fix 45146 edit message as new crashing r=mscott 2000-07-11 20:49:52 +00:00
cls%seawood.org
e87a1b7b11 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
rhp%netscape.com
3da285e89e Fix for bug 31589 - Problem with Japanese in vCard tag fields - r: nhotta 2000-07-07 03:17:33 +00:00
nhotta%netscape.com
bdbe2d2ec3 Fix warnings caused by my last check in. 2000-07-06 23:46:20 +00:00
nhotta%netscape.com
786c02653e Added a force charset override support, bug 43101, r=mscott. 2000-07-06 23:30:57 +00:00
mozilla.BenB%bucksch.org
67b72ae485 40862: Fix bug 9202 for this class, temporarily remove the wrapping <div class=text-flowed> in the quoting case.
43453: Check in the nsbr conversion for flowed paragraphs, if we're in an HTML tag (as e.g. outputted by the TXT->HTML converter).
43455: Allow space-stuffing even for otherwise empty (or quoted) lines.
2000-07-06 02:22:59 +00:00
mozilla.BenB%bucksch.org
0beb9ebea4 39370: Use format=flowed for quoting 2000-07-06 01:45:02 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
scc%mozilla.org
1e97d06de6 bug #17294, fixed a dogfood+ assert described in this bug, though unrelated to the underlying problem 17294 is really about. r=BenB; a=jar 2000-06-29 22:04:22 +00:00
mscott%netscape.com
0695efb437 Bug #10802 --> in order to impelement open attachments, I needed to make sure the
stream converter passes out the same channel it is given. This makes the converter
much more transparant in the conversion process.
r=sspitzer
2000-06-23 04:48:29 +00:00
mscott%netscape.com
567e6d3ea8 Bug #10802 --> register mime as a message/rfc822 to */* converter.
r=sspitzer
2000-06-23 00:00:52 +00:00
mscott%netscape.com
123e15cd41 Bug #10802 --> properly report the content type especially in the case of
attachments instead of always reporting "raw"
r=sspitzer
2000-06-22 22:04:13 +00:00
mscott%netscape.com
0c08e26157 Bug #10802 --> for open attachment, the mime converter needs to remember the
content type of the part is about to output.
r=rhp
2000-06-22 03:25:22 +00:00
amasri%netscape.com
7726bc3d76 Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
rhp%netscape.com
6c08324089 Fix for null pointer access crasher - Bug #: 42359 - r: scottip 2000-06-15 01:53:39 +00:00
nhotta%netscape.com
f7152de9de Changed charset conversion for UTF-8 to UCS2 to use NS_ConvertUTF8toUCS2, bug 41460, r=mscott. 2000-06-12 23:33:36 +00:00
nhotta%netscape.com
59512a9407 Changed MIME decoder for no charset label case, return "ISO-8859-1" if the header contains 8 bit, bug 41460, r=mscott. 2000-06-12 23:32:58 +00:00
rhp%netscape.com
c2f1ed3c3f Fix for invalid attachment - Bug #: 41415 - r: jefft 2000-06-12 23:16:50 +00:00
rhp%netscape.com
9f75ead44b Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
alecf%netscape.com
3383d58479 arrrgggh - curse the mac for not automatically exporting IDL!
(fixing bustage)
2000-06-06 23:46:35 +00:00
rhp%netscape.com
3be7b55ced Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 23:37:04 +00:00
nhotta%netscape.com
ce813e8a9c Changed to convert font name to UTF-8 instead of mail charset, bug 26182, r=rhp, a=ftang. 2000-06-06 23:32:03 +00:00
rhp%netscape.com
b2b43e13f7 Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org) 2000-06-06 17:57:20 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
sspitzer%netscape.com
20a4030091 removing mimerosetta.h from the build. it is not used anymore. 2000-05-25 04:53:58 +00:00
rhp%netscape.com
6c8b7c06fe Fix for problem with forwarding images - Bug #: 31207 - r: sspitzer 2000-05-20 04:21:36 +00:00
rhp%netscape.com
77428727ea Fixing a problem with double header conversions - Bug #: 34865 - r: putterman 2000-05-19 20:49:55 +00:00
rhp%netscape.com
60bca03f01 Fix for crasher with lots of attachments - Bug #35923 - r: sspitzer 2000-05-19 00:07:28 +00:00
cls%seawood.org
a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
mkaply%us.ibm.com
c432c633c0 # 37239
r= mscott
OS/2 bring up continues - add PR_CALLBACKs for VisualAge
2000-05-16 22:59:50 +00:00
mscott%netscape.com
dc10ffd27b Bug #5938 --> set the charset override if the url has one. 2000-05-16 00:23:55 +00:00
rhp%netscape.com
e0f2d9b660 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com
2ef3f28f3f Bug #31058 --> get the folder charset from the url if it supports nsImsgI18NUrl and use this charset as the default charset for the current
message we are trying to display.
2000-05-15 20:36:28 +00:00
mscott%netscape.com
d4645bf067 Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
nhotta%netscape.com
d5e92d0d4f Revert the last change (1.62) of striping off TAB which should not be done in MIME decoder, MIME_StripContinuations does this instead. 2000-05-15 20:03:04 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
nhotta%netscape.com
0890f778e3 Added support for font name of no charset specified case bug 38890, also changed to use pixel instead point for font size. 2000-05-12 20:35:29 +00:00
nhotta%netscape.com
2039bb520c Changed to apply charset conversion for fields like phone number because they may contain non ascii characters, bug 38901, r=rhp. 2000-05-11 22:54:39 +00:00
nhotta%netscape.com
bf8a77d461 Changed GetMailNewsFont to use a pref value to get a proper variable width font, bug 38890. 2000-05-11 21:01:19 +00:00
nhotta%netscape.com
60e8f6653e Changed MIME decoder for a multiple lines of MIME encoded header, bug 38192. 2000-05-11 21:00:38 +00:00
sspitzer%netscape.com
284b7beebd these skin files have moved 2000-05-11 04:07:48 +00:00
sspitzer%netscape.com
51fc36d653 these skin files have moved. 2000-05-11 04:04:52 +00:00
nhotta%netscape.com
48ffa15bdd Change for default font setting for Plain text view (format=fixed).
Put the default font info into existing tags instead of defining a separate tag
which was overridden by inner tags, bug 26182.
2000-05-10 01:58:32 +00:00
nhotta%netscape.com
e0f332663a Changed format=flowed case to call GetMailNewsFont(), also changed to use "div" and "tt" instead of "pre", bug 38491, 38511. 2000-05-08 23:39:33 +00:00
nhotta%netscape.com
a6089ad08d Changed to specify content type explicitly for GetMailNewFont(). 2000-05-06 01:33:31 +00:00
nhotta%netscape.com
52b0168516 Added a new function to return the default font name/size of mailnews. 2000-05-05 22:24:06 +00:00
nhotta%netscape.com
f9b90920bb Changed to use charset service instead of hard coded charset names to decide mail header encoding type. 2000-05-05 20:31:53 +00:00
mkaply%us.ibm.com
8be8b61bd2 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com
6626665a73 round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
nhotta%netscape.com
925020c709 Changed to use "pre", fixing a remaining part of the last change, bug 37299. 2000-05-01 21:59:49 +00:00
sfraser%netscape.com
a805db42ec Fix access paths 2000-05-01 00:08:38 +00:00
scc%netscape.com
32d3c61972 making string conversions explicit 2000-04-27 21:53:50 +00:00
nhotta%netscape.com
884c17fa0b Changed to use "pre" instead of "div" in case of plain text for the font setting, bug 37299. 2000-04-27 00:26:24 +00:00
nhotta%netscape.com
fa68e974ee Changed forward code to use UTF-8 in order to be constant with string resources, bug 34666. 2000-04-26 20:55:44 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
jefft%netscape.com
da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
scc%netscape.com
c938845535 making string conversions explicit 2000-04-24 04:36:57 +00:00
scc%netscape.com
1d57ef76e3 making string conversions explicit 2000-04-23 22:43:46 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
rhp%netscape.com
76e831b0f8 Disable the add to address book - Bug #29436 - r: bienvenu 2000-04-23 17:40:58 +00:00
alecf%netscape.com
b9fee089b2 switch to nspr types to reduce dependancies on xp_core.h, and fix a warning 2000-04-23 17:31:29 +00:00
nhotta%netscape.com
21755fc10e Added language sensitive font selection (disabled as a default), bug 26182. 2000-04-21 21:36:10 +00:00
rhp%netscape.com
31be06e1f3 Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
rhp%netscape.com
218a5b1c8b Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
rhp%netscape.com
6a829f7225 Fix for message text on signed message stub - Bug # 34570 - r: bienvenu 2000-04-21 01:09:50 +00:00
jefft%netscape.com
2a29e360f0 partial fix for limit message size download; we now generate truncated message html from mime 2000-04-20 01:55:42 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
nhotta%netscape.com
e4f1604b8f Added mail/news font setting by prefs (no UI yet) to libmime, bug 26182. 2000-04-18 21:07:19 +00:00
mstoltz%netscape.com
6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
nhotta%netscape.com
dbf5a63c0c Added fallback conversion to support broken 4.x japanese vCard, bug 21743, r=cata. 2000-04-13 19:57:52 +00:00
nhotta%netscape.com
d93b98275a Adding new functions to control message view font, bug 26182, r=rhp. 2000-04-13 19:56:41 +00:00
warren%netscape.com
b4bd3fb5bf Added sanity assertions. 2000-04-13 09:19:47 +00:00
sspitzer%netscape.com
b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org
fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mscott%netscape.com
4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com
55d79f76b5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
rhp%netscape.com
e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
rhp%netscape.com
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
nhotta%netscape.com
b28517a966 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00
rhp%netscape.com
8a9e1fd79c fixing screwup 2000-03-29 21:01:02 +00:00
rhp%netscape.com
a3b3343a8b Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu 2000-03-29 20:51:11 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
bienvenu%netscape.com
100bac85c1 fix deref of uninitialized ptr 2000-03-26 23:56:42 +00:00
rickg%netscape.com
794e353349 removed reference to nsString2 2000-03-26 23:30:52 +00:00
scc%netscape.com
0f26ee77f0 small changes to clients of converting string APIs 2000-03-26 14:15:49 +00:00
rhp%netscape.com
3fce1b2822 Added sanity check for MLK - Bug #33308 2000-03-25 18:22:33 +00:00
rhp%netscape.com
cbc91843e0 Small fixes for memory leaks - Bugs: 33158 33161 2000-03-25 17:56:37 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rhp%netscape.com
a4e128e164 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +00:00
alecf%netscape.com
cb9f621870 fix solaris bustage 2000-03-24 10:10:09 +00:00
alecf%netscape.com
fd47dbebf6 not dependant on nsIPref.h 2000-03-24 08:27:02 +00:00
alecf%netscape.com
32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
rhp%netscape.com
bd0c5f0f4e Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:52:42 +00:00
rhp%netscape.com
cb9922ab02 Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:14:17 +00:00
nhotta%netscape.com
65c75fb459 For unicode conversion, changed to call encode->Finish(), use set output behavior to avoid internal loop, r=cata. 2000-03-22 21:28:08 +00:00
rhp%netscape.com
b68c624cd1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00
nhotta%netscape.com
8fecfe9a63 Initialize a buffer before calling the MIME decoder, bug 32013, r=ftang. 2000-03-20 22:42:40 +00:00
nhotta%netscape.com
7e461f9d1d Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
nhotta%netscape.com
4dffd8f322 Added fallback charset for charset conversion, bug 28679, r=rhp. 2000-03-15 23:33:43 +00:00
rhp%netscape.com
2ec0c6b8e6 Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589 2000-03-15 02:09:43 +00:00
rickg%netscape.com
7a722be971 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
rickg%netscape.com
5dc7d01987 removed calls to deprecated nsString methods 2000-03-12 11:06:57 +00:00
rickg%netscape.com
ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00