dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
nhotta%netscape.com
a1987d45e4
Changed to pass a default charset to MIME decoder.
...
The decoder can use the default if it's indicated in case no charset specified in the header itself,
bug 66098, r=ducarroz, sr=bienvenu.
2001-02-12 21:55:19 +00:00
blakeross%telocity.com
103767c68c
Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu
2001-02-12 21:31:45 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
jgmyers%netscape.com
ba976f5df1
fix MIME encoded-word decoder: bugs 51453 58114 r=ducarroz sr=sspitzer a=asa
2001-02-08 00:12:50 +00:00
ducarroz%netscape.com
affcf98401
Fix Windows build bustage. Forget to return a value.
2001-02-07 08:14:38 +00:00
ducarroz%netscape.com
2515ff46bb
Part of fix for bug 45225. Due to new AppleDouble implementation, remove old code. SR=mscott
2001-02-07 06:52:30 +00:00
nhotta%netscape.com
38b6358a5a
Changed to initialize a charset in msgWindow to the folder charset in nsStreamConverter, bug 61285, sr=mscott,bienvenu.
2001-02-03 00:39:40 +00:00
mscott%netscape.com
35e77e8395
Remove obsolete directory from mime.
2001-02-02 22:44:58 +00:00
nhotta%netscape.com
df8d29e388
Changed to cache unicode decoder in nsMimeConverter instead of calling ConvertToUnicode(), bug 20520, r=ducarroz, sr=bienvenu.
2001-02-02 21:19:55 +00:00
ducarroz%netscape.com
e5c0dad265
Fix for bug 37967. We need to remove null lines caused by an earlier database corruption. R=naving, SR=mscott
2001-02-02 03:43:52 +00:00
hewitt%netscape.com
dbe9572117
58764 - remove abstat.gif (by timeless), r=hewitt, sr=hangas
2001-02-02 01:25:28 +00:00
ducarroz%netscape.com
cad861ab4e
Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu.
2001-01-31 23:22:18 +00:00
sspitzer%netscape.com
1097880c59
remove tests from build. sr=mscott
2001-01-30 05:07:43 +00:00
sspitzer%netscape.com
812a41bfc5
remove unused tests. sr=mscott
2001-01-30 04:48:46 +00:00
jgmyers%netscape.com
95e365edda
unfold all headers per RFC 822: bug 23635 r=ducarroz sr=bienvenu
2001-01-26 23:41:08 +00:00
nhotta%netscape.com
b29a156ff1
Changed to support charset override for message headers, ignore the header specified charset and use the folder charset for the charset conversion,
...
bug 65277, r=mscott, sr=bienvenu.
2001-01-25 23:39:22 +00:00
nhotta%netscape.com
f8ca39c352
Changed to use the original charset name instead of the mapped one to take advantage of the us-ascii optimization,
...
bug 66411, r=sspitzer,ducarroz, sr=bienvenu.
2001-01-25 23:31:20 +00:00
dougt%netscape.com
5235e3266f
backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf
2001-01-25 22:07:38 +00:00
dougt%netscape.com
d82f5acc6e
updating to new necko interfaces
2001-01-25 21:44:59 +00:00
Peter.VanderBeken%pandora.be
ca18afb32e
Fixing build bustage on Mac.
2001-01-24 15:45:41 +00:00
sspitzer%netscape.com
36ccf5c4b9
performance fix for mailnews for. (especially us-ascii users)
...
skip a lot of expensive code if we don't need to do the conversion.
this will help sorting, scrolling and message display.
there is more work to do on this code for non us-ascii users.
sr=bienvenu
2001-01-24 15:10:08 +00:00
mkaply%us.ibm.com
0cddd31ff7
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
chuang%netscape.com
66a4bf265f
Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu
2001-01-18 05:45:48 +00:00
disttsc%bart.nl
d9b37ba5b7
More REQUIRES fun, adding locale this time.
2001-01-12 22:13:53 +00:00
nhotta%netscape.com
a11d58fa42
Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
...
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
disttsc%bart.nl
a6fde19c2f
Update REQUIRES to fix senna bustage
2001-01-12 21:09:51 +00:00
rhp%netscape.com
fb0c779226
fix for hardcoded - non i18n string in signed stub handler - bug #: 57114
2001-01-12 20:07:39 +00:00
jgmyers%netscape.com
8935d7e70b
cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org
2001-01-10 06:12:15 +00:00
jgmyers%netscape.com
79b2402ef3
removed files: mozilla/mailnews/mime/src/nsMimeTransition.cpp
2001-01-10 06:07:37 +00:00
bryner%uiuc.edu
f579bca00b
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
jgmyers%netscape.com
3ec7ae612f
Remove dead code. Bug 63834 r=bryner sr=scc
2000-12-30 00:22:50 +00:00
jgmyers%netscape.com
2d887dad2c
removed files: mozilla/mailnews/mime/src/oldi18n.c
2000-12-30 00:19:53 +00:00
jgmyers%netscape.com
078e294ec7
unused file r=bryner sr=scc
2000-12-29 20:28:03 +00:00
jgmyers%netscape.com
bd52abd047
fix Mac bustage
2000-12-29 16:37:33 +00:00
jgmyers%netscape.com
61ecb4a4b0
camelot is down, so have to add this file back
2000-12-29 15:44:12 +00:00
jgmyers%netscape.com
3a0d56ef2d
Remove dead code. Bug 63834 r=bryner sr=scc
2000-12-29 15:40:49 +00:00
bryner%uiuc.edu
32abbef189
More cleanup fun for bug 38061. Removing already #if 0'd includes of mimeenc.h and xlate.h to avoid LXR false-alarms. sr=cls.
2000-12-29 06:31:39 +00:00
bryner%uiuc.edu
4614163ee9
Removing unused/obsolete include of msgcom.h. sr=sspitzer.
2000-12-29 01:24:15 +00:00
bryner%uiuc.edu
873e32408d
Removing some #if 0 code and old MOZ_SECURITY code. r=sspitzer.
2000-12-29 00:29:01 +00:00
bryner%uiuc.edu
a5d937201f
More dead .cvsignore file removal. Not part of build.
2000-12-28 21:35:32 +00:00
bratell%lysator.liu.se
e6dbc462d5
Fix for bug 62031. Make it possible to display format=flowed mails as normal text/plain mails. r=nhotta@netscape.com sr=bienvenu@netscape.com
2000-12-19 19:24:07 +00:00
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
jdunn%netscape.com
abac1cf7ac
changing previous checkin to be OS/2 friendly using
...
other Makefile's format
# 62202
2000-12-15 00:14:08 +00:00
jdunn%netscape.com
4dcf9de421
nsMimeHtmlEmitter.cpp has a dependency on nsUInt32Array so am linking
...
in libmsgbaseutil so that it is not unresolved.
This is an HP runtime bustage on startup.
sr=alecf@netscape.com
# 62202
2000-12-14 22:42:23 +00:00
alecf%netscape.com
af0eb76d7c
fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
...
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
sspitzer%netscape.com
4fa551beb6
fix for #61845 . remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
...
thanks to rods@netscape.com for the patch. also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
nhotta%netscape.com
138f06fadb
Changed to used percentage instead of absolute pixel size for HTML display.
...
This fixes the problem of plain text attached in HTML is shown larger, bug 40547, r=rhp, sr=mscott.
2000-11-27 21:44:08 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00