Граф коммитов

2140 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 42c8d9f22c fix argument-checking - sending a null server is ok (we'll just give a null identity back)
however, use NS_ENSURE_ARG_POINTER() for aResult!
r=sspitzer
2000-01-26 22:55:16 +00:00
alecf%netscape.com 007907ad29 start using weak references for the parent folder and the parent server
r=scottip
2000-01-26 22:53:55 +00:00
dcone%netscape.com 50dc1973a2 fixed a print parameter problem. 2000-01-26 16:15:57 +00:00
sspitzer%netscape.com 05fc021d09 changes for mac and windows 2000-01-26 11:18:11 +00:00
sspitzer%netscape.com 584a1b2bda make it so when you click on an account that has a server but no identities in the account setup dialog, it shows the
new panel "am-serverwithnoidentities.xul" panel.

now "Local Folders" works!
2000-01-26 11:16:38 +00:00
sspitzer%netscape.com 56d8a45bd8 fix crasher. now that there are no identities associated with
"local folders", we have to plug this hole.
2000-01-26 10:18:23 +00:00
sspitzer%netscape.com b18624d734 clean up nsIMsgFolder.idl and break it apart. r=alecf 2000-01-26 10:00:00 +00:00
alecf%netscape.com 7a4fc3038e oops, comment out netscape-specific stuff for now 2000-01-26 08:22:11 +00:00
alecf%netscape.com 434b892bbb reduce unnecessary dependancies
r=sspitzer
2000-01-26 08:15:55 +00:00
sspitzer%netscape.com cc0d62ff60 fix warning (on the mac) that sfraser pointed out, by renaming
nsNewsFolder::AddSubfolder to nsNewsFolder::AddNewsgroup

implement cross-session newsgroup username / password by using prefs.
this will get re-written to use wallet, eventually.

remove cruft, where possible.

r=mscott
2000-01-26 06:46:01 +00:00
alecf%netscape.com acc15eac51 oops, only answer GetTarget() for servers, not everything! (followup fix for an earlier checkin)
reviewed,discovered=scottip
2000-01-26 06:36:03 +00:00
sspitzer%netscape.com f5e688903b fix my printf. 2000-01-26 06:30:35 +00:00
sspitzer%netscape.com 8129e1dfe2 when we migrate a 4.x news server, we should turn "remember passwords" off, since for news in 4.x, we never remembered passwords (across sessions). 2000-01-26 06:27:59 +00:00
bienvenu%netscape.com 12fccea128 use online name instead of db name for imap folders, r=sspitzer 24631 2000-01-26 06:05:42 +00:00
sspitzer%netscape.com 52cb81bd6b add "Equals" to the nsIMsgIncomingServer interface. we'll use this soon. r=alecf 2000-01-26 04:11:14 +00:00
sspitzer%netscape.com 9b6570c8b6 comments are allowed, so removing the cruft to prevent warnings 2000-01-26 04:08:26 +00:00
alecf%netscape.com 1ef09f37c1 remove refresh trick now that the account manager reflects stuff correctly
r=sspitzer
2000-01-26 01:48:56 +00:00
alecf%netscape.com 1f621c0bbb oops! almost didn't initialize this variable
(thanks bienvenu!)
2000-01-26 01:28:05 +00:00
alecf%netscape.com fbc8c191c7 update the whole Set/Get[Pretty]Name functions to go through the same codepath, and send notifications as necessary 2000-01-26 01:21:24 +00:00
alecf%netscape.com 2c6e12b3af update account manager and folder datasources to reflect account changes to the tree, including account creation/destruction, as well as the name of the account
r=putterman
2000-01-26 01:20:24 +00:00
alecf%netscape.com 0cd5a61bd2 land the all new and improved, whiz-bang, do-it-yourself-batteries-not-included-use-at-your-own-risk-still-ugly-as-hell account wizard, to use ben goodger's wizard framework
r=sspitzer
2000-01-26 01:18:28 +00:00
sfraser%netscape.com 958a7faf27 Remove linkage with the Appcores shared libs (appcores is dead, baby, appcores is dead). r=law 2000-01-26 01:07:24 +00:00
alecf%netscape.com 1ae951d887 change ownership model of servers slightly, so that the hashtable is updated whenever servers are created and deleted. r=sspitzer 2000-01-26 01:05:34 +00:00
alecf%netscape.com 383b8eff9c use nsCAutoStrings instead of PR_smprintf/PR_smprintf_free/etc
r=sspitzer
2000-01-26 00:54:15 +00:00
rhp%netscape.com b8baaf67ea Fix for start page in non UTF-8 charset - Bug #: 20344 - r: alecf 2000-01-26 00:32:01 +00:00
putterman%netscape.com 2434ead87e Turn on multiple selection in thread pane again. r=sspitzer, a=granrose. 2000-01-25 18:08:11 +00:00
putterman%netscape.com 6f4e2b98bf r=alecf. More work on context menus for 10881. This time it's the folder pane. 2000-01-25 05:13:22 +00:00
sspitzer%netscape.com 7e43815d3a "Local Folders" doesn't have an identity anymore. r=mscott
initial changes for authenticated news.  still more to be done.  r=mscott
bulletproofing changes for migration, never set the port of a server to zero.
2000-01-25 04:57:22 +00:00
mscott%netscape.com 5e07e43ab6 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 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 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
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 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
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
pavlov%netscape.com 51eb775d54 add support for new pref/migrate it from 4.x r=alecf 2000-01-19 01:16:35 +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