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

12876 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com e44ac3a3c5 fix 140555 r/sr=sspitzer downloading two copies of every news msg for offline use when syncing newsgroups, also don't allow multiple downloads to the same group 2002-04-30 14:46:44 +00:00
john.marmion%ireland.sun.com 32346dbc01 fix for #135414. LDAP Address Book intgration with 3rdparty products fails.
r=dmose,sr=sspitzer
2002-04-30 13:28:07 +00:00
sspitzer%netscape.com d167f9c530 fix build issue. thanks to jefft for the patch. 2002-04-30 06:33:18 +00:00
mstoltz%netscape.com cc4b5969f8 Bug 140133 - Replace unsafe strcpy with strncpy and null-terminate the result.
r=nhotta, sr=heikki
2002-04-30 04:07:57 +00:00
alecf%netscape.com 58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
yokoyama%netscape.com 6efda3be84 Bug139842
Populate the unicode string with replacement char in case of decoder failure
Impact only mail/news.
/r=nhotta;sr=bienvenu
2002-04-29 23:21:53 +00:00
bienvenu%netscape.com 6c8378c12b fix top crash in imap header parsing, r=naving, sr=sspitzer 140986 2002-04-29 21:36:37 +00:00
alecf%netscape.com 9348ce8ac8 fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
cbiesinger%web.de f290668263 bug 140146 patch by ere@atp.fi r=bienvenu sr=mscott
crash in nsMsgFolder during shutdown
2002-04-29 18:15:09 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jfrancis%netscape.com fa3eab32b7 trivial change to reduce CW compiler memory demands. r=ducarroz 2002-04-27 03:53:17 +00:00
jgmyers%netscape.com bf7e6b01fd Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin 2002-04-26 23:02:11 +00:00
naving%netscape.com 281921ef9d 139833 r=racham sr=sspitzer Save the default sent/drafts/templates(folder URIs) prefs settings correctly 2002-04-26 21:50:18 +00:00
sspitzer%netscape.com 1fcb78d629 fix for regression bug #138647. turn off some code that was for #134743.
until I figure it out.  r/sr=bienvenu
2002-04-26 19:52:41 +00:00
nhotta%netscape.com 0a4a8eba82 Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
2002-04-25 22:49:19 +00:00
mscott%netscape.com b73ad8ff93 Bug #134745 --> take a stab at fixing the yellow triangle icon on win98. remove the discarable attribute
on the new mail notification icon.

