Commit Graph

10195 Commits

Author SHA1 Message Date
mscott%netscape.com
8a06771984 67997 --> make saving local mail attachments work directly from the message pane. To do this,
nsMailboxService now support nsIMsgMessageFetchService.
sr=sspitzer
2001-03-27 07:35:45 +00:00
mscott%netscape.com
a1d663c9c3 67997 --> now that the mail protocols automatically invoke a mime converter to extract parts, save attachment
shouldn't attempt to automatically invoke a converter. (removing code we don't need)

sr=sspitzer
2001-03-27 07:26:09 +00:00
mscott%netscape.com
c686cc9c61 Bug #73412 --> land new message display code. New code is faster to display messages due to a simpler UI for header display.
introduce a collapsed mode for header display.
sr=sspitzer
2001-03-27 06:08:45 +00:00
mscott%netscape.com
09876c85eb Bug #73412 --> land new message display code.
sr=sspitzer
2001-03-27 06:08:07 +00:00
sspitzer%netscape.com
ba8bb472b0 when reading news, show "lines" as the header of the "size" column
since we are actually showing (and sorting) line counts.
this broke when we landed the mailnews perf branch.
sr=bienvenu
2001-03-26 23:44:42 +00:00
cls%seawood.org
979c006ff6 Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
sspitzer%netscape.com
bcce9ed359 when reading news, show (and sort) "lines" in the size column. sr=bienvenu 2001-03-26 23:38:56 +00:00
mkaply%us.ibm.com
5f5b489750 #73191
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
sspitzer%netscape.com
46d7d553b5 fix for #73416. show the proper icons in the thread pane.
sr=bienvenu
2001-03-26 23:17:33 +00:00
mscott%netscape.com
1f75f9f108 If the date is today then only show a time, don't show the date in the message pane.
sr=sspitzer
2001-03-26 05:07:19 +00:00
mscott%netscape.com
9d2ffa2b5c If the date is today then only show a time, don't show the date in the thread pane.
sr=sspitzer
2001-03-26 05:07:08 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
c428e1cd55 get replying to offline msg working sr=sspitzer 64424 2001-03-25 22:13:22 +00:00
bienvenu%netscape.com
2ebdb157e8 fix loading a newsgroup and loading a news message while offline sr=sspitzer 15865 2001-03-25 19:33:18 +00:00
bienvenu%netscape.com
847a0288ea add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer 2001-03-25 18:48:27 +00:00
bienvenu%netscape.com
436c636874 add some status text for offline 15865 sr=sspitzer 2001-03-25 18:47:54 +00:00
bienvenu%netscape.com
b7cb883fc9 add synchronize for offline, some status text 15865 sr=sspitzer 2001-03-25 18:45:47 +00:00
blakeross%telocity.com
85f54f99db Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt 2001-03-25 16:49:38 +00:00
mscott%netscape.com
030f71967b Bug #73250, 67997 --> be sure to pass out just the part or attachment by automatically
invoking a mime converter. This fixes an infinite loop with libpr0n and saving attachments
from the browser window.
sr=bienvenu
2001-03-25 00:26:40 +00:00
mscott%netscape.com
a90e3b0842 Bug #73250, 67997 --> fix infinite loop when displaying images with the new image lib.
When fetching a part or an attachment to an imap message, automatically invoke a mime converter
to extract just the part. this fixes saving mail attachments from the browser window.
sr=bienvenu
2001-03-25 00:24:41 +00:00
bienvenu%netscape.com
efce4931fc get status msgs working again for imap 73241, couple small fixes for offline imap 15865 r=naving, sr=sspitzer 2001-03-24 14:53:54 +00:00
gayatrib%netscape.com
1ad4817ab0 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
andreww%netscape.com
79908580a8 bugzilla 45034 r=timeless, sr=hewitt :mail filter ui cleanup 2001-03-24 02:08:49 +00:00
sspitzer%netscape.com
c2ebcb24db fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time.
add "View | Sort By | Thread" back to the menus.

add an accelerator for "Select Thread" (ctrl shift a). #21094

make it so when we delete the last message in the folder, we clear  out the message pane.
make it so when we compact folders, we blank out the thread pane. #72674

fix some crashers when clicking on the thread pane and there is no db or there are no rows.  #72282

kill thread should not be "ctrl w", it should be "w".  #73260

