Commit Graph

10120 Commits

Author SHA1 Message Date
naving%netscape.com
6fb28b938f 50722, 58083. sr=sspitzer, bienvenu No need to reset the ImapConnection. The IMAP code
now uses the exisiting connection.
2001-02-14 00:17:15 +00:00
hewitt%netscape.com
7dd5eda81a 68709 - mail text change (for stephend), r=hewitt, sr=sspitzer 2001-02-13 23:55:46 +00:00
pinkerton%netscape.com
d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
timeless%mac.com
2e2a9eafc0 fix bug 61801 javascript strict warnings in FilterListDialog.js
patch by maolson@earthlink.net, r=jag, sr=sspitzer
2001-02-13 14:40:49 +00:00
timeless%mac.com
5327da6b4d fix bug 68484 Account Manager : Change "Delete" to "Remove Account"?
patch by stephend@netscape.com, r=racham, sr=sspitzer
2001-02-13 05:37:59 +00:00
timeless%mac.com
ca58b2ad4c fix bug 48668 Blank line before URL when selecting Send Page
patch by gemal@gemal.dk, r=timeless, sr=alecf
2001-02-13 05:06:33 +00:00
timeless%mac.com
9711cf3f0f fix bug 67827 don't linkify single words in account central UI
fix by stephend@netscape.com, r=timeless, sr=bienvenu
2001-02-13 04:58:46 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
jgmyers%netscape.com
63772054f9 fallback to HELO even if SMTP AUTH enabled: bug 67538 r=bryner sr=mscott 2001-02-13 02:09:25 +00:00
naving%netscape.com
6db893d9d8 64982. sr=sspitzer, bienvenu. No need to add back the folder. It is the same
folder.
2001-02-12 22:25:12 +00:00
nhotta%netscape.com
a1987d45e4 Changed to pass a default charset to MIME decoder.
The decoder can use the default if it's indicated in case no charset specified in the header itself,
bug 66098, r=ducarroz, sr=bienvenu.
2001-02-12 21:55:19 +00:00
naving%netscape.com
1009b6e3a1 63866. sr=sspitzer, bienvenu. Get Subfolders for 'trash' and not 'this' 2001-02-12 21:38:48 +00:00
blakeross%telocity.com
103767c68c Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu 2001-02-12 21:31:45 +00:00
timeless%mac.com
7afec3d773 fix bug 68194 Wording changes to Account Settings panel
patch by stephend@netscape.com r=timeless, sr=sspitzer
2001-02-12 06:24:30 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
mscott%netscape.com
10b9edba2f work around to get opening mail attachments and replying to
messages working again (Bugs #68392 and 68371). For imap, if the
AsyncRead on the cache entry returns any kind of error, punt on reading
from the mem cache and hit the network again.
2001-02-10 08:43:32 +00:00
dougt%netscape.com
1b9ca82439 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
25c3d92777 performance tweak. see #68174 2001-02-09 06:33:32 +00:00
sspitzer%netscape.com
a19886858a NOT PART OF THE BUILD. 2001-02-09 00:23:50 +00:00
sspitzer%netscape.com
5f38dffcb9 hoy hoy hoy! NOT PART OF THE BUILD. 2001-02-08 23:57:20 +00:00
sspitzer%netscape.com
d8c0564edb NOT PART OF THE BUILD. 2001-02-08 23:44:47 +00:00
sspitzer%netscape.com
b02818304f more hacking with the anipals. NOT PART OF THE BUILD. 2001-02-08 22:43:29 +00:00
sspitzer%netscape.com
c66c6bce12 more hacking with bienvenu. NOT PART OF THE BUILD. 2001-02-08 22:04:50 +00:00
sspitzer%netscape.com
2aab18fb0a NOT PART OF THE BUILD. more hacking with bienvenu. 2001-02-08 22:02:48 +00:00
bienvenu%netscape.com
5cf8693a6e more work on db view NOT PART OF BUILD 2001-02-08 17:46:54 +00:00
sspitzer%netscape.com
a6bebf95dd NOT PART OF THE BUILD. 2001-02-08 06:18:32 +00:00
sspitzer%netscape.com
1ccc1a5f01 NOT PART OF THE BUILD. hacking with bienvenu... 2001-02-08 06:17:57 +00:00
bienvenu%netscape.com
513c52de5f more work on db view NOT YET PART OF BUILD 2001-02-08 03:27:25 +00:00
sspitzer%netscape.com
8d258feb5a fix for #63186, crash in subscribe dialog. the UW IMAP server
is sending us folders names that aren't modified UTF7 and this
causes us to crash.  also fix a warning.
r=jgmyers,sr=bienvenu,a=brendan
2001-02-08 02:54:21 +00:00
bienvenu%netscape.com
ff1a4d77f3 fix one cause of 67989, meteors never stop spinning in mail news r/sr mscott/sspitzer a=brendan 2001-02-08 01:55:35 +00:00
ducarroz%netscape.com
f8cf11c910 Fix for bug 37697. noHTMLRecipient wasn't retreived correctly. R=sspitzer, SR=mscott, A=asa 2001-02-08 00:17:58 +00:00
jgmyers%netscape.com
ba976f5df1 fix MIME encoded-word decoder: bugs 51453 58114 r=ducarroz sr=sspitzer a=asa 2001-02-08 00:12:50 +00:00
bienvenu%netscape.com
d26251a7c8 change name of view type to avoid conflicts NOT PART OF BUILD 2001-02-07 19:27:59 +00:00
bienvenu%netscape.com
0502a8f84e add files to build so Seth and I can work on them NOT PART OF BUILD 2001-02-07 19:27:00 +00:00
sspitzer%netscape.com
2d2aa5439c checking in a file so bienvenu and I can hack away.
NOT PART OF THE BUILD.
2001-02-07 18:45:12 +00:00
disttsc%bart.nl
2f1f4f6ca9 Fix bustage. nsMoveMailService:: -> nsMovemailService:: 2001-02-07 08:47:55 +00:00
ducarroz%netscape.com
affcf98401 Fix Windows build bustage. Forget to return a value. 2001-02-07 08:14:38 +00:00
syd%netscape.com
8310ac89c1 Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
racham%netscape.com
ba724c809d 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
6e82877d07 File Removed. 2001-02-07 06:54:50 +00:00
ducarroz%netscape.com
2515ff46bb Part of fix for bug 45225. Due to new AppleDouble implementation, remove old code. SR=mscott 2001-02-07 06:52:30 +00:00
gayatrib%netscape.com
938020c9a0 66944. had checked in a less updated file by mistake. rechecking in this file. 2001-02-07 05:38:03 +00:00
gayatrib%netscape.com
efe8e4c350 fix for bug 66944--Open button functionality in search dialog. r=racham sr=bienvenu 2001-02-07 05:27:15 +00:00
mscott%netscape.com
b7c08e6b25 remove two extra dump statments.
sr=sspitzer
2001-02-07 05:17:27 +00:00
sspitzer%netscape.com
8215efa9be sr=mscott. minor performance fix, use NS_LITERAL_STRING() instead of
AssignWithConversion().  just sitting in my tree, k-i-s-s-i-n-g.
2001-02-07 05:14:13 +00:00
sspitzer%netscape.com
06bc9f172f some minor performance tweaks. comment out some dump statements. sr=bienvenu 2001-02-07 04:40:40 +00:00
chuang%netscape.com
d4b76e6d26 Bug44668 Confusion as to how to edit/send a Draft message, sr=sspitzer+mscott 2001-02-07 04:35:37 +00:00
mscott%netscape.com
44b7071761 Bug #45225 --> poor man's way to get rid of the 2 dialogs when opening
a mail attachment. Always treat the selection of the attachment as an "open"
action. This causes the url to get run via the uriloader. If it requires an exthandler
THEN you get the helper app dialog. o.t. we open it internally and you have to save it
yourself.
sr=sspitzer
2001-02-07 04:26:13 +00:00
sspitzer%netscape.com
b085c03c37 fix for #55872. add Ctrl + M to the stand alone message window.
fix from andersma@luther.edu, r=timeless, sr=sspitzer
2001-02-07 04:20:33 +00:00
mscott%netscape.com
7760e7342f Bug #67555 --> rewrite OnStart/OnStopMeteors
to use timers for performance.
sr=sspitzer
2001-02-07 04:09:03 +00:00
racham%netscape.com
581be6b171 Fixing bug 67327. For any given server, login at startup only if the user chooses to do so via log onto this account at startup pref. r=gayatrib, sr=sspitzer 2001-02-07 03:55:46 +00:00
disttsc%bart.nl
f55c261441 Hide menuseparator on Mac. bug=10893, r=blake, sr=sspitzer 2001-02-07 03:55:04 +00:00
timeless%mac.com
fe6432f68e fix bug 67746 Change casing of "Settings" to "settings" in msgAccountCentral.dtd
patch by stephend@netscape.com r=racham, sr=mscott
2001-02-07 01:15:10 +00:00
blakeross%telocity.com
51536b1dd1 Messages are downloaded and deleted if user doesn't have write permissions for inbox (by Keyser Sosez, 62480). r=doron sr=mscott 2001-02-07 01:05:51 +00:00
nhotta%netscape.com
96ec95b74e Forward as attachment should use message send default charset, removed the code which was re-setting the charset which had been initialized to a default charset
by the nsMsgCompose constructor, bug 58494, r=ducarroz, sr=bienvenu.
2001-02-07 00:48:09 +00:00
ducarroz%netscape.com
943ab8f14f Fix for bug 66438. Fix leak and remove unused variable. Patch submitted by Kevin Higgins <khiggins@scu.edu>. R=ducarroz, SR=mscott. 2001-02-07 00:22:38 +00:00
naving%netscape.com
16e061b9c0 63300. r=racham, sr=bienvenu. Making IMAP folders case-sensitive and local folders
case-insensitive as done in 4x.
2001-02-06 23:17:26 +00:00
blakeross%telocity.com
ca4618e50f JS warnings in messengerdnd.js (for mao, 58561). r=blake,jag sr=alecf 2001-02-06 23:03:38 +00:00
sspitzer%netscape.com
5649214e67 fix #67398. sr=bienvenu 2001-02-06 15:59:45 +00:00
sspitzer%netscape.com
0058620b00 fix for #67388. r=gayatrib, sr=bienvenu 2001-02-06 15:49:33 +00:00
mscott%netscape.com
1435ba674f Bug #67555 --> rewrite OnStart/OnStopMeteors to use timers for performance benefits.
sr=bienvenu
2001-02-06 04:13:08 +00:00
mscott%netscape.com
72b7e75b5f Bug #67555 --> remove obsolete timer code
sr=bienvenu
2001-02-06 04:11:21 +00:00
bienvenu%netscape.com
646c9c334a 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:17:47 +00:00
bienvenu%netscape.com
08646b2ca2 add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE fix notification of filtered messages in pop folders 67556 r=naving, sr=mscott 2001-02-06 02:10:43 +00:00
bienvenu%netscape.com
d569c61ce0 use a constant for offline folder flag r=naving, sr=mscott 67608 2001-02-06 02:07:04 +00:00
bienvenu%netscape.com
5db6a0d979 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
disttsc%bart.nl
f42e833e2c Fix strict warnings in mailWidgets.xml, clean up a little. bug=58572, patch by Mark Olsen <maolson@earthlink.net>, r=jag, a=alecf 2001-02-06 01:43:39 +00:00
gayatrib%netscape.com
83df4a1b80 Fix for bug 44582--stop in search dialog. r=racham sr=bienvenu 2001-02-05 10:45:23 +00:00
ben%netscape.com
cdbe3e76b5 Drag and drop API change, call site patches. r=jag, a=hyatt (r=jag for nsDND part of other checkin too) 2001-02-05 07:53:02 +00:00
ducarroz%netscape.com
ddda8ab87c Fix for bug 67469. Don't try to encode a bogus attachment. The HTML converted body should be marked as a bogus attachment. Also fix function nsMsgIsMacFile. R=blake, SR=bienvenu 2001-02-04 01:42:33 +00:00
blakeross%telocity.com
8a3b8dba8e Removing an unused string (for khiggins, 67562). r=blake sr=bienvenu 2001-02-03 20:37:25 +00:00
bienvenu%netscape.com
73feaa9de2 fix for solaris bustage 2001-02-03 18:34:32 +00:00
bienvenu%netscape.com
f21adc57c6 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00
bienvenu%netscape.com
93ea65926b listen for going offline notification and shutdown open connections when we receive it 15865 r=naving, sr=mscott 2001-02-03 17:45:31 +00:00
bienvenu%netscape.com
28ee16bcc9 add support for limiting offline download size to base server class 15865 r=naving, sr=mscott (also make sure replied flag is set appropriately during reparse) 2001-02-03 17:44:20 +00:00
bienvenu%netscape.com
1434f87889 add support for limiting offline download size to base server class 15865 r=naving, sr=mscott 2001-02-03 17:43:24 +00:00
bryner%uiuc.edu
eb9e45c0bd Bug 67412 - set the NotificationCallbacks object on the imap channel so that PSM can get its nsIPrompt. r=jag, sr=mscott. 2001-02-03 02:59:01 +00:00
naving%netscape.com
332bf8d8c8 23089. sr=bienvenu. Do not updateMailboxinfo when imapAction is LiteSelectFolder (undo/redo) 2001-02-03 02:18:27 +00:00
nhotta%netscape.com
38b6358a5a Changed to initialize a charset in msgWindow to the folder charset in nsStreamConverter, bug 61285, sr=mscott,bienvenu. 2001-02-03 00:39:40 +00:00
jgmyers%netscape.com
f5bd875e08 Fix SMTP/SSL: bug 32018 sr=mscott 2001-02-03 00:17:52 +00:00
ducarroz%netscape.com
f50ca26bd5 Fix for bug 37697. Add support of preferFormat and html and plaintext domains list. R=chuang, SR=mscott,bienvenu 2001-02-02 23:39:43 +00:00
mscott%netscape.com
522ae2bd37 remove reference to an obsolete gif 2001-02-02 22:47:59 +00:00
mscott%netscape.com
35e77e8395 Remove obsolete directory from mime. 2001-02-02 22:44:58 +00:00
nhotta%netscape.com
df8d29e388 Changed to cache unicode decoder in nsMimeConverter instead of calling ConvertToUnicode(), bug 20520, r=ducarroz, sr=bienvenu. 2001-02-02 21:19:55 +00:00
naving%netscape.com
583ec5dbac 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
taka%netscape.com
143f59829c check ConvertFromUnicode() result and handle error - #66958, sr=sspitzer, sr=bienvenu 2001-02-02 08:13:12 +00:00
ducarroz%netscape.com
e5c0dad265 Fix for bug 37967. We need to remove null lines caused by an earlier database corruption. R=naving, SR=mscott 2001-02-02 03:43:52 +00:00
sspitzer%netscape.com
f92003d2de fix for #64772 and #64242
the problem with the mark toolbar is that the menupopup items would
execute both their commands, and the toolbar button command.
thanks to racham for the fix.  sr=sspitzer
2001-02-02 03:32:22 +00:00
sspitzer%netscape.com
bb9c5e3206 fix for #67378. r=racham
fix the folder pane context menu.
2001-02-02 03:11:05 +00:00
hewitt%netscape.com
183fd559a7 45060 - addressing widget cleanup, r=ducarroz, sr=sspitzer 2001-02-02 02:18:13 +00:00
hewitt%netscape.com
d8980ef05e 65411 - add throbber-box id, r=hwaara, sr=sspitzer 2001-02-02 01:32:57 +00:00
hewitt%netscape.com
dbe9572117 58764 - remove abstat.gif (by timeless), r=hewitt, sr=hangas 2001-02-02 01:25:28 +00:00
blakeross%telocity.com
1eb95687ad Disabling autostretch where necessary (42406). r=gemal a=ben 2001-02-01 22:11:05 +00:00
disttsc%bart.nl
42f876613a Fix senna bustage, update REQUIRES (add imap). 2001-02-01 18:49:13 +00:00
sspitzer%netscape.com
3d20671705 fix for #67255. define a default for "mail.content_disposition_type"
sr=bienvenu
2001-02-01 15:53:05 +00:00
bienvenu%netscape.com
2d6e114b3a more work on offline imap downloadg, sr=sspitzer,mscott 15865 2001-02-01 15:27:28 +00:00
bienvenu%netscape.com
480ccf6581 add imap src to include path 2001-02-01 15:25:36 +00:00
bienvenu%netscape.com
03c38634bb add imapoffline sync to build sr=sspitzer 2001-02-01 15:24:36 +00:00
bienvenu%netscape.com
034954f339 add nsImapOfflineSync to build, sr=sspitzer 2001-02-01 15:23:49 +00:00
bienvenu%netscape.com
42828d4cff more work on offline imap downloadg, sr=sspitzer,mscott 15865 2001-02-01 15:20:31 +00:00
bienvenu%netscape.com
5c414f1399 more work on offline imap operation playback r=naving, sr=sspitzer,mscott 15865 2001-02-01 15:16:28 +00:00
gayatrib%netscape.com
a583ea283e 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
racham%netscape.com
dcb23d3990 Fixing bug 66655. Making the status bar appear with AccountCentral page and not to cause any resize problems. sr=sspitzer 2001-02-01 00:54:08 +00:00
ducarroz%netscape.com
cad861ab4e Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu. 2001-01-31 23:22:18 +00:00
sspitzer%netscape.com
76f9729ae0 fix for #67234. sr=bienvenu
Date is the secondary for the thread pane (unless we are sorting by Date, in which case there is no secondary sort.)
the XULSortService will do a GetTarget() on Date?collation=true, then Date?sort=true, and then Date.  this performance optimization (although minor) does save us a call to GetTarget().
2001-01-31 23:02:06 +00:00
sspitzer%netscape.com
2179974487 fix for #58085. r=hwaara, ducarroz. sr=bienvenu.
based on initial patch from hwaara@chello.se.
fix the reply button tooltip, fix the reply to sender ui elements,
and get reply to sender to work correctly.
2001-01-31 23:00:18 +00:00
ducarroz%netscape.com
01ede0efdc First Checked In. 2001-01-31 22:56:24 +00:00
sspitzer%netscape.com
a785c0d56d adding file for bienvenu. 2001-01-31 22:32:26 +00:00
bienvenu%netscape.com
ad5cd2c280 more work on offline imap sync, NOT YET PART OF BUILD 2001-01-31 22:30:19 +00:00
valeski%netscape.com
9d8468af0e r=ccarlen, sr=rpotts. 65925. making webprogress listeners support weak ref 2001-01-31 21:04:10 +00:00
mscott%netscape.com
3e8163c79c Bug #3754 and Bug #3369 --> the total message size we are using when fetching by chunks may just be an approximation.
after the first fetch, we'll possibly get back a RFC822.SIZE which will have the exact size of the total message.
Update the # bytes we need to download to match this new value if appropriate.

sr=bienvenu
2001-01-31 20:57:57 +00:00
bienvenu%netscape.com
c8049d1889 add support for downloading all msgs for offline r=naving, sr=sspitzer 15865 2001-01-31 20:34:12 +00:00
sspitzer%netscape.com
14753e4abf 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
sspitzer%netscape.com
392adc2f70 fix for #58567. fix js warnings. r=jag,sr=sspitzer
thanks to mao (Mark Olson) for the fix.
2001-01-31 03:00:56 +00:00
sspitzer%netscape.com
7d7f9d4a2f make Ctrl + E "edit message as new".
#66864
patch from Stephen Walker (walk84@usa.net).
r=timeless,blake,sr=sspitzer
2001-01-31 02:46:41 +00:00
naving%netscape.com
1abd796576 66004, 66956. r=racham, sr=bienvenu. Calculating the linebreak_len for
each line of the data copied. Needed to avoid extraneous characters at the
end of line
2001-01-31 02:02:26 +00:00
gagan%netscape.com
79713bc4c2 Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org 2001-01-31 01:33:03 +00:00
alecf%netscape.com
06aa98bae5 add default pref for #67072, sr=sspitzer 2001-01-31 00:59:30 +00:00
alecf%netscape.com
a28f653c79 fix for #67072 - honor the hidden pref mailnews.nav_crosses_folders preference that 4.x used, to optionally prompt when someone hits 'next' to cross to a folder
sr=sspitzer
2001-01-31 00:58:48 +00:00
sspitzer%netscape.com
22ec8dd046 fix for #67088. sr=bienvenu.
1) on batch deletes, we quickly bail out of ThreadPaneSelectionChange()
2) we only call document.commandDispatcher.updateCommands('threadTree-select');
once per delete, next, move, selection, folder loading.
3) general cleanup
2001-01-30 22:02:27 +00:00
sspitzer%netscape.com
50fd86340f fix for #29199. r=gemal@gemal.dk. sr=bienvenu 2001-01-30 21:07:36 +00:00
sspitzer%netscape.com
49a39178a0 fix FMM. #66790. general code cleanup. r=bratell, sr=bienvenu.
thanks to bratell for finding the FMM.
2001-01-30 21:05:47 +00:00
disttsc%bart.nl
4048d6a36c Bug 10893: add text size menu to mail/news viewers (3pane, message). r=timeless, sr=sspitzer
Bug 56534: make "Open in new message window" work when viewpane is closed. r=racham, sr=sspitzer
2001-01-30 20:45:50 +00:00
bienvenu%netscape.com
c1cc128359 more work on playback of offline imap operations NOT YET PART OF BUILD 2001-01-30 15:29:11 +00:00
sspitzer%netscape.com
5f82fcf36c backing racham out. this fix causes resize problems and other weirdness.
thanks to bryner for finding it.  r=bryner
2001-01-30 06:03:53 +00:00
disttsc%bart.nl
64e4e828f4 Fix warnings 'n stuff. bug=60627, patch=mao, r=jag, sr=sspitzer 2001-01-30 05:20:08 +00:00
sspitzer%netscape.com
1097880c59 remove tests from build. sr=mscott 2001-01-30 05:07:43 +00:00
mscott%netscape.com
655c720a6c remove obsolete files
sr=sspitzer
2001-01-30 04:56:37 +00:00
mscott%netscape.com
54c583bb7a remove obsolete directories 2001-01-30 04:55:49 +00:00
mscott%netscape.com
48513685cb remove obsolet files 2001-01-30 04:55:30 +00:00
mscott%netscape.com
a8d05e73da remove obsolete test files
sr=sspitzer
2001-01-30 04:54:07 +00:00
mscott%netscape.com
b0378e55a5 remove obosolet files
sr=sspitzer
2001-01-30 04:53:32 +00:00
mscott%netscape.com
e105e59022 remove obsolete test directories
sr=sspitzer
2001-01-30 04:50:42 +00:00
sspitzer%netscape.com
812a41bfc5 remove unused tests. sr=mscott 2001-01-30 04:48:46 +00:00
mscott%netscape.com
ff022efb72 stop building obsolete test directories
sr=sspitzer
2001-01-30 04:47:24 +00:00
sspitzer%netscape.com
75821cdbba remove the old, unused tests. sr=mscott 2001-01-30 04:47:05 +00:00
mscott%netscape.com
2ebf8b70fe remove obsolete test directories 2001-01-30 04:44:39 +00:00
sspitzer%netscape.com
0dff0f3b73 remove the old, unused tests. sr=mscott 2001-01-30 04:44:09 +00:00
sspitzer%netscape.com
93fd7a34dd remove the unused tests. sr=mscott 2001-01-30 04:44:02 +00:00
mscott%netscape.com
f328c8062e kill obsolete test directory
sr=sspitzer
2001-01-30 04:43:09 +00:00
mscott%netscape.com
83c03fdbc6 stop building an obsolete test directory
sr=sspitzer
2001-01-30 04:41:46 +00:00
sspitzer%netscape.com
5db8d47959 remove the old, unused tests. 2001-01-30 04:41:44 +00:00
sspitzer%netscape.com
f0bbf6b825 remove unnecessary call to GetFilterList().
sr=bienvenu
2001-01-30 04:25:15 +00:00
sspitzer%netscape.com
466b87a699 turning off timing code (unless the hidden timing pref is true).
remove unused tests. sr=mscott
2001-01-30 04:19:30 +00:00
sspitzer%netscape.com
1845ba6058 remove the unused tests from the package. sr=mscott 2001-01-30 04:16:50 +00:00
racham%netscape.com
b970ee4f7d Fixing bug 66655. Make status bar appear when AccountCentral page is displayed. sr=sspitzer 2001-01-30 02:32:20 +00:00
bienvenu%netscape.com
fe3c7a7b68 fix news connection cache with busy connections, r/sr == mscott,sspitzer 65927 2001-01-30 01:36:03 +00:00
valeski%netscape.com
939a2cb281 sr=mscott. fixing extraneous QI. 66942 2001-01-30 00:58:26 +00:00
disttsc%bart.nl
adcf7f185f Fix js strict warning, bug=60646, patch=Henrik Gemal, r=mao, sr=bienvenu 2001-01-30 00:49:37 +00:00
nhotta%netscape.com
fe2bf3e5bf Notify the user's charset change to msgWindow so the charset menu to be checked correctly, bug 66227, sr=mscott,bienvenu. 2001-01-29 20:00:46 +00:00
dbaron%fas.harvard.edu
c55ef35a27 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:31:15 +00:00
sspitzer%netscape.com
f6bd43f5f5 fix #66789. don't display the quoted '.'
sr=bienvenu
2001-01-27 19:52:52 +00:00
bienvenu%netscape.com
f1f9abacc7 fix linux build bustage 2001-01-27 19:04:31 +00:00
bienvenu%netscape.com
ef1d56b267 add nsImapOfflineSync.cpp,h NOT YET PART OF BUILD 2001-01-27 18:59:17 +00:00
bienvenu%netscape.com
c9e3be1e5f more work for offline imap, add offline imap operation class r=sspitzer, sr=mscott 15865 2001-01-27 18:47:21 +00:00
bienvenu%netscape.com
609aa22716 more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:42:58 +00:00
sspitzer%netscape.com
8504654938 add file to build for bienvenu 2001-01-27 18:40:39 +00:00
bienvenu%netscape.com
8d676f512a more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:35:10 +00:00
sspitzer%netscape.com
8e4fe99de9 add nsIMsgOfflineImapOperation.idl to the build 2001-01-27 18:23:04 +00:00
bienvenu%netscape.com
072c463eed fix build bustage 2001-01-27 17:37:14 +00:00
dbaron%fas.harvard.edu
1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
bienvenu%netscape.com
08bc27787a add nsIMsgOfflineImapOperation.idl to build r=sspitzer,sr=mscott 15865 2001-01-27 16:39:20 +00:00
cls%seawood.org
8960432db3 Tweak previous fix to check for zero-length strings. 2001-01-27 01:31:44 +00:00
cls%seawood.org
c7aa4c7041 Fix for IBM compiler related bustage.
Thanks to Jim Dunn <jdunn@netscape.com> for the patch.
2001-01-27 00:46:21 +00:00
jgmyers%netscape.com
95e365edda unfold all headers per RFC 822: bug 23635 r=ducarroz sr=bienvenu 2001-01-26 23:41:08 +00:00
taka%netscape.com
11558b490b fix for #43221, #64781, and #53644. take folder charset and apply appropriate charset conversion before comparison. r=nhotta, a=bienvenu 2001-01-26 13:50:44 +00:00
blakeross%telocity.com
b1a7f2005b Fix 60788: letters with descenders cut off in mail compose subject field. patch by hwaara. r=sspitzer,blake sr=bienvenu 2001-01-26 06:05:46 +00:00
sspitzer%netscape.com
f5a1601332 turn off some debugging printfs relating to bug #66553. sr=bienvenu 2001-01-26 04:42:47 +00:00
timeless%mac.com
c59c223069 fix for bug 61805 javascript strict warnings in abAddressBookNameDialog.js
patch by maolson@earthlink.net r=timeless, a=alecf
2001-01-26 03:39:38 +00:00
sspitzer%netscape.com
1b8069431a fix for #66602. make it faster to delete, move, or copy unread messages into
a local folder.  sr=bienvenu
2001-01-26 02:52:56 +00:00
jgmyers%netscape.com
2f7d03e291 clean out refs to FALSE: bug 63834 r=bryner sr=brendan 2001-01-26 01:59:16 +00:00
prass%netscape.com
c65266cf64 Adding geticonode function and context for icon image, r=jelwell, sr=mscott 2001-01-26 00:51:18 +00:00
bienvenu%netscape.com
685b5860d3 fix saving of imap pending unread counts r=sspitzer,naving, sr=mscott 66580 2001-01-26 00:14:10 +00:00
nhotta%netscape.com
b29a156ff1 Changed to support charset override for message headers, ignore the header specified charset and use the folder charset for the charset conversion,
bug 65277, r=mscott, sr=bienvenu.
2001-01-25 23:39:22 +00:00
nhotta%netscape.com
f8ca39c352 Changed to use the original charset name instead of the mapped one to take advantage of the us-ascii optimization,
bug 66411, r=sspitzer,ducarroz, sr=bienvenu.
2001-01-25 23:31:20 +00:00
dougt%netscape.com
5235e3266f 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
d82f5acc6e updating to new necko interfaces 2001-01-25 21:44:59 +00:00
racham%netscape.com
66092c4f34 Fixing bug 65556. Turning the Biff feature on by default and automatic message download is turned off for POP3 servers on biff as deafult. r=sspitzer sr=mscott 2001-01-25 20:38:45 +00:00
racham%netscape.com
95411fe2e0 Fixing bugscape bug 3709. Setting unique and polished accountname format for ISPs. r=sspitzer sr=bienvenu 2001-01-25 20:34:57 +00:00
chuang%netscape.com
e4de95ccf4 Bug42038 UI: AB - "Card for" dialog wording. "Prefers to receive rich text (HTML) mail", r=sspitzer, sr=mscott 2001-01-25 20:19:38 +00:00
bienvenu%netscape.com
4bf1e5a1ff add error code to unknown error alert for diagnosis purposes r=sspitzer, sr=mscott 57057 2001-01-25 15:49:04 +00:00
sspitzer%netscape.com
bcc031d8af "a" is a bad key for mark all read, since it is too easy to hit "a",
and mark all read is not undoable.  make mark all read "ctrl shift c"
like it was in 4.x.
2001-01-25 09:24:28 +00:00
timeless%mac.com
b0d1ab49ed fix for bug 60629 javascript strict warnings in abCardOverlay.js
patch by maolson@earthlink.net r=timeless a=alecf
2001-01-25 06:51:19 +00:00
blakeross%telocity.com
aeab2912d9 sorry, sr=bienvenu for mao's fixes. think I'm a little too used to typing `sr=alecf' 2001-01-25 05:38:00 +00:00
blakeross%telocity.com
32b13b722e Fix 63619, 65325: mao's strict warning fixes. r=jag sr=alecf 2001-01-25 05:31:57 +00:00
bienvenu%netscape.com
c2aed3d6f8 add offline imap operation support, NOT YET PART OF BUILD 2001-01-24 15:47:56 +00:00
Peter.VanderBeken%pandora.be
ca18afb32e Fixing build bustage on Mac. 2001-01-24 15:45:41 +00:00
sspitzer%netscape.com
36ccf5c4b9 performance fix for mailnews for. (especially us-ascii users)
skip a lot of expensive code if we don't need to do the conversion.
this will help sorting, scrolling and message display.
there is more work to do on this code for non us-ascii users.
sr=bienvenu
2001-01-24 15:10:08 +00:00
mscott%netscape.com
0f825d9326 Bug #3700 --> move canRunURLButBusy back inside the if statement
sr=bienvenu
2001-01-24 06:58:07 +00:00
blakeross%telocity.com
009ca07c53 Fix 21515: context menu should have filename after `Save Image...'. patch by doron (doronr@naboonline.com). r=blake sr=alecf 2001-01-24 05:50:35 +00:00
blakeross%telocity.com
59808e579f Fix 64969: can't drag urls out of message pane or window. r=timeless sr=bienvenu 2001-01-24 03:31:55 +00:00
mkaply%us.ibm.com
7b5309f180 No bug
r=jkobal, a=blizzard
Remove XP_OS2 codepath so Templates and Unsent Messages work
2001-01-24 00:50:14 +00:00
timeless%mac.com
a94020c762 fix bug 62703 Mail Compose: Need mnemonics for "Attachments" and "Subject"
patch by hwaara@chello.se, r=timeless, sr=alecf
2001-01-23 22:48:46 +00:00
darin%netscape.com
6a7567992b Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
r=dougt@netcape.com, sr=mscott@netscape.com.
2001-01-23 22:10:34 +00:00
kin%netscape.com
4275b833c4 Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com  r=ducarroz@netscape.com

