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

600 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com 7720f48f12 Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
sspitzer%netscape.com acfb003e28 fix for #46619. show the attachment icon in the thread pane if the message
has an attachment.  until we get a "news message with attachment"
icon, use the "mail message with attachment" icon.
r/sr=mscott,bienvenu
2001-04-06 03:43:00 +00:00
sspitzer%netscape.com ce35925654 #72282 fix the "watched threads" crasher, again
#62455 make sure double clicking on a cell in a column that is a cycler doesn't open the message in a new window

#72665, #73888
treat the thread unread and thread total columns like all the other columns.
allow the user to persist their hidden attribuyte.
don't hide / show them when switching between threaded and nonthreaded views.
All that's left is to hide those columns by default.

#72252 fix sort indicator problems

#72250 sorts should default to ascending

sr=bienvenu
2001-04-03 06:13:38 +00:00
bienvenu%netscape.com 9152c80ea5 add progress and status msg to folder compaction r=naving, sr=sspitzer 34073 2001-03-28 21:14:18 +00:00
bienvenu%netscape.com 2b742cb3aa add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer 2001-03-25 18:48:27 +00:00
gayatrib%netscape.com a61462049b Implementing deleting/filing messages on single and multiple folders in search. Fixed regression introduced after merging performance branch that search does not display number of search hits. r=bhuvan,bienvenu. sr=bienvenu. 2001-03-24 09:08:26 +00:00
sspitzer%netscape.com dc80269535 #72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
#72819 added ascend / descend to the "View | Sort By" menu.  sr=bienvenu

#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created).  sr=bienvenu

#21094, #72823 some work for "select thread" / "select flagged".  sr=bienvenu

change some printf("fix me") into assertions to catch problems.

