nhotta%netscape.com
14bce627cc
Changed to use a different util function which does not call the converter repeatedly in a loop
...
in order to workaround the converter problem (bug 138578),
bug 120728, r=ducarroz, sr=sspitzer.
2002-04-23 02:20:17 +00:00
mscott%netscape.com
36da9ea91d
Bug #133580 --> make image/tiff attachments show up as external attachments
...
instead of acting non-existent in the message.
r=ducarroz
sr=bienvenu
2002-04-23 01:14:47 +00:00
kaie%netscape.com
fb19288806
b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
...
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
kaie%netscape.com
7e0bebea5f
b=137627 Fix crash seen with some messages.
...
r=kaie sr=sspitzer
2002-04-22 13:49:53 +00:00
seawood%netscape.com
f1d907679e
Remove references to obsolete CHROME_ variables.
...
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
nhotta%netscape.com
58dc36e89d
Use ISO-8859-1 as a compose charset if us-ascii, change for edit as new,
...
bug 136938, r=ducarroz, sr=kin.
2002-04-18 21:43:10 +00:00
mozilla.BenB%bucksch.org
17ce2b7392
108153:
...
Forgot to remove the debug output, as promised to reviewers.
r=ducarroz,sr=bienvenu
2002-04-17 09:56:25 +00:00
mozilla.BenB%bucksch.org
4369bcc66e
Fixing mac build. Forgot to check in the mac build system change :-(.
...
Also forgot a little debug change.
2002-04-16 20:44:46 +00:00
mozilla.BenB%bucksch.org
a6c809d88a
108153, 30888, 69529, 126082:
...
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.
We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.
r=ducarroz, sr=bienvenu
This is the libmime backend. It adds 2 new libmime classes for the HTML conversion, code to select the right libmime classes and some other helperstuff/tweaks.
2002-04-16 18:41:45 +00:00
mozilla.BenB%bucksch.org
322a9014aa
108153, 30888, 69529, 126082:
...
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.
We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.
r=ducarroz, sr=bienvenu
This is the libmime backend. It adds 2 new libmime classes for the HTML conversion and some other switching code.
Adding new files
2002-04-16 18:36:34 +00:00
kaie%netscape.com
cc964d5bed
b=119418 Fix handling of opaque signed S/Mime messages.
...
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
ducarroz%netscape.com
e68462307c
Fix for bug 120594. Add null pointer check to avoid crashing. R=varada. SR=bienvenu, A=asa
2002-04-10 21:20:53 +00:00
dmose%netscape.com
49752a8d2d
LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com
2002-04-10 04:21:13 +00:00
nhotta%netscape.com
69a973b2a6
Use the correct attribute for transliteration. 'transliterate' is an attribute of nsIEntityConverter,
...
need to use 'attr_EntityAfterCharsetConv', 'attr_EntityNone' skips transliteration at all,
bug 135538, r=ducarroz, sr=sspitzer, a=asa, adt.
2002-04-06 00:19:39 +00:00
ducarroz%netscape.com
50180a8c0c
Fix for bug 109249. Don't automatically load related parts we cannot display inline by linking them to the message body. Instead, show them as attachment. Up to the user to decide to open them. R=cavin, SR=mscott, A=asa
2002-04-02 15:31:26 +00:00
mkaply%us.ibm.com
f10e725275
OS/2 bustage - implementation is const, so it must be const in the IDL/header
2002-03-29 16:47:04 +00:00
sspitzer%netscape.com
437f13b03e
landing changes for MDN Return Receipts feature, bug #16241
...
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa. Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
seawood%netscape.com
f940144626
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
kaie%netscape.com
2cd4e5db3f
b=129100 Finalize S/Mime UI implementation
...
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
dbaron%fas.harvard.edu
b95312c405
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:03:32 +00:00
cbiesinger%web.de
0604302118
bug 104906 r=pavlov sr=tor a=asa
...
imgRequest::SniffMimeType and nsUnknownDecoder::SniffForImageMimeType should be one function
2002-03-23 13:21:33 +00:00
ducarroz%netscape.com
cc4806c39b
Fix for bug 124045. Don't try to print a null string. Patch submitted by Henry.Jia@sun.com. R=ducarroz, SR=sspitzer, A=scc
2002-03-23 01:16:14 +00:00
bienvenu%netscape.com
4d465d4679
fix context menu and saving of inline attachments r=ducarroz, sr=sspitzer a=scc 129852
2002-03-22 03:57:07 +00:00
darin%netscape.com
460a4578e2
fixes pending mac bustage
2002-03-20 23:55:16 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
ducarroz%netscape.com
cd488b8463
Remaining fix for bug 83263. Don't stop parsing alternative parts at the first invalid one, instead continue until the last one. R=varada, SR=mscott, A=asa
2002-03-19 22:06:36 +00:00
darin%netscape.com
281c86ec58
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
cbiesinger%web.de
6dc708c085
partially fixes bug 41333, Adding a new image type is way too complicated
...
r=pavlov sr=tor a=asa
2002-03-08 18:58:57 +00:00
jgmyers%netscape.com
e897fb906e
Don't detect HZ as UTF-8: bug 119079 r=nhotta sr=mscott a=asa
2002-03-07 21:25:13 +00:00
ducarroz%netscape.com
adf7063e7f
Fix for bug 129131. Fix regression caused by my previous checkin and add a null pointer check to avoid future crash. R=varada, SR=bienvenu, A=dbaron
2002-03-07 03:01:21 +00:00
ducarroz%netscape.com
087ddb6e3c
Fix for bug 83263. When checking if we can display an alternative part, we need to do a strict class search. R=varada, SR=bienvenu, A=asa
2002-03-06 22:38:42 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
ducarroz%netscape.com
665d1181b6
Fix for bug 128887. Need to allocate an extra spot in the attachment list for the inline message itself. R=varada, SR=sspitzer, A=asa
2002-03-05 01:23:31 +00:00
ducarroz%netscape.com
4f1ba54695
Fix for bug 127877. Fully rewrite the function that build the attachment list. R=varada, SR=bienvenu, A=asa
2002-02-28 22:39:34 +00:00
cathleen%netscape.com
4a5da35b5c
eliminate nsCRT::strlen for char* strings (final part), bug 124536 r=dp sr=brendan a=roc+moz
2002-02-28 04:11:37 +00:00
taka%netscape.com
1bca41b949
Re-write RFC-2047 encoder. bug 73403 12699 37088 98675 102610 104447 119079, r=nhotta, sr=mscott
2002-02-20 07:18:11 +00:00
ducarroz%netscape.com
b08cd95732
Fix for bug 93439. Better algorithm to extract attachment of embedded messages. Also use subject of the message as attachment name if needed. R=varada, SR=bienvenu
2002-02-20 03:45:45 +00:00
ducarroz%netscape.com
2166a71a1b
Fix for bug 112625. When decomposing a message into files, we need to parse children of a multipart/alternative part. R=cavin, SR=mscott
2002-02-20 03:39:55 +00:00
ducarroz%netscape.com
610133f2d2
Temporary back up my fix for bug 112625 to verify is not the cause of the MLK reported in bug 12364
2002-02-19 22:47:31 +00:00
bbaetz%student.usyd.edu.au
5bc52035c9
OK, lets try this, then.
...
Build bustage fix.
2002-02-19 10:24:09 +00:00
bbaetz%student.usyd.edu.au
4f85aaa3fa
Fix for mac bustage (side effect of bug 102980). This should hopefully fix
...
it - I don't have a mac.
rs=shaver
2002-02-19 09:20:45 +00:00
cathleen%netscape.com
3f9b432d36
eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan
2002-02-19 08:42:48 +00:00
ducarroz%netscape.com
ab48b42be3
Fix for bug 112625. When decomosing a message to file, we need to parse children of a multipart/alternative part. R=cavin, SR=mscott
2002-02-19 05:32:06 +00:00
kaie%netscape.com
e46c7f3115
b=115010 Implement "Message Security Info" when reading S/Mime messages.
...
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
dbaron%fas.harvard.edu
59892aa65e
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
ducarroz%netscape.com
b2dfefd94b
Fix for bug 125620. In case of an appledouble related part, we need to generate an url which point to the data part child. R=varada, SR=bienvenu
2002-02-16 04:30:29 +00:00
nhotta%netscape.com
18d402c794
In addition to the last change, include the comments of the second super-reviewer,
...
contributed by jshin@pantheon.yale.edu ,
bug 102623, r=ducarroz, nhotta, sr=bienvenu,sr=sspitzer.
2002-02-15 01:13:05 +00:00
nhotta%netscape.com
e03414fa6b
Changed to use lang instead of font-family for message display,
...
contributed by jshin@pantheon.yale.edu ,
bug 102623, r=ducarroz, nhotta, sr=bienvenu.
2002-02-15 00:46:08 +00:00
sspitzer%netscape.com
0f2019cb5c
fix for #86980 . when printing, we always print ASCII header names,
...
instead of the localized versions. r/sr=bienvenu
2002-02-14 08:52:31 +00:00
nhotta%netscape.com
8ac1a03abd
Changed to use default charset for forward inline, if there no charset specified,
...
contibuted by adu@sparc.spb.su , bug 66098, r=nhotta, sr=bienvenu.
2002-02-12 23:20:58 +00:00