ducarroz%netscape.com
d29e7f2ff4
Fix for bug 24628. Smarter decodage of parameters, use pattern [="] and [",] instead on checking only on the quote/doubelquote characters do detect start and end quote in parameters. R=jefft
2000-01-25 03:00:12 +00:00
ducarroz%netscape.com
5f81d1f98e
Fix for bug 16924,21280. We need to set the focus on a new created row on timer to let a reflow really create the new node. R=alecf
2000-01-25 02:58:53 +00:00
sspitzer%netscape.com
c5475be197
fix for #24882 , initialize member to null.
2000-01-25 02:40:53 +00:00
hangas%netscape.com
bd6b1c478e
Fix for 21151 (enable delete button and menu item even when thread pane not in focus) r=mscott.
2000-01-25 02:34:15 +00:00
dougt%netscape.com
ef9ca59371
nsIFile Landing
2000-01-24 22:00:59 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
alecf%netscape.com
12a6947eaa
timers can't be reused on all platforms, so just keep recreating it each time it fires
...
r=scottip
a=leaf
fix for #24874 (blocker)
2000-01-24 18:52:42 +00:00
bienvenu%netscape.com
62562d8fcd
bulletproof against num thread children getting to 0 r=jefft
2000-01-24 15:51:47 +00:00
brade%netscape.com
75cc556538
separate debug options out of EditorCommands.js (r=kin)
2000-01-24 15:31:39 +00:00
brade%netscape.com
89f92f2701
remove unused function (r=kin)
2000-01-24 15:29:39 +00:00
alecf%netscape.com
5dd2818558
fix missing space from complete identity line (too simple for a reviewer!)
2000-01-24 06:11:36 +00:00
mscott%netscape.com
92656b03e2
add a new line to the end of this file
2000-01-24 02:08:44 +00:00
mscott%netscape.com
1b2ddc2f7d
Add Add to AB and Send Mailto strings because these are in the new popup when you click
...
on an email address.
r=alecf
2000-01-24 02:07:44 +00:00
mscott%netscape.com
5ae8fba629
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
mscott%netscape.com
d5568e8496
Bug #24399 --> fix displaying of email addresses with japanese characters
...
turn email addresses into titled buttons instead of html anchors such that
clicking on the address brings up a menu popup which shows you add to address book
or send mail to options...
r=alecf
2000-01-24 02:00:14 +00:00
mscott%netscape.com
240b6092cd
Convert all email addresses into titled buttons instead of html anchors. Make subject
...
bold.
r=alecf
2000-01-24 01:58:23 +00:00
mscott%netscape.com
62da49dc15
add a popup for Add To AB and Send Mail To when you click on an email address.
...
r=alecf
2000-01-24 01:57:10 +00:00
alecf%netscape.com
175eb4d66e
include the interface, not the implementation, to reduce dependancies & speed up build (no reviewer, just a simple change)
2000-01-24 01:55:56 +00:00
mscott%netscape.com
62341de424
Bug #23528 --> add style for making the subject bold. Add styles for email address button
...
to make it look like a link.
r=alecf
2000-01-24 01:55:39 +00:00
alecf%netscape.com
383daafe05
coalesce meteor starts/stops that happen within a 1/2 second of each other - speeds up mail operations
...
r=mscott
2000-01-24 01:54:05 +00:00
mscott%netscape.com
e76bc873fd
Add msgHdrViewAddresses.js to the Mac build.
2000-01-24 00:46:14 +00:00
mscott%netscape.com
cf03372892
Add msgHdrViewAddresses.js to the Unix build.
2000-01-24 00:45:32 +00:00
mscott%netscape.com
8a980e9cb2
Add msgHdrViewAddresses.js to the windows build.
2000-01-24 00:44:24 +00:00
mscott%netscape.com
0bc8841f29
Adding this file to the repository (not built yet). This is a stub file
...
which contains some JS methods used for special email address processing
you might want to perform on email addresses.
2000-01-24 00:43:06 +00:00
tonyr%fbdesigns.com
0fcd263ede
Added unix makefiles for import service and text import component
2000-01-23 19:51:23 +00:00
alecf%netscape.com
ade4d33028
fix linux bustage
2000-01-22 02:22:09 +00:00
ducarroz%netscape.com
33ead1d581
Bug 24705. OpenComposeWindowWithURI must not escape parameters before calling OpenComposeWindowWithValues since fix for bug 24301. R=ssptizer,jefft A=brendan@mozilla.org,jar,chofmann
2000-01-22 01:02:01 +00:00
ducarroz%netscape.com
d3074f6898
Bug 24301. OpenComposeWindowWithValues now pass value through a nsIMsgCompFields object instead of passing them directly as argument. R=mscott,bienvenu A=chofmann
2000-01-21 15:08:55 +00:00
mscott%netscape.com
5dcede0562
Bug #23325 --> if someone tries to illegally make us resolve a relative url against a mailnews url (imap,
...
mailbox, news, etc.) just return "about:blank" as the url. Why? 'cause mailnews urls aren't relative and
trying to do so with msgs that don't have base urls associated with them is causing lots of problems.
r=sspitzer,rhp
a=chofmann
2000-01-21 05:49:20 +00:00
jefft%netscape.com
c89b22c331
fixed bug 23447 -- Empty Trash on Pop3 not working; JS file change only; r=bienvenu,putterman; a=chofmann
2000-01-21 01:30:00 +00:00
putterman%netscape.com
52d7065ba5
Fix for 24362 and 23755. Can now see downloaded mail for a new profile. Status bar gets updated
...
message counts. a=chofmann. r=alecf and bienvenu.
2000-01-20 22:56:00 +00:00
mscott%netscape.com
c288785103
Bug #24274--> when creating a new channel, if we don't have a mock channel,
...
return an error instead of NS_OK.
r=bienvenu,travis
a=chofmann
2000-01-20 03:55:25 +00:00
jefft%netscape.com
76637e18d5
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
bienvenu%netscape.com
e3baa5fd90
fix copying multiple msgs from local folder to imap r=jefft,mscott a=chofmann 24384
2000-01-19 22:25:53 +00:00
bienvenu%netscape.com
c7da6c43ef
fix online to offline move to delete source headers, r=mscott
2000-01-19 01:28:16 +00:00
pavlov%netscape.com
c43b606870
add support for new pref/migrate it from 4.x r=alecf
2000-01-19 01:16:35 +00:00
pavlov%netscape.com
aa3ebcb49b
add a default pref r=alecf
2000-01-19 01:15:22 +00:00
alecf%netscape.com
4ef7a2b16e
use the right port when constructing the IMAP url
...
r=mscott
2000-01-18 22:43:58 +00:00
bienvenu%netscape.com
b11c7a0430
add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302
2000-01-18 22:33:35 +00:00
dveditz%netscape.com
9fbd4f3e75
cleaning up leftover bookkeeping files in mdb and mork directories (since moved)
2000-01-18 20:40:37 +00:00
rhp%netscape.com
dd3aab1997
Fix a problem with META that specify charsets - Bug #: 22036 - r: jefft
2000-01-18 14:23:00 +00:00
alecf%netscape.com
67b921f15c
allow imap to support port numbers in the pref file
...
r=mscott
bugged by=pavlov
2000-01-18 02:34:08 +00:00
tonyr%fbdesigns.com
7598649d26
Added the import tools to the build (finally!)
2000-01-17 23:58:08 +00:00
rhp%netscape.com
24c85027f9
Fix for multiple replacement of HTML entities - Bug #: 23904 - r: jefft
2000-01-17 23:24:04 +00:00
sford3%swbell.net
948579bb84
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
329424b0b4
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
mscott%netscape.com
466ba23665
loading a uri takes the channel instead of the uri. The caller
...
must create the channel before call openuri.
r=rpotts.
2000-01-17 19:56:31 +00:00
jefft%netscape.com
9249bb4233
Fixed bug 22129 -- lack of recieve mail functionality; it turns out that we didn't handle actual message size different that the server returned message size well; we have to check for dot_fix, assumed_end and pause for more data to end incorporate complete message download; turned on auth login so we have a little security; generate X-UIDL header if needed; better cache of server capability; r=rhp
2000-01-17 17:32:07 +00:00
tonyr%fbdesigns.com
afed602b24
Update UI to have single entry point
2000-01-17 06:06:56 +00:00
tonyr%fbdesigns.com
986a4acb67
Added importDialog.dtd
2000-01-17 06:06:13 +00:00