sr=bienvenu
2001-03-24 01:12:33 +00:00
sspitzer%netscape.com
7e2e3375f3 fix it so we won't try to send "ARTICLE <" to the nntp server. on quit, we sometimes get into a state where we try to send that to the server. if I detect that state, I return error but I don't send the bogus data over the wire. sr=bienvenu
related to bugs #57659 and #72317
2001-03-24 01:06:53 +00:00
stephend%netscape.com
a363ec1db3 Per RFC2606, using user@domain.invalid in bug 71121. r=Ben Bucksch sr=sspitzer@netscape.com. 2001-03-24 00:54:09 +00:00
varada%netscape.com
edbee42897 fix for bug#72235- crash on replying to message;r=ducarroz;sr=bienvenu 2001-03-24 00:51:59 +00:00
varada%netscape.com
566fbe2e09 fix for bug 70392 - beautifying send format prefs panel; r=ducarroz;sr=bienvenu 2001-03-24 00:43:12 +00:00
varada%netscape.com
7747e255c5 fix for bug#69525-dnd attachment not working for compose window on mac;r=ducarroz;sr=mscott 2001-03-24 00:35:31 +00:00
ducarroz%netscape.com
d7295155e5 FIx for bug 73041. SendMsg now has only two parameters. SR=sspitzer 2001-03-24 00:10:59 +00:00
timeless%mac.com
292395ae13 fix Bugzilla Bug 65428 language="javascript" should be type="application/x-javascript" mailnews
r=fabian, a=ben
2001-03-23 23:44:31 +00:00
sspitzer%netscape.com
18f5a383d1 fix #21094. implement "select thread" (for my patient pal leaf).
disable "select thread" if nothing is selected in the thread pane.
disable "select flagged" until it is finished.  sr=bienvenu
2001-03-23 06:12:31 +00:00
stephend%netscape.com
b85f9f27f7 Part of the fix for bug 73051, observing RFC2606. r=robinf@netscape.com, hixie@netscape.com, sr=shaver@mozilla.org 2001-03-23 05:35:19 +00:00
stephend%netscape.com
8ea862718f Part of the fix for bug 73051, observing RFC2606. r=robinf@netscape.com, hixie@netscape.com, sr=shaver@mozilla.org 2001-03-23 05:33:07 +00:00
naving%netscape.com
eb35cef646 71666 sr=bienvenu. Don't display the alert. The login dialog describes the
same error.

71670 sr=bienvenu. Ensure that the messages are not lost when the user hits
"Stop" while downloading messages.

68875 sr=bienvenu. Ensure that the old berkeley mailbox is deleted by closing
streams to local folders in mailnews code. This helps in compacting folder

66795 sr=bienvenu. The above fix also helps in stopping tmp files displayed
as local folders.
2001-03-23 05:25:32 +00:00
sspitzer%netscape.com
5ca94b9cc5 #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
8033776b85 fix for #73091. javascript exception when setting up a news account.
sr=bienvenu
2001-03-23 04:32:50 +00:00
sspitzer%netscape.com
ccfec6735b fix #70641. allow the user to set a signature file. sr=bienvenu 2001-03-23 04:32:11 +00:00
mstoltz%netscape.com
519500116e Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
blakeross%telocity.com
c3f907213c More of the same -- Fix 73033, crash on opening addressbook. 2001-03-23 01:45:52 +00:00
sspitzer%netscape.com
d3faf1e0f8 fix for #73080. more blake fallout. subscribe is broken. sr=bienvenu
a=akk,lpham.
2001-03-23 00:46:01 +00:00
sspitzer%netscape.com
fe047e7a6e fix account manager regression. use new style contract id
instead of old style.  patch from shaver.  sr=sspitzer
2001-03-22 22:22:20 +00:00
blakeross%telocity.com
e15168412f Fixing 73076, missing mail text. sr=shaver 2001-03-22 21:47:04 +00:00
sspitzer%netscape.com
986334ce38 fix for message display blocker. headers not showing up
(like from, cc, etc.)  fix by blake.  sr=sspitzer
2001-03-22 21:07:34 +00:00
sspitzer%netscape.com
7b5012bcd8 fixing blocker bug #73028. more fallout from blake's checkin.
patch started by blake, rest of fix by bienvenu.  sr=sspitzer.
2001-03-22 20:06:28 +00:00
bienvenu%netscape.com
b10dfa45f7 add boolean for purging offline msg bodies by msg age sr=sspitzer, 15865 2001-03-22 14:40:35 +00:00
bienvenu%netscape.com
ae3941d951 add support for local folders under imap servers, also fix problem with offline sync playback r=naving,sr=sspitzer 15865 2001-03-22 14:38:00 +00:00
bienvenu%netscape.com
644a509198 add support for local folders under imap servers r=naving,sr=sspitzer 15865 2001-03-22 14:36:51 +00:00
sspitzer%netscape.com
f47fd4afdd remove unused interface. 2001-03-22 08:35:01 +00:00
blakeross%telocity.com
0384507453 This file escaped my wrath somehow. 2001-03-22 07:24:56 +00:00