rhp%netscape.com
3de32c5a60
Fix problem Chineese Headers encoded with RFC1522 are displaying wrong - Bug: 24862 - r: jefft
2000-01-29 18:19:25 +00:00
ducarroz%netscape.com
618591ba8f
fix wensleydale SunOS/sparc 5.6 Dep build bustage.
2000-01-28 07:17:29 +00:00
ducarroz%netscape.com
d4fa824108
Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft
2000-01-28 06:20:44 +00:00
norris%netscape.com
540912a457
Fix grammar.
2000-01-27 15:59:53 +00:00
nhotta%netscape.com
324fe8e9a8
Fixed typdo, r=ftang.
2000-01-26 22:02:20 +00:00
alecf%netscape.com
a7308970d4
reduce dependancies
...
r=sspitzer
2000-01-26 08:17:07 +00:00
sspitzer%netscape.com
5e9397b142
fix warnings. r=mscott
2000-01-26 04:13:00 +00:00
rhp%netscape.com
2a0f4bb604
Fix for changing View Headers option - Bug #: 17001 - r: jefft
2000-01-26 00:31:29 +00:00
rhp%netscape.com
d0225b3e68
Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
2000-01-25 14:59:09 +00:00
rhp%netscape.com
62ec2b5488
Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
2000-01-25 14:50:18 +00:00
rhp%netscape.com
6cd6c333a5
Simple Fix - Comparison should NOT be case sensitive
2000-01-25 06:49:59 +00:00
rhp%netscape.com
932f60d4c7
Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft
2000-01-25 03:18:36 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
mscott%netscape.com
4dbfc42a7b
Bug #24399 --> make the interface called from JS use unicode instead of
...
UTF-8 strings. This means we have to convert unicode to UTF-8 and then
convert the results of the parsing back into unicode before returning.
this was already checked into the m13 branch.
r=alecf,sspitzer
2000-01-24 02:01:59 +00:00
jefft%netscape.com
a2c1a1f099
non-crashing fix for bug 24407; check for null pointer prior calling nsCRT::strdup(); r=bienvenu,mscott
2000-01-19 23:43:42 +00:00
rhp%netscape.com
72af70b1e2
Fix a problem with META that specify charsets - Bug #: 22036 - r: jefft
2000-01-18 14:23:00 +00:00
sford3%swbell.net
b2c319eae7
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
0bfbd10975
Fix a problem I introduce with the new message display for sspitzer to help with printing. when AscynConvertDAta
...
is called, we want to remember off the desired output content type. then when scanning the url and attempting
to determine which emitter to use, we can look at this content type again to help us make the right decision
r=sspitzer
2000-01-17 20:59:44 +00:00
ducarroz%netscape.com
75702934bc
Fix related to bug 23109. We need to convert back the file name to the file system characters set when we save an attachment during a forward inline. R=jeff
2000-01-15 01:33:19 +00:00
rhp%netscape.com
77e71c66d7
Changes to fix problem with rendering and qutoing I18N messages - Bug #: 22655 - r: naoki
2000-01-14 01:01:18 +00:00
rhp%netscape.com
2a564f20c4
Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution)
2000-01-13 02:47:30 +00:00
sspitzer%netscape.com
1c84b93a3a
fix warning.
2000-01-12 08:57:41 +00:00
rhp%netscape.com
78ff616b28
Fix for line endings after linked text - Bug #: 23507 - r: jefft
2000-01-12 00:37:47 +00:00
mscott%netscape.com
f68ff8a7c9
Bug #8276 --> some old code in here wasn't allocating enough bytes for a string when quoting an address. As a result,
...
it was possilbe to give it a string with semicolons such that we would corrupt memory. an easy example:
foo@netscape.com ;foo@netscape.com would cause us to write past the end of an allocated buffer and crash.
The fix is to make sure we allocate enough memory.
r=sspitzer
2000-01-11 22:37:24 +00:00
jdunn%netscape.com
cb0c532e85
Fix base class specifiers, since be default if they aren't specified it is Private
...
# 23237
r= warren@netscape.com , ftang@netscape.com , jband@netscape.com
2000-01-11 01:45:34 +00:00
rhp%netscape.com
261077b266
Changes to fix I18N vCards - Bug #: 23324 - r: nhotta
2000-01-08 17:24:55 +00:00
rhp%netscape.com
04f0ee8400
Fix for quoting blurb about signed messages - Bug #23075 - r: jefft
2000-01-08 17:12:43 +00:00
rhp%netscape.com
cb57baf5f3
Final fix for vcard crashing bug - Bug 23309 - r: sspitzer/alecf
2000-01-07 16:08:03 +00:00
sspitzer%netscape.com
05a217e66b
check in bulletproofing fix for #23309
2000-01-07 03:07:14 +00:00
alecf%netscape.com
93a6a9d9ce
fix crash viewing Ben Goodger's vCard :)
...
just a null pointer check, no reviewer
2000-01-07 01:00:29 +00:00
mscott%netscape.com
9fe7e943b2
Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
...
in the attachment pop up menu.
Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
2000-01-06 21:29:44 +00:00
mscott%netscape.com
b04f62c7cf
Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
...
in the attachment pop up menu.
the header sink needs to use a wstring for the attachment name.
r=alecf.
2000-01-06 21:29:09 +00:00
rhp%netscape.com
c0162b5a15
Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft
2000-01-06 19:59:48 +00:00
rhp%netscape.com
7f08a6c054
Fix for vCard display problem - Bug #10620 - r: mscott
2000-01-06 16:01:28 +00:00
jefft%netscape.com
9c5b3edc9f
remove shadow variable; r=bienvenu
2000-01-06 14:25:04 +00:00
mscott%netscape.com
b3e5a85817
fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
...
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com
2ddb75160e
Fix some I18N display problems with the new message display stuff by forcing the header value
...
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
mscott%netscape.com
1713da7081
remove obsolete emitter factory.
2000-01-06 06:08:17 +00:00
mscott%netscape.com
ee41099c34
Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
...
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com
ba4d7a8286
Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
...
is passed in on conversion.
Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
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