Commit Graph

1307 Commits

Author SHA1 Message Date
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
nhotta%netscape.com
0c3f8b9a6b Changed to use a default charset for non forward case if we cannot find a charset in the header or the override is set.
Also removed unnecessary conversion to UTF-8,
bug 117956, r=ducarroz, sr=bienvenu.
2002-02-12 22:18:56 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
cathleen%netscape.com
a5ec167c47 eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
ducarroz%netscape.com
e893cdcf0c Fix for bug 122815 (part 2). We don't need to manggle the file name of the temp file, just use the default one. R=cavin, SR=bienvenu 2002-02-08 01:07:20 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
mscott%netscape.com
0adc8d97d3 Bug #108965 --> remove xul emitter from the build
r=ducarroz
sr=sspitzer
2002-01-31 21:02:16 +00:00
nhotta%netscape.com
aede9db791 MIME encoder change, fixed a problem of treating separater characters (and some clean up),
contributed by adu@sparc.spb.su, bug 92355, r=nhotta, sr=sspitzer.
2002-01-30 21:26:39 +00:00
nhotta%netscape.com
c1922fe916 Fixed charset conversion problem for headers for SaveAs (and some clean up),
contributed by adu@sparc.spb.su, bug 74424, r=nhotta, sr=sspitzer.
2002-01-30 21:26:17 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
ducarroz%netscape.com
f44803c50d Part of fix for bug 108965. Remove xul emitter from the Mac build. R=mscott, SR=sspitzer 2002-01-26 03:43:15 +00:00
cathleen%netscape.com
486c0d47f9 remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
2002-01-26 00:04:45 +00:00
mscott%netscape.com
8b9e13afc4 Bug #108965 --> remove xul emitter from the build
r=ducarroz
sr=sspitzer
2002-01-25 23:20:21 +00:00
mscott%netscape.com
8c9ffc4606 Bug #108965 --> remove xul emitter from the build
r=ducarroz
sr=sspitzer
2002-01-25 05:18:17 +00:00
nhotta%netscape.com
61f5c1597f Fixed the problem of the default chaset was overwritten even when the message has no chaset,
this fixes the reply quoting problem of no MIME messages,
bug 118740, r=ducarroz, sr=sspitzer.
2002-01-24 21:07:33 +00:00
mscott%netscape.com
a37be1e44f Bug #115772 --> remove borders and shading to the headers
because this is messing up printing of messages.
r=ssu
sr=sspitzer
2002-01-24 03:04:06 +00:00
mscott%netscape.com
41be656db8 Bug #117962--> add a null ptr check on aURI and fall out if we don't
have one to avoid a crash.
r/sr=sspitzer
2002-01-24 03:01:01 +00:00
ducarroz%netscape.com
2bc0f341a6 Fix for bug 71090. Patch provided by Denis Antrushin <adu@sparc.spb.su>
Skip over invalid empty encoded-words. R=ducarroz, SR=mscott
2002-01-24 01:22:44 +00:00
kaie%netscape.com
87002d36a7 b=115010 Mail/News UI must provide detail info on signature/encryption status
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
bzbarsky%mit.edu
5a1b42ffbb Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
nhotta%netscape.com
0ee20025a9 Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
sspitzer%netscape.com
11c636a95c fix for #118876. fix xml error when printing addressbook cards with < & or >.
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
bienvenu%netscape.com
ef7d3419f0 make mimemoz cache images in mem cache instead of dropping them on the floor, fixes case where imap message gets fetch multiple times, r=sspitze, sr=mscott 93208 2002-01-10 23:18:41 +00:00
nhotta%netscape.com
7ec2d2dca4 Changed mime_convert_charset to initialized the result value, bug 115387, r=ducarroz, sr=sspitzer. 2002-01-10 01:37:40 +00:00
nhotta%netscape.com
56b2ab19fb Change the conversion function to return a length to eliminate unnecessary strlen by the caller,
bug 116134, r=ducarroz, sr=sspitzer.
2002-01-10 00:42:59 +00:00
ducarroz%netscape.com
b2518d6ecc Fix for bug 105825. If the main body of a message is not plain text or html, we must load it as an attachment. Also fix some memory leak. R=cavin, SR=sspitzer 2002-01-09 23:52:58 +00:00
racham%netscape.com
f0d95f87cd Fixing bug 112737. Making sure the From field of the compose of window reflects the selected account rather than a default account in cases of forward inline, draft/template, edit message. Identity object is released at appropriate time. r=ducarroz, sr=bienvenu 2002-01-08 01:28:18 +00:00
ducarroz%netscape.com
19ae5c8bdf fix for bug 93481. Do not remove the whole line that contains the META tag but rather remove just the charset portion of it. Also, the new code avoid duplicating the line which could be hudge in some case. R=cavin, SR=mscott 2002-01-04 00:49:44 +00:00
naving%netscape.com
40ba182d49 117858, 117859 r=ducarroz sr=bienvenu. fix leaking char* on reading messages 2002-01-04 00:17:48 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
sspitzer%netscape.com
d08d4d3f97 landing the AB_OUTLINER_BRANCH.
fix for #73868, and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.

r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
ducarroz%netscape.com
080b43381d FIx for bug 112343. Use nsXPIDLCString to avoid memory leak. R=cavin, SR=sspitzer 2001-12-21 22:46:11 +00:00
ducarroz%netscape.com
0834cad6c6 *** empty log message *** 2001-12-21 22:44:06 +00:00
ducarroz%netscape.com
0ab5c711a9 FIx for bug 116044, Cannot call SetMimeOutputType() before calling Init(). R=cavin, SR=sspitzer 2001-12-21 22:42:10 +00:00