New Files:

    editor/txtsvc/macbuild/txtsvcIDL.mcp
    editor/txtsvc/public/MANIFEST_IDL
    editor/txtsvc/public/nsIFindAndReplace.idl
    editor/txtsvc/src/nsFindAndReplace.cpp
    editor/txtsvc/src/nsFindAndReplace.h
    xpfe/components/find/resources/replacedialog.js
    xpfe/components/find/resources/replacedialog.xul
    xpfe/components/find/resources/locale/en-US/replacedialog.dtd


Modified Files:

    build/mac/build_scripts/MozillaBuildList.pm
    editor/base/nsEditorShell.cpp
    editor/idl/nsIEditorShell.idl
    editor/txtsvc/macbuild/txtsvc.mcp
    editor/txtsvc/public/Makefile.in
    editor/txtsvc/public/makefile.win
    editor/txtsvc/public/MANIFEST
    editor/txtsvc/src/Makefile.in
    editor/txtsvc/src/makefile.win
    editor/txtsvc/src/nsTextServicesFactory.cpp
    editor/ui/composer/content/ComposerCommands.js
    editor/ui/composer/content/editor.js
    editor/ui/composer/content/editorOverlay.xul
    editor/ui/composer/locale/en-US/editorOverlay.dtd
    mailnews/compose/resources/content/messengercompose.xul
    mailnews/compose/resources/content/MsgComposeCommands.js
    mailnews/compose/resources/locale/en-US/messengercompose.dtd
    xpfe/components/jar.mn
    xpfe/components/find/public/nsIFindComponent.idl
    xpfe/components/find/public/nsISearchContext.idl
    xpfe/components/find/resources/makefile.win
    xpfe/components/find/resources/MANIFEST
    xpfe/components/find/resources/locale/en-US/MANIFEST
    xpfe/components/find/src/nsFindComponent.cpp
    xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
racham%netscape.com
3bd146e8d8 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
racham%netscape.com
db08547a0c Fixing bugs 14301 and 63251. As a part of fix to bug 14301, Setting the default value of the pref that says log onto this account at startup to false. All newly created accounts will not have this one turned on and interested users with multiple accounts will have to manually turn it on, by turning the checkbox on, to take the advantage multiple logins at startup. While fixing bug 63251, a new pref is added to findout the url of the page that need to be displayed in the AccountCentral frame. r=sspitzer sr=bienvenu 2001-01-23 21:54:12 +00:00
chuang%netscape.com
56736e0108 Bug60107 Preference for limiting number of Collected Addresses not working, r=ducarroz, sr=bienvenu 2001-01-23 04:11:41 +00:00
sspitzer%netscape.com
01de5a1a72 persist size when using the vertical mail layout. thanks to kerz for the
patch.  (part of #32148)
2001-01-23 00:24:12 +00:00
ducarroz%netscape.com
d54f8725a0 Fix for bug 61437. Remove unused code and cleanup mess with mEntityConvertionDone which was causing plain text body to be converted twice. R=sspitzer, SR=mscott 2001-01-23 00:03:25 +00:00