rs=sspitzer
2002-04-25 20:16:48 +00:00
bienvenu%netscape.com dff58d499c fix handling of download for offline use when imap no select folder is configured for offline use r=naving, sr=sspitzer 133951 2002-04-25 19:08:40 +00:00
bienvenu%netscape.com 42042324cb fix crash deleting news server and adding it back r=naving, sr=sspitzer 80869 2002-04-25 19:02:37 +00:00
ducarroz%netscape.com 22a832f1e1 Fix for bug 138619. We must initialize rv before using it!. R=srilatha, SR=bienvenu 2002-04-25 18:50:15 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
nhotta%netscape.com 81a713186e Adding a localization comment to a property file not to translate the strings,
bug 139615, r=rchen.
2002-04-25 00:48:50 +00:00
sspitzer%netscape.com 7356bf64d9 strdup() not defined on the mac, using PL_strdup() instead. fix bustage for bienvenu. 2002-04-24 21:40:10 +00:00
bienvenu%netscape.com 2809a70e87 fix 136805 broken mdn receipts when msg subject has non-ascii characters fix by jeff tsai, r=ducarroz, sr=bienvenu 2002-04-24 20:45:53 +00:00
bienvenu%netscape.com 078f75c860 fix reading unread message in sent folder that had an mdn request not to prompt for return receipt, fix by jeff tsai, r=bienvenu, sr=sspitzer 138054 2002-04-24 20:16:23 +00:00
bienvenu%netscape.com a27df3f289 fix error/crash replying to a message in a folder with a comma in the name r=ducarroz, sr=sspitzer 133861 2002-04-24 20:03:44 +00:00
jst%netscape.com 7d7c5f63b6 Checking in ducarroz@netscape.com's cleanup for bug 138663. r=bzbarsky@mit.edu, sr=jst@netscape.com 2002-04-24 03:56:40 +00:00
jst%netscape.com 18f1c685f6 Fixing regression bug 138663. Cached mail compose windows open up blank. r=harishd@netscape.com, sr=jband@netscape.com 2002-04-24 00:33:56 +00:00
seawood%netscape.com 717f160cfa Use debug() instead of dump() so that js component registration output only shows up in debug builds.
Bug #138726 r=rginda sr=alecf
2002-04-23 07:30:11 +00:00
nhotta%netscape.com 14bce627cc Changed to use a different util function which does not call the converter repeatedly in a loop
in order to workaround the converter problem (bug 138578),
bug 120728, r=ducarroz, sr=sspitzer.
2002-04-23 02:20:17 +00:00
nhotta%netscape.com b1e79eb712 Added out argument for NS_MsgStripRE to avoid altering the const argument,
bug 131983, r=ducarroz, sr=bienvenu.
2002-04-23 02:18:19 +00:00
naving%netscape.com 8d9a6048e3 138217 r=cavin sr=bienvenu. Make folders of an acct in one profile do not show up for the same acct in another
profile in turbo mode. Clear the subfolders array when we are forcing shutdown of rootFolder and all its children.
2002-04-23 02:14:36 +00:00
mscott%netscape.com 36da9ea91d Bug #133580 --> make image/tiff attachments show up as external attachments
instead of acting non-existent in the message.
r=ducarroz
sr=bienvenu
2002-04-23 01:14:47 +00:00
ducarroz%netscape.com 67189a1d71 FIx for bugscape bug 11669. Add preference to turn off plugin access in mail. R=mscott, SR=bienvenu 2002-04-22 23:16:17 +00:00
naving%netscape.com 5b7848020f 138828 r/sr=bienvenu. Made it so that customHeaders can be removed from the UI. The fix is to clearUserPref "mailnews.customHeaders" when all headers are removed. 2002-04-22 23:07:33 +00:00
kaie%netscape.com fb19288806 b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
kaie%netscape.com 7e0bebea5f b=137627 Fix crash seen with some messages.
r=kaie sr=sspitzer
2002-04-22 13:49:53 +00:00
shliang%netscape.com 413c8e917a 132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa 2002-04-19 07:19:26 +00:00
sspitzer%netscape.com ba0ce0e6dd fix for #138092. bad information text in mailing list dialog.
now that it is modal, you can't dnd.  text from robinf@netscape.com.
r/sr=bienvenu
2002-04-19 03:53:27 +00:00
seawood%netscape.com 97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
seawood%netscape.com f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
rdayal%netscape.com 44b4fc0a4f fix for MAPI send of files with localized filenames, bug # 103313
r=nhotta, sr=mscott
2002-04-18 23:43:36 +00:00
bienvenu%netscape.com c313dd53ea fix imap not to download all msg headers r=naving, sr=sspitzer 137994 2002-04-18 23:40:22 +00:00
bienvenu%netscape.com 4ef62589c0 turning off some debug_bienvenu code 2002-04-18 22:49:48 +00:00
bienvenu%netscape.com 6833113942 fix updating of command handlers in cases where there is no selection r=ssu, sr=sspitzer 134893 2002-04-18 22:32:25 +00:00
varada%netscape.com 862fc658b4 fix for 58506;smtp panel doesnt get refreshed in account wizard if prefilled first account exists;r=srilatha;sr=mscott 2002-04-18 22:26:47 +00:00
naving%netscape.com 8332198ead 138014 r=bienvenu sr=mscott Make undo delete messages work for the case when we do Ctrl A/Select all and delete all messages in an imap folder. 2002-04-18 22:15:39 +00:00
sspitzer%netscape.com ef5d874716 fix for #134743. Turbo on, mailing list entries duplicated after an exit/restart.
r=racham, sr=bienvenu.
2002-04-18 22:01:00 +00:00
sspitzer%netscape.com 950b92c668 fix for #124208. Address Book window shows LDAP directories from previous Profile in turbo mode.
r=bienvenu, sr=mscott.
2002-04-18 21:59:58 +00:00
sspitzer%netscape.com c320ef7c3a minor code cleanup. no bug. r/sr=bienvenu 2002-04-18 21:58:29 +00:00
sspitzer%netscape.com aa501994ff fix for #138048. double clicking on card in addressbook sidebar
doesn't bring up compose window.  r=racham, sr=bienvenu
2002-04-18 21:57:09 +00:00
varada%netscape.com c363c82d1d fix for 136937;mail composition body becomes ineditable after send failure;r=srilatha;sr=mscott 2002-04-18 21:56:04 +00:00
sspitzer%netscape.com 7bb5e820a4 fix for #138253. don't do window.confirm() from chrome in addressbook.js.
r=hewitt, sr=bienvenu
2002-04-18 21:55:40 +00:00
sspitzer%netscape.com d87ec2ca68 fix for #134958. can't delete mailing list from dir pane.
r=hewitt, sr=bienvenu
2002-04-18 21:53:19 +00:00
srilatha%netscape.com e4cf1a90db Fix for bug # 134947. Import text dialog unusable.
r=varada, sr=sspitzer.
2002-04-18 21:47:28 +00:00
nhotta%netscape.com 58dc36e89d Use ISO-8859-1 as a compose charset if us-ascii, change for edit as new,
bug 136938, r=ducarroz, sr=kin.
2002-04-18 21:43:10 +00:00
bienvenu%netscape.com e3e20ba4aa disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:17:03 +00:00
bienvenu%netscape.com c148f6e780 disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:07:38 +00:00
bienvenu%netscape.com dd953a2fb2 fix updating of toolbar buttons when switching to offline and selecting a message not downloaded for offline use r=naving, sr=sspitzer 134980 2002-04-17 14:06:31 +00:00
mozilla.BenB%bucksch.org 17ce2b7392 108153:
Forgot to remove the debug output, as promised to reviewers.
r=ducarroz,sr=bienvenu
2002-04-17 09:56:25 +00:00
pete.zha%sun.com 4e2b201681 bug 120485:Can't delete folders on IMAP server cascadely
r=bienvenu sr=mscott
Check in for Henry Jia's(henry.jia@sun.com) fix
2002-04-17 07:38:27 +00:00
pete.zha%sun.com 43746f29aa bug 106479:Multiple IMAP accounts: Check "Empty Trash on Exit" from account setting freeze an IMAP account without Trash folder. r=timeless sr=mscott
Check in Henry Jia's(henry.jia@sun.com) fix
2002-04-17 07:18:37 +00:00
racham%netscape.com 2da8a43cd8 Fixing bug 137876. Fixing typo in the functional call so that ISPs can set off functions to be executed via this routine. r=andreww, sr=sspitzer 2002-04-17 01:25:37 +00:00
akkana%netscape.com c79fd069a4 134439: Disable wrap_to_window_width by default, regression since the patch was reviewed 2002-04-17 00:41:14 +00:00
akkana%netscape.com fdc4ae63df 134439: Make plaintext compose wrap to window width instead of output
width, and don't wrap quotes in <pre> or <span>, to work around various
editor bugs.  Detect quoted blocks at output time, and continue our
existing behavior of not wrapping quoted text. r=jfrancis,bratell, sr=alecf.
2002-04-16 23:11:33 +00:00
naving%netscape.com 10f162ca67 134291 r=mscott sr=bienvenu Make migration for 2nd profile having imap accts work. The fix is to make imapHostSessionList listen for profile-before-change topic and reset all the host (resetAll). 2002-04-16 22:42:16 +00:00
varada%netscape.com 610734782f fix for 58506;smtp panel doesnt get refreshed in account wizard;r=srilatha;sr=mscott 2002-04-16 22:41:06 +00:00
dbragg%netscape.com bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
mscott%netscape.com 42ff1eb79d Bug #134745 --> don't call DestroyIcon on shared resources like the
biff icon. This can cause a yellow triangle to appear instead of the icon.
r=naving
sr=sspitzer
2002-04-16 22:13:20 +00:00
bryner%netscape.com f8ab5b7720 Make sure tab and shift-tab go through all recipients in the mail addressing widget, not just recipients that are scrolled into view. Bug 124304, r=ben, sr=hewitt. 2002-04-16 21:58:53 +00:00
mozilla.BenB%bucksch.org 4369bcc66e Fixing mac build. Forgot to check in the mac build system change :-(.
Also forgot a little debug change.
2002-04-16 20:44:46 +00:00
mscott%netscape.com 20a080addf remove an obsolete #ifdef DEBUG_mscott 2002-04-16 18:54:04 +00:00
bnesse%netscape.com 66e923f1e5 Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
mozilla.BenB%bucksch.org a6c809d88a 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.

r=ducarroz, sr=bienvenu

This is the libmime backend. It adds 2 new libmime classes for the HTML conversion, code to select the right libmime classes and some other helperstuff/tweaks.
2002-04-16 18:41:45 +00:00
mozilla.BenB%bucksch.org 322a9014aa 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- using the plaintext alternative (if existing) or converting HTML to plaintext and back to HTML (if there's only HTML) or
- rendering the HTML source.

r=ducarroz, sr=bienvenu

This is the libmime backend. It adds 2 new libmime classes for the HTML conversion and some other switching code.

Adding new files
2002-04-16 18:36:34 +00:00
mozilla.BenB%bucksch.org e9392b0c7b 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.

This is the pref UI, a View submenu
2002-04-16 18:32:41 +00:00
mozilla.BenB%bucksch.org bd9286829e 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.
2002-04-16 18:31:21 +00:00
bienvenu%netscape.com b4bb7ffd7e fix copying imap/news msgs while offline without msg body and make copying multiple messages while offline work r=naving, sr=sspitzer 131047 also land fix for handling failure in local move copy that's been in my tree, r=naving, sr=sspitzer and closing local db's after copying messages into them r=naving, sr=sspitzer 114211 2002-04-16 14:20:35 +00:00
ducarroz%netscape.com 04da0c0046 Fix for bug 136008. Do not cache the compose window if it's the last window else that will prevent the application to shutdown. Patch submitted by antonio.xu@sun.com. R=ducarroz, SR=bienvenu 2002-04-16 13:51:32 +00:00
timeless%mac.com c570aacfe2 gmake bustage, bug 129347
r=peterv
2002-04-16 13:44:49 +00:00
brade%netscape.com a26a1b5241 bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin) 2002-04-16 13:30:40 +00:00
rdayal%netscape.com 47e9797c2c fix for bug # 129347, trunk checking
resolves hang in MAPI Client in certain cases when doing MAPI Send
fixes an attachment leak here
r=ducarroz, sr=mscott
2002-04-16 12:43:30 +00:00
rdayal%netscape.com 9a603d19ff fix for bug # 129347, trunk checkin
resolves hang in MAPI Client in certain cases when doing MAPI Send
r=ducarroz, sr=mscott
2002-04-16 12:36:21 +00:00
rdayal%netscape.com 5dae52b2c1 fix for bug # 129347, trunk checking
resolves hang in MAPI Client in certain cases when doing MAPI Send
r=ducarroz, sr=mscott
2002-04-16 12:35:05 +00:00
sspitzer%netscape.com 7b5c4d7939 explictly call .get(). no bug. r/sr=bienvenu 2002-04-16 06:59:14 +00:00
sspitzer%netscape.com e0e43448e5 fix build bustage, forgot to check in this file for #134897 2002-04-16 06:26:59 +00:00
sspitzer%netscape.com 0d23834394 landing cavin's fix for #134897. turbo related bug:
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer
2002-04-16 05:22:35 +00:00
jefft%netscape.com 18baf4b821 fixed bug 133437 - Sent Copy of MDN Request messages should have MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu 2002-04-16 04:18:19 +00:00
jefft%netscape.com c66ec239aa fixed bug 136476 - MDN:If you filter mesgs and receive a mesg that is
requesting RR, you are prompted to send the RR before you actually click
on the mesg; r=bienvenu, sr=sspitzer

fixed bug 133437 - Sent Copy of MDN Request messages should have
MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu
2002-04-16 04:16:40 +00:00
jefft%netscape.com 79c9824e52 fixed bug 136476 -MDN:If you filter mesgs and receive a mesg that is requesting RR, you are prompted to send the RR before you actually click on the mesg; r=bienvenu, sr=sspitzer 2002-04-16 04:13:09 +00:00
mscott%netscape.com 65c159b4ae Bug #134745 --> prevent multiple biff calls from trying to
show an animated alert when we are already showing an alert.

Bug #133130 --> fix a race condition that caused the notification icon
to never go away.

r=bhuvan
sr=bienvenu
2002-04-16 01:40:42 +00:00
shliang%netscape.com fb417f896b 137211 - change Netcenter reference in absync to Netscape.com. r=ssu,sr=sspitzer,a=asa 2002-04-16 00:12:33 +00:00
bienvenu%netscape.com 8b40c48321 put up error message when user tries to move/copy messages not downloaded for offline use to local folders r=naving,sr=sspitzer 131047 2002-04-16 00:09:43 +00:00
shliang%netscape.com 89cc6dbd69 134801 - Account Manager panels sorted incorrectly - r=bhuvan,sr=sspitzer,a=asa 2002-04-16 00:08:44 +00:00
naving%netscape.com 6fd85cae1b 136784 r=bienvenu sr=mscott. Make compact local folders work for out-of-date summary files
and skip the folder if we are in middle of building msf file(parsing kicked off by selecting folder).
2002-04-15 23:05:07 +00:00
srilatha%netscape.com f2b66e25c3 Fix for bug #129708. MultiByte BaseDN is garbled in Directory Server properties dialog
r=ducarroz, sr=sspitzer
2002-04-15 22:46:07 +00:00
bienvenu%netscape.com 516c10fce9 100871 compacting offline imap stores marks messages read r=navin, sr=sspitzer 2002-04-15 22:41:15 +00:00
ducarroz%netscape.com df9c087e48 Fix for bug 134729. Remove cols attibute passed down when user press the delete key and instead add a function to calculate the number of columns. R=varada,shuehan SR=sspitzer 2002-04-15 22:33:26 +00:00
bryner%netscape.com a0b11a6784 Bug 137468 - use insertafter for mail overlay so that other overlays can insert icons between mail, composer, and addressbook. r=ben, sr=blake. 2002-04-15 05:44:38 +00:00
bienvenu%netscape.com 50506851cc subscribe button broken for sub-folders r=naving, sr=sspitzer 135507 2002-04-15 03:08:49 +00:00
jefft%netscape.com ae8d2257a0 fixed bug 129418, Switching identity should retain request for MDN receipt options; r=ducarroz, sr=bienvenu 2002-04-15 03:03:12 +00:00
sicking%bigfoot.com f8c2ea5afa Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt
2002-04-13 14:25:38 +00:00
stephend%netscape.com b0c125a26f Fixing bug 135797. Move it to my 'Sent' folder is the correct text. r=robinf (wording), r=shuehan (code), sr=sspitzer 2002-04-13 01:54:31 +00:00
naving%netscape.com 6bd98eb32d 137008 r=bienvenu sr=mscott Make redo work for quick search view if folder was in threaded display mode. 2002-04-13 01:50:18 +00:00
mscott%netscape.com 07d996cb73 Bug #135753 --> if we are moving a new message to a new folder, be sure
to reduce the # of new messages count from the source folder

r=naving
sr=bienvenu
2002-04-13 01:36:59 +00:00
mscott%netscape.com 90d463bd33 Bug #123104 --> fix an inaccuracy in the new mail count. Always reset to 0
if we discover we have no new mail even if the state has already been changed
that way.
r=naving
sr=bienvenu
2002-04-13 01:36:14 +00:00
mscott%netscape.com 502de13be4 Bug #135753 --> figure out the folder to select when the user clicks on the animated alert to ensure that we select the right folder.
Bug #135756 --> Only show the animated alert for the first account with new mail.

r=naving
sr=bienvenu
2002-04-13 01:35:38 +00:00
bienvenu%netscape.com 589caa5e16 fix 123721 can't move/copy imap messages across imap servers r=naving, sr=sspitzer 2002-04-12 14:36:11 +00:00
brade%netscape.com 99705da5c2 build magic to ensure that platform overlays are inserted into jar files despite last modified date (r=pinkerton, sr=sfraser) bug 75898 2002-04-12 12:55:29 +00:00
kaie%netscape.com cc964d5bed b=119418 Fix handling of opaque signed S/Mime messages.
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
alecf%netscape.com fba198f16c fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
naving%netscape.com b6a8eb0c42 136973 r/sr=bienvenu. Remove un-necessary EnableNotifications calls when moving msgs to
local folders.
2002-04-12 01:30:44 +00:00
cavin%netscape.com 1e9036d797 Fix for 123804. Remember unprocessed child folders until their parent folders show up. r=ducarroz, sr=sspitzer. 2002-04-11 01:18:59 +00:00
naving%netscape.com 1a6d22eac3 136443 r=blake sr=sspitzer. Fix "Stop" button|menu to work again in mailnews. 2002-04-11 01:03:30 +00:00
racham%netscape.com 55cdaf38f2 Fixing bug 135594. Allowing ISPs to overlay wizard pages to customize mailnews wizard. r/sr=sspitzer. 2002-04-11 00:55:51 +00:00
naving%netscape.com 02053b1466 22994 r=morse sr=dveditz sspitzer Add support for blocking cookies in mailnews by default. Used an overlay
to add this new checkbox that gets the value from disableCookieForMailNews pref
2002-04-10 21:40:53 +00:00
akkana%netscape.com 24f016af08 129122: add a new serializer mode (used primarily by mail) in which
<br> tags within <pre> blocks are translated to newlines.
  r=nhotta,ducarroz,tmutreja sr=sspitzer
2002-04-10 21:25:15 +00:00
ducarroz%netscape.com e68462307c Fix for bug 120594. Add null pointer check to avoid crashing. R=varada. SR=bienvenu, A=asa 2002-04-10 21:20:53 +00:00
naving%netscape.com 69fbf8cc53 136636 r=sspitzer sr=bienvenu a=rjesup. StartBatch is called twice in some cases, so don't set m_ownFolderStream to false. fixes regressions - moving msgs/ filter corrupting Inbox. 2002-04-10 21:12:29 +00:00
shliang%netscape.com 98b807f0b0 133355 - adding fake free web mail account to folder pane - will only show up in commercial builds - r=bhuvan,sr=sspitzer,a=asa 2002-04-10 11:57:39 +00:00
morse%netscape.com dbadc426a4 bug 135199, remove send flyout on file menu, r=sgehani, sr=jag, adt=putterman 2002-04-10 06:33:48 +00:00
dmose%netscape.com 49752a8d2d LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com 2002-04-10 04:21:13 +00:00
brade%netscape.com 9c71936af3 bug 135862, fix Composer's New sub-menu keeping mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime) 2002-04-09 13:45:06 +00:00
rdayal%netscape.com ff08d06873 Landing of ChangeLog implementation as per bug # 128087
r=dmose, sr=sspitzer, a=asa

2 strings for the authentication dialog.
2002-04-09 10:29:09 +00:00
rdayal%netscape.com 5a9f0489cb Landing ChangeLog as per bug # 128087
r=dmose, sr=sspitzer, a=asa

changes in the xml file for macbuild of ChangeLog files.
2002-04-09 09:31:29 +00:00
rdayal%netscape.com 3b41741d76 Landing ChangeLog implementation as per bug # 128087
r=dmose, sr=sspitzer, a=asa

defined contract ids for new ChangeLog interfaces
updated the factory to call the ChangeLog interface implementations
2002-04-09 09:30:08 +00:00
rdayal%netscape.com a4ffcd8052 Landing ChangeLog implementation as per bug # 128087
r=dmose, sr=sspitzer, a=asa

defined a new interface for ChangeLog
defined new replication States for ChangeLog
2002-04-09 09:28:43 +00:00
rdayal%netscape.com 76cfddbf82 Landing ChangeLog implementation, bug # 128087
r=dmose, sr=sspitzer, a=asa

Implementation of LDAP queries for changelog and data processing for results
makefile modification and modification for changelog properties
modification of replicationservice to call changelog and related processing.
2002-04-09 09:27:26 +00:00
yokoyama%netscape.com 9257e713c6 bug 132203
Moving the code of hide/unhide the "GetMap" button
in mailnew for l10n.
/r=ftang, /sr=sspitzer, /a=asa, /adt=jaime
2002-04-09 00:37:59 +00:00
varada%netscape.com ae95ff60f8 fix for #58506 and #134678 - defaultsmtp server will not create a new server,cancelling first account in wizard wont create blank smtp server next time , second smtp server will not takeover existing default; r=cavin; sr=bienvenue;a=asa; 2002-04-09 00:32:08 +00:00
yokoyama%netscape.com 9d758cf832 Bug 132826
l10n stuff. no impact on app
/r=nhotta, /a=rjesup, /adt=jaime
2002-04-09 00:06:14 +00:00
nhotta%netscape.com 69a973b2a6 Use the correct attribute for transliteration. 'transliterate' is an attribute of nsIEntityConverter,
need to use 'attr_EntityAfterCharsetConv', 'attr_EntityNone' skips transliteration at all,
bug 135538, r=ducarroz, sr=sspitzer, a=asa, adt.
2002-04-06 00:19:39 +00:00
cavin%netscape.com 2fc049c61a Fix for 134274. Reset incoming server pointer in nsMsgFolder::Shutdown() and invoking it from nsMsgDBFolder::Shutdown(). r=ducarroz, sr=bienvenu, a=asa. 2002-04-05 23:58:22 +00:00
kaie%netscape.com 7fd707bfe0 b=135161 Review S/Mime UI text
r=cotter sr=alecf a=asa
2002-04-05 23:52:35 +00:00
naving%netscape.com 8d7723d92d 122361 r=bienvenu sr=sspitzer a=asa. Share the output file stream created for downloading pop3 messages with
the db, so that we don't have two streams writing to Inbox - in case the user reads/deletes mail while downloading.
2002-04-05 23:52:28 +00:00
brade%netscape.com fd10559242 fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf 2002-04-05 18:15:13 +00:00
ducarroz%netscape.com 59e00b6193 Fix for bug 132418. When receiving a file spec while drag&drop, the correct data to use is rawData. R=pinkerton, SR=sspitzer, A=asa 2002-04-05 15:27:52 +00:00
bienvenu%netscape.com ca75db33eb display status during send unsent messages 134624 r=ducarroz, sr=sspitzer, a=asa 2002-04-05 14:43:20 +00:00
brade%netscape.com 62cb5d1aef bug 75898 Mac needs platform-specific keybinding for new message (r=akkana, sr=sspitzer, a=asa, adt=jaime) 2002-04-05 13:42:52 +00:00
timeless%mac.com c3b4db921a Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
kaie%netscape.com eedd085473 b=131087 Failure on sending S/Mime messages should display the correct reason
r=ddrinan/ducarroz sr=jag a=asa
2002-04-04 23:15:22 +00:00
bienvenu%netscape.com d1eb0a29fe fix view source and inline images in messages that are in sub-folders on imap servers with hierarchy delimiter other than slash r=naving, sr=sspitzer, a=asa 133899 2002-04-04 22:55:14 +00:00
naving%netscape.com d5e0628499 133215 r=ssu sr=bienvenu a=asa/adt. Make quick search work for sender on localized builds. 2002-04-04 22:33:46 +00:00
nhotta%netscape.com 587dde2403 Changed to do the charset conversion check in .js for message headers,
For the body, changed to use an unique error code for the multilingual check to avoid showing
the additional generic error alert,
bug 123418, r=ducarroz, sr=sspitzer, a=asa, adt.
2002-04-04 22:29:47 +00:00
bienvenu%netscape.com 5def1de420 fix smoketest blocker bringing up mail compose r/sr=sspitzer, a=Yumie 135456 2002-04-04 18:03:12 +00:00
bienvenu%netscape.com 59cbb5cbaf fix crash in nsMsgNewsFolder::RemoveMessage when removing expired articles and clicking on different folder a=asa, 134961 r=naving, sr=sspitzer 2002-04-04 15:29:02 +00:00
jaggernaut%netscape.com 17e594a87c Bug 128959: add icons to Tools menu. r=bryner, sr=hewitt, a=asa, adt1.0.0+. Note: placeholder icons checked in for now, the correct icons will be checked in when they're ready. 2002-04-04 09:48:20 +00:00
srilatha%netscape.com 3ff4ae877e Attempting to fix the win32 static build bustage. just deleting a
line based on dbaron's suggestion
2002-04-04 03:16:39 +00:00
nhotta%netscape.com e7f1797a33 For fileter editing, escape the created file name before using it as URI,
bug 130352, r=naving, sr=bienvenu, a=asa, adt.
2002-04-03 23:58:56 +00:00
sspitzer%netscape.com 991dee50d4 fix for regression bug #13484. account settings tree is a single
select tree.  r=ssu, sr=bienvenu, a=asa/adt.
2002-04-03 22:30:38 +00:00
srilatha%netscape.com 91b76a92c2 Fix for bug # 134758. Static build on win32 and linux is broken.
r=cathleen, sr=sspitzer, a=asa
2002-04-03 21:56:34 +00:00
yokoyama%netscape.com 6627f3a26d Bug 129547
Add (MM/DD/YYYY) to date
in search-attributes.properties
/r=ftang, /a=asa, /adt+=jaime
2002-04-03 21:06:30 +00:00
srilatha%netscape.com 4067066986 Fix for bug 131853. Import fails if local folders doesnot exist
r=naving, sr=sspitzer, a=asa
2002-04-03 15:39:31 +00:00
blakeross%telocity.com 8e882b3814 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 07:58:00 +00:00
blakeross%telocity.com b3e15a5e4d 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 07:07:10 +00:00
blakeross%telocity.com 5e34851046 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
mkaply%us.ibm.com bd2d6cf2fc #134742
r=cls, a=asa
Add SHORT_LIBNAMEs for some DLLs
2002-04-02 23:20:41 +00:00
ducarroz%netscape.com 50180a8c0c Fix for bug 109249. Don't automatically load related parts we cannot display inline by linking them to the message body. Instead, show them as attachment. Up to the user to decide to open them. R=cavin, SR=mscott, A=asa 2002-04-02 15:31:26 +00:00
seawood%netscape.com 090c63d423 More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
sspitzer%netscape.com b964325b46 fix for dataloss bug #134134. if we crash after we modify our custom header list
but before we write prefs to disk, we will lose the changes.  r=naving, sr=bienvenu
a=asa
2002-04-01 02:51:06 +00:00
naving%netscape.com 571fc9797a 132098 r=bienvenu sr=mscott a=dbaron make undo/redo work for imap 'remove it immediately'
delete model
2002-04-01 01:00:28 +00:00
naving%netscape.com 5ac9afbdb5 127910 r=bienvenu sr=mscott a=asa. Fix a crash on downloading pop3 messages 2002-04-01 00:34:50 +00:00
ducarroz%netscape.com 0287dad088 Fix for bug 132407. Pass a full news url instead of just the newsgroup, that was the backend was expected to receive. R=cavin, SR=bienvenu, A=asa 2002-03-31 22:24:56 +00:00
ducarroz%netscape.com 9693c41bcc Fix for bug 130140 (second try). Observe NS_XPCOM_SHUTDOWN_OBSERVER_ID instead of quit-application. R=bienvenu, SR=mscott, A=valeski
Fix for bug 132407. Pass a full news url instead of just the newsgroup, that was the backend was expected to receive. R=cavin, SR=bienvenu, A=asa
2002-03-31 22:23:41 +00:00
bienvenu%netscape.com 6d645bc731 fix code that forces certain redirected logon servers delete model r=naving, sr=sspitzer a=asa 134296 2002-03-31 18:00:53 +00:00
cavin%netscape.com b07cc7c40e Fix for 94775. When login fails, reset url state. r=bienvenu, sr=mscott, a=asa. 2002-03-31 06:27:20 +00:00
cavin%netscape.com 0bd79203b3 Fix for 132738. Make username field non-editable for redirected accounts. r=ducarroz, sr=sspitzer, a=asa. 2002-03-31 05:39:46 +00:00
cavin%netscape.com 7b2a89e61e Fix for 82791. Change return value type to nsresult so the loop won't sotp until all groups are processed. r=ducarroz, sr=sspitzer, a=asa. 2002-03-31 05:31:42 +00:00
dbaron%fas.harvard.edu e7e7e5ce08 Attempt to fix mac bustage by removing debug libraries from optimized target. 2002-03-31 04:56:48 +00:00
srilatha%netscape.com 53f32f9c91 Fix for bug #133353. Import Utility is missing from the Tasks->Tools menu.
r=varada@netscape.com, sr=sspitzer@netscape.com, a=asa
2002-03-31 03:18:44 +00:00
srilatha%netscape.com 5fe0b177f4 Fix for bug # 78585. Import local folders from 4.x.
r=racham@netscape.com,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-31 03:08:42 +00:00
ducarroz%netscape.com 815e67cee9 Fix for smoketest blocker 134280. We need to set the identity to the default one if it's null. SR=sspitzer, A= granrose 2002-03-29 21:34:45 +00:00
sspitzer%netscape.com 4223c7b432 landing bienvenu's fix for the MDN crasher #134119
r=jefft, sr=sspitzer, a=granrose
2002-03-29 21:00:56 +00:00
mkaply%us.ibm.com f10e725275 OS/2 bustage - implementation is const, so it must be const in the IDL/header 2002-03-29 16:47:04 +00:00
hewitt%netscape.com 1f1a6d9e13 110155 - converting tree to listbox, r/sr=sspitzer 2002-03-29 06:35:51 +00:00
hewitt%netscape.com 36eb91ed33 134135 - can't change address or cc in mail compose, r/sr=sspitzer 2002-03-29 06:19:25 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
sspitzer%netscape.com 22af4d1437 attempting to fix the mac MDN build horkage. thanks to dbaron for the help. 2002-03-29 00:05:35 +00:00
sspitzer%netscape.com 437f13b03e landing changes for MDN Return Receipts feature, bug #16241
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa.  Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
ducarroz%netscape.com 7d9b6b995a Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa 2002-03-28 21:30:02 +00:00
bienvenu%netscape.com abd297d369 fix opening folder in new mail window regression r=naving, sr=sspitzer, a=asa 133484 2002-03-28 21:28:38 +00:00
ducarroz%netscape.com 46a44394fc Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa 2002-03-28 21:24:21 +00:00
mscott%netscape.com 1beb4282f9 Bug #122626 --> biff icon isn't showing up in the system tray for win98. This is because
win98 defines support for the unicode friendly shell notify routines even though it doesn't
implement them. Fall back to the ascii version in this case.
r=bhuvan
sr=bienvenu
a=dbaron
2002-03-27 07:38:18 +00:00
mozilla.BenB%bucksch.org 9c840ea9ac 84607: Hide (not just disable) spellchecker pref UI, if there is no spellchecker installed.
r=ducarroz, sr=bienvenu, a=asa
2002-03-27 06:47:50 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
cavin%netscape.com 943ad1a191 Fix for 132738. Allow users to edit the username field. r=ducarroz, sr=sspitzer, a=asa. 2002-03-27 05:57:51 +00:00
stephend%netscape.com 2b870674cf Bug 133589. Clear button should have a tooltip. r=racham@netscape.com/robinf@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-03-27 05:35:01 +00:00
cmanske%netscape.com 27c87d717c Fixed order of items in tasks menu, b=133167, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa 2002-03-27 03:55:33 +00:00
kaie%netscape.com f2af1c2edb b=107817 Make sure sent encrypted messages will be decryptable by sender.
r=ddrinan
sr=alecf
a=roc+moz
2002-03-27 03:27:43 +00:00
varada%netscape.com 86de14599e 129113 - mailing list with description is incorrectly expanded;r=rdayal;sr=sspitzer;a=dbaron 2002-03-27 03:19:32 +00:00
shliang%netscape.com 830229ed3e bug 118337 - last mailing list entry is same as first. r=bhuvan,sr=sspitzer,a=asa 2002-03-27 02:32:49 +00:00
brade%netscape.com b74b1c0b21 add implementations for GetCommonBaseSpec and GetRelativeSpec (bug 114951, r=darin, sr=rpotts, a=asa) 2002-03-27 02:30:17 +00:00
kaie%netscape.com 2cd4e5db3f b=129100 Finalize S/Mime UI implementation
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
bienvenu%netscape.com e67cef4250 fix problem when parent msg in thread arrives after only child, in threaded view, r=cavin, sr=sspitzer, a=asa 106323 2002-03-27 02:13:18 +00:00
ducarroz%netscape.com 3fa60094fc Fix for bug 130140. Fix memory leak by breaking circular reference between the compose service and the compose window when the application quit. R=bienvenu, SR=mscott, a=dbaron 2002-03-27 02:06:52 +00:00
cmanske%netscape.com adeee46c39 Add support for doubleclick to launch property dialogs in Message Composer, b=13340, r=brade,sr=sspitzer,a=dbaron 2002-03-27 01:25:07 +00:00
darin%netscape.com edab6546f5 fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
bienvenu%netscape.com 2616141c6d disable a few offline download commands when offline r=naving sr=sspitzer, a=asa 131531 2002-03-26 20:54:59 +00:00
bienvenu%netscape.com fe5652d3ef fix sharing tab imap folder type for other users and public folders 133471 r=naving, sr=mscott, a=asa 2002-03-26 20:53:02 +00:00
varada%netscape.com af0de84298 fix for 133422;hide smtp servers to prevent users from messing up;r=ssu;sr=mscott;a=asa 2002-03-26 20:15:49 +00:00
seawood%netscape.com 6da36f8962 Update .cvsignore to ignore generated Makefiles.
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00