remove some dead js.
2001-03-23 04:39:54 +00:00
sspitzer%netscape.com 1f9127e327 remove unused interface. 2001-03-22 08:35:01 +00:00
jgmyers%netscape.com 88d7954fe3 Remove unused MD5 code: bug 71764 sr=mscott r=sspitzer 2001-03-20 05:56:09 +00:00
sspitzer%netscape.com f91268441b more files removed due to the mailnews perf landing. 2001-03-19 22:11:49 +00:00
sspitzer%netscape.com 1e2f80dd55 fix bustage. 2001-03-17 02:59:47 +00:00
sspitzer%netscape.com c97569765b remove files no longer part of the build due to the mailnews landing.
(specifically, there is no more message datasource or nsIMessage)
2001-03-17 02:54:34 +00:00
mscott%netscape.com 5f8e59593c Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
mscott%netscape.com d2f40b65aa NOT PART OF THE BUILD
Pre-landing work for the mailnews performance branch. Add news files on the branch to the tip.
2001-03-15 22:35:34 +00:00
racham%netscape.com 4d8c90c1d3 Fixing bugs 66830, 68346, 71356. Fix to bug 66830 makes AccountCentral item display more dynamic based on server and protocol capabilities. Fix to bug 68346 makes the startup page appear once per account per mozilla session. Fix to bug 71356 fianlly makes the right biff sound to get played at the right time. r=gayatrib, sspitzer, bienvenu sr=sspitzer, bienvenu. 2001-03-14 02:32:04 +00:00
varada%netscape.com dd25bfa0b1 fixes for bugs# 70615 70626;r=ducarroz;sr=mscott 2001-03-12 05:30:11 +00:00
racham%netscape.com 9275fe9fe9 Fixing busg 66460, 66442, 66447, 66376, 69358 and 69909. Bug 66460 - Check new mail at startup introduced. All the accounts with this option turned on will perform biff at startup. Bug 66442 - AccountCentral for alternate layout introduced. Bug 66447 - Modifying the AccountCentral header format. Bug 66376 - Read Messages link in AccountCentral fetches new mail. Bug 69358 - A performance improvement at startup. Bug 69909 - Fixing the AccountCentral headers broken by new stringbundle checkins. r=gayatrib, bienvenu, timeless, blakeross sr=sspitzer 2001-02-23 02:42:31 +00:00
timeless%mac.com 902055976c fix bug 41083 Signature path not stored correctly when containing non-english characters
patch by alecf, updated by timeless and bz. r=sspitzer,alecf sr=mscott,alecf
2001-02-22 10:18:54 +00:00
dougt%netscape.com eab041f43f Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
naving%netscape.com a9f24a2c47 64751, 64753. sr =sspitzer, bienvenu. Adding Compact Folders feature to file_menu and Compact This Folder when
you right click on a folder. thanks to sspitzer and bienvenu for good review. Thanks to
david for providing nsMsgFolder::ListDescendents function and all the help.
2001-02-16 02:05:41 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 69415757ab Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
sspitzer%netscape.com 094bf1570e NOT PART OF THE BUILD. 2001-02-08 23:44:47 +00:00
sspitzer%netscape.com 2f3828d92a more hacking with bienvenu. NOT PART OF THE BUILD. 2001-02-08 22:04:50 +00:00
bienvenu%netscape.com 6ec056d99e more work on db view NOT PART OF BUILD 2001-02-08 17:46:54 +00:00
bienvenu%netscape.com 25f3ecc06f more work on db view NOT YET PART OF BUILD 2001-02-08 03:27:25 +00:00
bienvenu%netscape.com c62ba44d30 change name of view type to avoid conflicts NOT PART OF BUILD 2001-02-07 19:27:59 +00:00
sspitzer%netscape.com d8c36f9657 checking in a file so bienvenu and I can hack away.
NOT PART OF THE BUILD.
2001-02-07 18:45:12 +00:00
racham%netscape.com 23f03e2797 Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer 2001-02-07 07:37:04 +00:00
ducarroz%netscape.com 6cb34ee4d7 File Removed. 2001-02-07 06:54:50 +00:00
ducarroz%netscape.com b02cf25223 Part of fix for bug 45225. Due to new AppleDouble implementation, remove old code. SR=mscott 2001-02-07 06:52:30 +00:00
bienvenu%netscape.com 31c646b4d1 add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott 2001-02-06 02:05:31 +00:00
bienvenu%netscape.com eb55362c5a add support for limiting offline download size to base server class 15865 r=naving, sr=mscott 2001-02-03 17:43:24 +00:00
naving%netscape.com 31ecb421d0 25589. r=timeless, sr=bienvenu, sspitzer. Adding feature drag and drop of folder.
Thanks to sspitzer and david for good review.
2001-02-02 20:21:52 +00:00
gayatrib%netscape.com f4ec594947 Fixes for bugs 41715 (filter ui: launch to selected account in folder pane) and 62106 (double click filter doesn't open for editing). Review/super review sspitzer and bienvenu. 2001-02-01 07:26:38 +00:00
ducarroz%netscape.com 5d2c02072f Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu. 2001-01-31 23:22:18 +00:00
ducarroz%netscape.com ea565870d6 First Checked In. 2001-01-31 22:56:24 +00:00
bienvenu%netscape.com 7985de7413 add support for downloading all msgs for offline r=naving, sr=sspitzer 15865 2001-01-31 20:34:12 +00:00
sspitzer%netscape.com e7b36af86f fix for #67095, disable news biff by default, and allow us to
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.

turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
dougt%netscape.com 461938270b backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf 2001-01-25 22:07:38 +00:00
dougt%netscape.com 8ac0f6da84 updating to new necko interfaces 2001-01-25 21:44:59 +00:00
racham%netscape.com 7d6fd5e381 Fixing bugs 14301, 29745, 46450, 60668 and 63251. Fixes to bug 63251 includes introduction os new AccountCentral page. When user selects an account in the folder pane of the messenger, AccountCentral page is displayed inplace of threadpane and messagepane. This page contains links to various account related activities like read, search, compose messages and others. Bugs 14301 and 60668 are fixed so that we logon to the default account all other accounts that have been asked to login at startup. Fix to bug 29745 displays customized email description text on AcctWizard identity page. r=sspitzer sr=bienvenu 2001-01-23 21:54:34 +00:00
bienvenu%netscape.com c6ff675daf add offline msg display r=sspitzer, sr=,mscott 41751 2001-01-13 15:31:30 +00:00
nhotta%netscape.com a9241209db Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
bienvenu%netscape.com ed98b5fc00 add setter for mem cache entry so we can clear it out r=sspitzer, sr=mscott 2001-01-11 04:05:18 +00:00
bienvenu%netscape.com 38df5f91ab add nsIMsgFolderCompactor.idl to windows build r=sspitzer, sr=mscott 2001-01-11 02:43:12 +00:00
bienvenu%netscape.com eb14c3f1c8 add nsIMsgFolderCompactor to unix builds, r=sspitzer,sr=mscott 2001-01-11 00:46:15 +00:00
bienvenu%netscape.com 2a6d3b0b53 initial entry into cvs of folder compaction classes for offline, NOT YET PART OF BUILD 2001-01-10 23:18:53 +00:00
bienvenu%netscape.com 54bbd86f73 stop biff from putting up alerts when server down r=naving,sr=mscott 59802 2001-01-09 23:02:47 +00:00
mscott%netscape.com acc83073f4 Bug #34592 --> tweak the case of several IDL methods
r=sspitzer
sr=bienvenu
2001-01-08 22:48:27 +00:00