Commit Graph

6753 Commits

Author SHA1 Message Date
hangas%netscape.com
ca9c68ec87 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
f90dd072fc nsIFile Landing 2000-01-24 22:00:59 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
alecf%netscape.com
d570ac7a89 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
d443511610 bulletproof against num thread children getting to 0 r=jefft 2000-01-24 15:51:47 +00:00
brade%netscape.com
6876c72bd2 separate debug options out of EditorCommands.js (r=kin) 2000-01-24 15:31:39 +00:00
brade%netscape.com
3abf64ebc9 remove unused function (r=kin) 2000-01-24 15:29:39 +00:00
alecf%netscape.com
533f80cf25 fix missing space from complete identity line (too simple for a reviewer!) 2000-01-24 06:11:36 +00:00
mscott%netscape.com
ec6aa4f9ad add a new line to the end of this file 2000-01-24 02:08:44 +00:00
mscott%netscape.com
94afd74ef3 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
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
mscott%netscape.com
25cce7d826 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
c2f309bc96 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
2c127e20c6 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
a5861da95d 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
9b34e616ad 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
748f272395 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
e20d01d83b Add msgHdrViewAddresses.js to the Mac build. 2000-01-24 00:46:14 +00:00
mscott%netscape.com
9212a2e4e0 Add msgHdrViewAddresses.js to the Unix build. 2000-01-24 00:45:32 +00:00
mscott%netscape.com
f86c7ac5c0 Add msgHdrViewAddresses.js to the windows build. 2000-01-24 00:44:24 +00:00
mscott%netscape.com
3a5b5af8c6 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
0b6574dbcd Added unix makefiles for import service and text import component 2000-01-23 19:51:23 +00:00
alecf%netscape.com
491ace149c fix linux bustage 2000-01-22 02:22:09 +00:00
ducarroz%netscape.com
0445db254a 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
f79f21f4f9 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
d213aa35d1 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
b08acfedad 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
e95044655d 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
3f81da7c45 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
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
bienvenu%netscape.com
b76cc82188 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
bcc30623c6 fix online to offline move to delete source headers, r=mscott 2000-01-19 01:28:16 +00:00
pavlov%netscape.com
51eb775d54 add support for new pref/migrate it from 4.x r=alecf 2000-01-19 01:16:35 +00:00
pavlov%netscape.com
c0e2eb46bc add a default pref r=alecf 2000-01-19 01:15:22 +00:00
alecf%netscape.com
92cc754390 use the right port when constructing the IMAP url
r=mscott
2000-01-18 22:43:58 +00:00
bienvenu%netscape.com
dc6da4bc94 add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302 2000-01-18 22:33:35 +00:00
dveditz%netscape.com
be8c2f022a cleaning up leftover bookkeeping files in mdb and mork directories (since moved) 2000-01-18 20:40:37 +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
alecf%netscape.com
79b4912975 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
73da80ecd9 Added the import tools to the build (finally!) 2000-01-17 23:58:08 +00:00
rhp%netscape.com
4cd3e6ffe6 Fix for multiple replacement of HTML entities - Bug #: 23904 - r: jefft 2000-01-17 23:24:04 +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
mscott%netscape.com
a770fdf7e5 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
f408d688d2 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
f659101ae6 Update UI to have single entry point 2000-01-17 06:06:56 +00:00
tonyr%fbdesigns.com
d4ce53cf93 Added importDialog.dtd 2000-01-17 06:06:13 +00:00
tonyr%fbdesigns.com
ef47f328ce First Checked In. 2000-01-17 06:04:49 +00:00
hyatt%netscape.com
4e0aea2028 Added support for snapping a tree widget to a certain row height. r=pavlov 2000-01-17 03:57:00 +00:00
sspitzer%netscape.com
fc7b887160 #define some hard coded strings 2000-01-15 09:55:02 +00:00