mscott%netscape.com
cfcda02ffe
Just a little tweak so no code reviewer. SetWindow was returning an error if you passed in null for the dom
...
window. This was throwing an exception that wasn't being caught in JS in the unload handler for the msg window
because when we are unloading we force some clean up by setting the window to null.
2000-01-25 03:57:54 +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
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
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
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
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
pavlov%netscape.com
c43b606870
add support for new pref/migrate it from 4.x r=alecf
2000-01-19 01:16:35 +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
sspitzer%netscape.com
07fbc3eb2b
#define some hard coded strings
2000-01-15 09:55:02 +00:00
sspitzer%netscape.com
b24ad0f01b
add the removeIdentity() method to the the account manager interface.
...
I need this, because at migration time, I create a bogus identity
for migration purpose, and I want to clean up after myself.
2000-01-15 09:14:27 +00:00
sspitzer%netscape.com
b8680ff540
step 2 of divorce the mailnews migration code from the account manager
2000-01-15 09:00:46 +00:00
sspitzer%netscape.com
d9231e1818
added files: mozilla/mailnews/base/public/nsIMessengerMigrator.idl
2000-01-15 08:59:09 +00:00
sspitzer%netscape.com
139344b488
added files: mozilla/mailnews/base/src/nsMessengerMigrator.cpp
2000-01-15 08:58:50 +00:00
sspitzer%netscape.com
de60fafd38
moving the mailnews migration code out of the account wizard.
...
step 1: add the new files.
2000-01-15 08:51:16 +00:00
sspitzer%netscape.com
1033ad311d
perhaps I should keep my personal feelings about the Mac to myself. r=steve jobs
2000-01-15 06:13:04 +00:00
sspitzer%netscape.com
e4a65034ac
cache the 4.x server type. first step in moving migration out of the account
...
manager and into its own service. r=alecf
2000-01-15 06:11:04 +00:00
alecf%netscape.com
0d62551cfa
add "valid" attribute to the identity and server to determine if we need to run through the account wizard at startup. part of fix for #23391
...
r=sspitzer
2000-01-15 03:06:39 +00:00
mscott%netscape.com
11e4701e91
bug #23894 --> be sure to escape the display name for the attachment b4
...
inserting it into the open attachment method.
r=sspitzer
2000-01-15 01:45:12 +00:00
mscott%netscape.com
105834316d
Bug #23894 --> be sure to unescape the attachment's display name before brining up the file picker.
...
r=sspitzer
2000-01-15 01:41:52 +00:00
ducarroz%netscape.com
e5f68401df
New API needed by fixes for bug 23109, 23111, and 23418. Create a new api to retreive the current file system character set. R=jefft
2000-01-15 01:33:17 +00:00
alecf%netscape.com
a791c7c105
back out my changes
2000-01-14 22:51:53 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
alecf%netscape.com
9f6a49ba77
fix usages of GetPreHost so that mail folders can appear
...
a=granrose
2000-01-14 20:19:17 +00:00
alecf%netscape.com
77227b1cfd
fix null pointer check for blocker #23958
2000-01-14 19:07:33 +00:00
alecf%netscape.com
76b7dad32e
make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
...
(in preparationfor #19079 )
r=scottip
2000-01-14 09:01:39 +00:00
warren%netscape.com
d6a205f1ec
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
sspitzer%netscape.com
70db1835e1
fix for #17691 #20480 #20482
...
I wasn't properly landling the cases where the copies and folders prefs
from 4.x were ""
2000-01-14 07:53:28 +00:00
danm%netscape.com
e61e030fc9
removing JS for persisting position and size (now handled automatically by C code)
2000-01-14 00:09:50 +00:00
alecf%netscape.com
76fbf838ae
switch account wizard to using .controls instead of getElementsByTagName
2000-01-13 09:01:00 +00:00
putterman%netscape.com
2293dce080
Secondary sort thread pane by date. r=sspitzer. Bug 15142.
2000-01-13 06:02:29 +00:00
chuang%netscape.com
5d0c0c96c8
fix bug5476 Preference radio buttons are not initialized, r=ducarroz
2000-01-13 04:31:02 +00:00
sspitzer%netscape.com
dc13b97a8f
"news.notify.size" is not used anymore
2000-01-13 04:09:43 +00:00
alecf%netscape.com
b3277046b1
use new .controls attribute to speed up account manager
2000-01-13 03:48:16 +00:00
mscott%netscape.com
afbe693058
Bug #23491 --> add GetSet/AddToMemoryCache as part of hooking up imap urls
...
to the memory cache
r=bienvenu
2000-01-13 03:20:59 +00:00
mscott%netscape.com
50aab79cf4
Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
...
to the memory cache
r=bienvenu
2000-01-13 03:20:29 +00:00
bienvenu%netscape.com
a1ff78fcb1
add copymessages to message service,r=mscott
2000-01-12 21:43:59 +00:00
alecf%netscape.com
7daf656e98
remove large font so wizard is readable
2000-01-12 08:32:33 +00:00
sspitzer%netscape.com
f78463161d
fix for #13767 , when creating a news account, default compose html to false.
2000-01-12 07:57:42 +00:00
putterman%netscape.com
4f132e8564
Instead of selecting first new message on startup, just scroll to it. r=alecf.
2000-01-12 07:18:58 +00:00
mcafee%netscape.com
045b09730c
Cleaning up XUL, shrinking UI to fit, simplified some labels. r=rgoodger@ihug.co.nz
2000-01-12 04:50:15 +00:00
sspitzer%netscape.com
f171ceb068
fix the bogus comment
2000-01-12 03:03:30 +00:00
putterman%netscape.com
c55c5754a3
Begin work on mail context menus. This is for the thread pane. r= alecf.
2000-01-12 02:25:35 +00:00
rjc%netscape.com
7f8d2fed87
Fix broken end tag location.
2000-01-12 01:48:17 +00:00
alecf%netscape.com
0822a81c6c
fix typos, no review needed
2000-01-12 01:47:36 +00:00
alecf%netscape.com
16102b1cda
make the account wizard use a common overlay for some elements
...
prep for using ben's account wizard.
r=sspitzer
2000-01-12 01:46:55 +00:00
slamm%netscape.com
7d7643f78b
Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer
2000-01-12 00:48:27 +00:00
alecf%netscape.com
681e3fd26d
open account wizard on a timer so that it doesn't actually open during the onload= handler... so that users can get to it using the parent window's window icon on the Windows taskbar.
...
r=sspitzer
2000-01-11 23:57:41 +00:00
alecf%netscape.com
0005d898e6
fix for #14089 , various typos & layout problems fixed
...
r=sspitzer
2000-01-11 23:21:47 +00:00
mscott%netscape.com
86a4ae344c
Bug #8985 --> add a key binding for the delete key such that hitting the delete button in messenger will
...
delete the selected message(s).
r=sspitzer
2000-01-11 22:59:12 +00:00
alecf%netscape.com
52d3b2b7c2
rearrange some of the members of this interface just for readability
...
r=sspitzer
2000-01-11 22:49:29 +00:00
jefft%netscape.com
e18bd7193a
fixed bug 23442 -- [DOGFOOD] Empty trash on IMAP account causes crash; check for return value in js; r=putterman
2000-01-11 20:44:55 +00:00
sspitzer%netscape.com
838180536d
back end (migration) fix for bug #16219
...
migrate the mail.pop3_gets_new_mail and mail.imap.new_mail_get_headers get
migrated to mail.server.server1.download_on_biff
2000-01-11 20:03:51 +00:00
sspitzer%netscape.com
f4005c3832
fix bug #23249 . prepopulate the address widget the newsgroup name (not the full uri). also, if they had a news server selected, treat this like a normal "To:" compose.
2000-01-11 09:51:28 +00:00
sspitzer%netscape.com
a3da2c8fec
make it so the identity for the "Local Folders" account that gets created defaults the copies and
...
folders prefs to the "Local Folders."
2000-01-11 09:28:24 +00:00
sspitzer%netscape.com
c186b0fe92
fix a reference error that I caused with my last checkin.
2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
079c129409
fix for bug #23457 . when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
...
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").
fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.
r=alecf
2000-01-11 08:01:37 +00:00
waterson%netscape.com
abd7ead67c
Bug 18631. Add GetDataSources() method to nsIRDFCompositeDataSource. r=scottip,rjc
2000-01-11 01:59:12 +00:00
jdunn%netscape.com
157f231d1d
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
alecf%netscape.com
a48944a3a7
fix for #23527 - use onchange= to disable the password, not onclick
...
(and enable the password by default since onchange= is broken right now)
r=sspitzer
2000-01-10 22:06:41 +00:00
hyatt%netscape.com
143d222499
Cleaning up the folder pane.
2000-01-10 11:41:05 +00:00
hyatt%netscape.com
73e0d69cbf
Improving trees.
2000-01-10 03:04:05 +00:00
putterman%netscape.com
72739c8ed4
Select Inbox on startup if it's currently in the content model. r=mscott.
2000-01-10 01:34:36 +00:00
bienvenu%netscape.com
8c0e47b586
hook up load group for msg protocol so stop will work, r=mscott
2000-01-09 23:38:52 +00:00
bienvenu%netscape.com
60e51380ff
add ability to null out msg status feedback, r=putterman
2000-01-09 23:15:07 +00:00
mscott%netscape.com
a9a1994b38
performance tweak --> header parser is supposed to be a service not a component.
...
r=bienvenu.
2000-01-09 21:57:21 +00:00
putterman%netscape.com
f783868075
Select and scroll to first new message in a folder. r=bienvenu.
2000-01-09 19:47:58 +00:00
putterman%netscape.com
5d52afa8dc
Put message header and message pane in a box. r=hyatt.
2000-01-09 19:47:09 +00:00
alecf%netscape.com
f663a87d16
minor aesthetic changes on advice of ben goodger
2000-01-08 19:29:31 +00:00
alecf%netscape.com
cb05bcaa63
final stage of XPIDLizing nsIMsgHdr
2000-01-08 09:55:37 +00:00
alecf%netscape.com
ca56ac6103
oops, fix case change (thanks seth)
2000-01-08 09:05:16 +00:00
alecf%netscape.com
01b1d6bb93
require servers to have a username and hostname at creation time r=sspitzer
2000-01-08 09:03:55 +00:00
rpotts%netscape.com
3e79b2aec1
Made contentType a read/write attribute of nsIChannel
2000-01-08 06:26:04 +00:00
sspitzer%netscape.com
66a2024b3e
fix #23372 , remove hard coded string from account manager and account wizard
...
js. fix #23313 , don't allow user to delete "local folders" account.
fix #23413 , implement delete account. further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)
r=alecf
2000-01-08 04:01:06 +00:00
alecf%netscape.com
243a1ed8ed
finally sever header dependancies between mailsession and accountmanager
...
(just a header update, no reviewer)
2000-01-08 03:56:15 +00:00
alecf%netscape.com
c298765487
more incredibly minor mailsession dependancy cleanup (no reviewer)
2000-01-08 03:38:45 +00:00
alecf%netscape.com
6718a995f6
clean up dependancies on mailsession (minor, no reviewer)
2000-01-08 03:38:16 +00:00
alecf%netscape.com
5c88c4030d
fix uninitialized variable warning
2000-01-08 03:36:37 +00:00
bienvenu%netscape.com
5e3d360e44
add list folder method,r=mscott
2000-01-08 01:36:09 +00:00
jefft%netscape.com
fcba941dbd
fixed bug 17497 - Move/file a news message engages a move instead of copy; move news message treated as copy message; r=putterman
2000-01-08 01:34:08 +00:00
sspitzer%netscape.com
9fa1876e8a
fix javascript assertion when creating a new account.
...
this bug was introduced when I landed the changes for #21978
2000-01-07 08:35:18 +00:00
alecf%netscape.com
73ca2705fc
get rid of evil tabs so I can actually read this in something other than vi :)
2000-01-07 08:24:35 +00:00
alecf%netscape.com
3df2aa15e6
print exception r=sspitzer
2000-01-07 07:54:09 +00:00
sspitzer%netscape.com
33ca74f641
fix bug #23317 . when using the account wizard, check the
...
protocol info to see if username is required and how to preflight
the pretty name. (news does it different than imap and pop.)
to help the insane clown posse, create a string bundle to be used
by the account wizard.
fix the bug that I just introduced where creating accounts
would fail at the very end, so the folder pane would fail to refresh.
r=alecf
2000-01-07 07:49:37 +00:00
alecf%netscape.com
05574b4c49
update mail pref panes to match the new prefwindow landing
2000-01-07 07:09:12 +00:00
sspitzer%netscape.com
43e4bc8ae9
fix #21978 . two changes: "Local Mail" is now "Local Folders"
...
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
putterman%netscape.com
f7af9ce2b6
When navigating through the thread pane, scroll to the newly selected message. r=alecf
2000-01-07 00:42:28 +00:00