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

13185 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com abc7ef9989 fix for #163355. move hard coded "Web Page (URL):" string from .xul to .dtd.
fix by shliang@netscape.com, from another branch.  r/sr=sspitzer
2002-08-18 17:45:49 +00:00
naving%netscape.com 9848cf196f 156558 r=cavin sr=sspitzer bienvenu Adding changes on mozilla side so that aim can show new mail status from buddies etc.. 2002-08-17 02:31:08 +00:00
naving%netscape.com 8b68cb407a 66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
sspitzer%netscape.com b0e7f3389f removing. thanks to hewitt for lending his voice and his recording studio for this sound. 2002-08-16 03:51:57 +00:00
nhotta%netscape.com 40e647a479 Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,
bug 140882, r=rchen, sr=bienvenu.
2002-08-15 22:30:31 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
john.marmion%ireland.sun.com 76fb3ba856 fix for #139786: some LDAP attribute values not returned in third party search. r=dmose,sr=sspitzer 2002-08-15 14:51:51 +00:00
bolian.yin%sun.com 4202e2571c Bug 160069, Mailnews crashes by DND, patch by robin.lu@sun.com, r=ducarroz, sr=bryner 2002-08-15 02:07:48 +00:00
kaie%netscape.com 9190a3d74e Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
naving%netscape.com e0700fcbc5 162156 r=cavin sr=bienvenu get db only if you are doing db batching 2002-08-14 22:31:49 +00:00
sspitzer%netscape.com a0cf394eea extensibility hooks for mailnews FE and IMAP back end.
see bug #161226.  r/sr=bienvenu
2002-08-14 22:12:32 +00:00
ducarroz%netscape.com 14da5c905d Fix for bug 162709. We need to check the pointer before we access it. This is a regression caused by my previous checkin for bug 71301. R=cavin, SR=bienvenu 2002-08-14 22:03:05 +00:00
naving%netscape.com 4e2c0d404f 162156 r=cavin sr=bienvenu disable folder count updation while searching 2002-08-14 22:00:20 +00:00
mscott%netscape.com e366cde339 Bug #162569 --> modify quick search apis to make them more generic so mail views can use them.
r=naving
sr=sspitzer
2002-08-14 21:57:35 +00:00
mscott%netscape.com d0c1898d0e Bug #162563 --> add a search attribute and value for labels so you can search on labels
r=naving
sr=sspitzer
2002-08-14 21:56:57 +00:00
antonio.xu%sun.com 6b12b45b58 File | New | Folder menu needs to be disabled while offline
Bug 102284 r=ssu sr=bienvenu patch=calvin.liu@sun.com
2002-08-14 06:33:06 +00:00
henry.jia%sun.com 9b4f9359da Patch for bug 77221: Options menu for Format doesn't work like stated in spec
Patch by Calvin.Liu@sun.com
r=henry,r=neil,r=varada, sr=bienvenu
2002-08-14 02:48:14 +00:00
sspitzer%netscape.com 1bc2a418eb fix for #162577. problem with "retain all IMAP mail I've read", "retain all mail I've sent" code if we point to a non-ASCII folder. r/sr=bienvenu 2002-08-13 23:25:39 +00:00
mkaply%us.ibm.com b48817e12b OS/2 bustage - needs to be in header too 2002-08-13 14:54:48 +00:00
seawood%netscape.com 2ff1427ec5 Properly declare FreeCustomFlags as a callback function.
Fixing OS/2 tinderbox bustage.
2002-08-13 14:25:41 +00:00
bienvenu%netscape.com 7153369101 fix case of include statement to fix build bustage 2002-08-13 02:02:02 +00:00
bienvenu%netscape.com e3b4b83716 add extensibility hooks for getting headers from msg parser, r=cavin, sr=sspitzer 161226 2002-08-13 01:44:26 +00:00
bienvenu%netscape.com 0634920f1b add extensibility hooks for running custom imap commands, custom keywords etc, r=cavin, sr=sspitzer 161226 2002-08-13 01:41:33 +00:00
bienvenu%netscape.com 97b7194b08 add onEndMsgDownload notification, part of extensibility hooks r=cavin, sr=sspitzer 161226 2002-08-13 01:34:19 +00:00
bienvenu%netscape.com e9f437bf24 add extensibility hooks for custom keywords in db view, r=cavin, sr=sspitzer 161226 2002-08-13 01:33:28 +00:00
bienvenu%netscape.com ba3502ac84 add folder attribute to mailnews urls, part of extensibility hooks, r=cavin, sr=sspitzer 161226 2002-08-13 01:29:49 +00:00
bienvenu%netscape.com c25e74319b add onEndMsgDownload notification, part of extensibility hooks r=cavin, sr=sspitzer 161226 2002-08-13 01:26:56 +00:00
ducarroz%netscape.com 44d302f213 Fix for bug 71301. Filtering out potential null characters in the stream. R=cavin, SR=bienvenu 2002-08-12 19:19:57 +00:00
nhotta%netscape.com aad6514a78 Changed mime_generate_attachment_headers to pass both attachment charset and main body's charset,
and use the main body's charset to encode attachment filename then fallback to system's default,
bug 160801, r=ducarroz, sr=bienvenu.
2002-08-12 19:13:54 +00:00
nhotta%netscape.com d9d5b88bde When parsing HTML attachment, ignore UTF-16 charset label because the function is not supposed to parse it,
also avoid the parse when the attachment already has a charset assigned,
bug 160729, r=ducarroz, sr=bienvenu.
2002-08-12 19:10:18 +00:00
varada%netscape.com 64ba7ac412 fix for 60917:Compose window title should update with pasted values in subjectline;117323:clicking on icon in addressing line should do a select;r=ducarroz;sr=bienvenu 2002-08-12 19:08:42 +00:00
cbiesinger%web.de 5aa71c0a69 bug 48436 r=caillon sr=blake Change "Document: Done" to "Done" 2002-08-11 18:04:50 +00:00
bienvenu%netscape.com 2c8b715231 fix purging of news headers, based on initial patch by nandini.sakar@intel.com 145355, r=me, sr=sspitzer 2002-08-10 19:47:33 +00:00
bienvenu%netscape.com 5b3771e6c1 fix for regression with cyrus imap servers introduced by 27002, modified version of patch proposed by henry jia r=me,sr=sspitzer 2002-08-10 18:15:09 +00:00
bienvenu%netscape.com 0c076ef58a restore undo of move from local to imap for uidplus servers by backing out part of previous fix, 162008 r/sr=sspitzer 2002-08-10 17:33:50 +00:00
bienvenu%netscape.com a3d081ccb0 fix save as in news while offline by using common save as listener r=navin, sr=sspitzer 159988 2002-08-10 17:13:44 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
racham%netscape.com 364a69f63b Fixing bug 102265. Polishing an entity in the mapi dtd file per UI guidelines. r=bhuvan 2002-08-10 06:13:44 +00:00
naving%netscape.com 197fff137e 117032 r=bhuvan sr=bienvenu make "Delete messages on server.." label clearer 2002-08-10 02:25:49 +00:00
racham%netscape.com aadabe0510 Fixing bug 150471. Fixing the cases where accountValues could be checked before we try to save the values on the page. This will help us to make sure accountmanager proceeds to store the values only on those pages where accountValues is filled in. In case of SMTP advanced panel, values are already saved and reflected. r=srilatha, sr=sspitzer 2002-08-10 02:20:21 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
timeless%mac.com 543ffe8161 Bug 16925 [FEATURE] Want additional header options
patch by neil@parkwaycc.co.uk R=ducarroz sr=bienvenu
2002-08-09 13:00:24 +00:00
sspitzer%netscape.com 7a2ebbba35 fix #120842. when viewing settings for an account, scroll to that account in the account manager tree. especially nice if you have lots of mail news accounts.
thanks to neil@parkwaycc.co.uk for the fix.  r/sr=sspitzer
2002-08-09 02:40:13 +00:00
naving%netscape.com 6a50ec0206 123402 r=timeless sr=bienvenu fixing PRTime abuse in auto-compact code. 2002-08-08 21:26:04 +00:00
naving%netscape.com 4398da6e5e 74937 r=cavin sr=bienvenu fixing no alert when d&d local folders to trash 2002-08-08 20:03:23 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
sspitzer%netscape.com 7b9e0d2ac0 clean up my fix for #124269, selecting a folder doesn't enable select all.
r=racham,sr=bienvenu
2002-08-08 01:29:34 +00:00
ducarroz%netscape.com 3105e69f4e Fix for bug 156146. Don't need to limite the number of messages forwarded as attachment (multi-selection case). R=varada, SR=bienvenu 2002-08-07 23:54:45 +00:00
bienvenu%netscape.com d9c1984bcf fix 129603 r=bhuvan, sr=sspitzer, ability to hide or grey out features not support by certain servers 2002-08-07 23:52:17 +00:00
ducarroz%netscape.com ba0e209ea1 FIx for bug 149072. the variable location already contains the value of the content-location header. Therefore it won't make sense to set base_ulr to the same value, that will cause MakeAbsoluteURL to return a null url and therefore make the feature that code was for to failed. R=varada, SR=bienvenu 2002-08-07 23:48:21 +00:00
bienvenu%netscape.com 3eec06f626 fix imap subscribe ui so that it lists children again when expanding containers r=cavin, sr=sspitzer, 160050 2002-08-07 14:30:46 +00:00
bienvenu%netscape.com c628772766 fix problems going on/offline w/o an unsent messages folder r=cavin, sr=sspitzer 158969 2002-08-07 14:27:10 +00:00
bienvenu%netscape.com 480d37ca06 fix mAcceptLanguage busteage in imap code so we'll send correct language to server, 16941, fix slowness appending msg to sent folder on non-uidplus imap servers 129495 r=naving, sr=sspitzer 2002-08-07 14:25:33 +00:00
kaie%netscape.com 5802ed6d9c b=161379 Fix JavaScript warnings in security code
r=ssaux sr=mscott
2002-08-07 14:24:04 +00:00
bienvenu%netscape.com 994a55ea7c add methods to get and set string properties and other hooks part of 161226 mail extensibility hooks r=cavin, sr=sspitzer 2002-08-07 14:17:27 +00:00
bienvenu%netscape.com 7d1a4ea865 add methods to get and set string properties part of 161226 mail extensibility hooks r=cavin, sr=sspitzer 2002-08-07 14:16:35 +00:00
rods%netscape.com 12a03fc958 Get title for document from properties so it says "Address Book"
Bug 156596 r=mscott sr=sspitzer
2002-08-07 12:49:15 +00:00
seawood%netscape.com d4c317e38c Use the correct library name in the .def file.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #158763 r=cls
2002-08-07 11:55:24 +00:00
sspitzer%netscape.com f20768d863 fix for #161333. fix js warning when there are no selected messages.
r/sr=bienvenu.  leaving the (possible) perf improvements for ssu.
2002-08-07 07:10:31 +00:00
sspitzer%netscape.com 684e3d5957 fix for #161371. js errors to the console when opening the edit menu when a server is selected in the folder pane. r/sr=bienvenu 2002-08-07 07:01:25 +00:00
sspitzer%netscape.com ab6f5467fe fix for #124269. fix the behaviour of select all (ctrl a) when the folder pane has focus. forward the command to the thread pane, and do a select all there.
then, set focus to the thread pane.  disable the command if there is no thread
view (gDBView), so that the command is disabled when we've got a server
selected in the folder pane and account central is showing.
r/sr=bienvenu
2002-08-07 06:50:13 +00:00
ducarroz%netscape.com 155328949b Fix for bug 141730 (second try, with #ifdef this time). When forwarding inline or replying to an encrypted message, we need to decrypt the message body. R=kaie, SR=bienvenu,sspitzer 2002-08-07 06:27:43 +00:00
seawood%netscape.com 301b1a4ca8 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
caillon%returnzero.com 4e99c77e2a Backing out fix for bug 141730 to fix bustage 2002-08-07 05:20:57 +00:00
caillon%returnzero.com cb2b6aba95 Fixing naving's bustage 2002-08-07 04:19:58 +00:00
ducarroz%netscape.com 0fdbe46b29 Fix for bug 141730. When forwarding inline or replying to an encrypted message, we need to decrypt the message body. R=kaie, SR=bienvenu,sspitzer 2002-08-07 03:35:33 +00:00
naving%netscape.com 6d15f0a37e 83251 r=bhuvan sr=bienvenu Implementing feature drag and drop message to standalone msg window should load it. 2002-08-07 03:32:38 +00:00
naving%netscape.com 94a60b0bf5 153251 r=cavin sr=bienvenu. Make sure that custom header entered by the user follow rfc2822 standards for
header field name. fixes error getting new msgs for imap.
2002-08-07 03:28:32 +00:00
naving%netscape.com dbe8b279ce 121359 r=cavin sr=bienvenu. when exiting out of quick search scroll to first new msg if nothing to select. 2002-08-07 03:22:08 +00:00
ducarroz%netscape.com c94dcde801 Fix for bug 154370. Correctly set the colwrap when emitting HTML. R=varada, SR=bievenu 2002-08-07 03:15:54 +00:00
naving%netscape.com e1b2eda331 159990 r=cavin sr=bienvenu make drag and drop of messages to newly created local folder work (when done twice
in a row)
2002-08-07 00:07:00 +00:00
naving%netscape.com d2a059a710 72617 r=racham sr=bienvenu Use separate flavor for message (text/x-moz-message) and separate flavor for folder (text/x-moz-folder), makes it easy to maintain 2002-08-06 23:58:53 +00:00
kaie%netscape.com 97f44797bc b=148232 Support application/pkcs7-signature mime type on incoming S/Mime messages.
r=ducarroz sr=darin
2002-08-06 13:29:12 +00:00
henry.jia%sun.com 8954de8e78 4th patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
henry.jia%sun.com eed9ab0bdd 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
seawood%netscape.com bdbbad71ef Fix win32 gmake static builds.
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
henry.jia%sun.com 9c7304b130 Second patch for bug 27002
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus
Patch by Henry.Jia@sun.com
r=cavin, sr=bienvenu
2002-08-06 03:47:06 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
ssu%netscape.com a93db30796 fixing bug 154025 - context menu breaks threadpane navigation using next button or keyboard up down arrows. r=racham, sr=sspitzer, a=drivers 2002-08-02 23:47:16 +00:00
jkeiser%netscape.com 917c9b0b29 Make compose window not invoke double form submit protection (bug 136906), r=darin, sr=rpotts, a=rjesup 2002-08-01 18:17:48 +00:00
ssu%netscape.com 659ef2aa59 checking patch in for neil@parkwaycc.co.uk. fixex bug 158028 - The Mail Start Page does not load. r=ssu, sr=sspitzer, a=drivers. For some reason only half of this patch got checked in initially. this time, the rest is being checked in. sorry about that. 2002-07-30 22:12:53 +00:00
mkaply%us.ibm.com 153729787b #160004
r=cavin, sr=bienvenu, a=asa
Fix for regression I caused deleting local folders. Thanks navin!
2002-07-30 13:39:10 +00:00
racham%netscape.com 439a8f4ec9 Fixing bug 138462. Patch in here fixes the crash and hang states reported when user clicked on mailto: link and then try to cancel out of the mailnews account wizard, with a new profile. Patch is contributed by Andrew Shultz (ajschultz@eos.nscu.edu). r=bhuvan, sr=bzbarsky 2002-07-30 02:57:19 +00:00
pete.zha%sun.com 8d3aa77636 Migrated UW IMAP UI: New Folder Dialog is not displaying completely for the FIRST time
bug=90734 r=naving sr=jst a=asa
2002-07-27 00:33:12 +00:00
ssu%netscape.com 24571ccb3b fixing bug 158199 - Mailnews Prefs dialogs are missing mnemonics. r=varada, sr=mscott a=drivers 2002-07-26 23:06:32 +00:00
naving%netscape.com 75dbab6dd3 42090 most of the work for this patch done by joshua.xia@sun.com r=naving sr=bienvenu a=asa Make cancel in
filterListDialog not remember changes.
2002-07-26 19:27:30 +00:00
kaie%netscape.com b74ca5d426 b=145698 javascript strict warnings in msgCompSecurityInfo.js
r=javi sr=alecf a=asa
2002-07-25 02:45:51 +00:00
ssu%netscape.com 0a550cf393 checking in patch for neil@parkwaycc.co.uk. fixes bug 158028 - The Mail Start Page does not load. r=ssu sr=sspitzer a=asa 2002-07-24 20:39:00 +00:00
naving%netscape.com 3b7c18aceb 158776 r=cavin sr=bienvenu a=asa fixing nsCRT::strtok uses in pop3 protocol code. 2002-07-24 01:50:57 +00:00
stephend%netscape.com 8d15248720 Bug 158379. Align 'Filter Name' text with textfield in the Filter Rules dialog. r=naving@netscape.com/walk84@yahoo.com, sr=bryner@netscape.com, a=asa@mozilla.org 2002-07-23 03:25:34 +00:00
henry.jia%sun.com 21d39b52f2 First patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=blizzard, sr=alecf, a=asa(for trunk)
2002-07-23 02:27:19 +00:00
cbiesinger%web.de bcd022ef3b bug 155148 patch by calvin.liu@sun.com r=hwaara sr=bienvenu a=asa
Online/Offline indicator doesn't work in "Advanced Address Book  Search" dialog
2002-07-22 22:28:44 +00:00
ducarroz%netscape.com ff90b93e70 Fix for bug 158334. Fix memory corruption created by using PL_strcat on a buffer not wide enough. R=varada, SR=bienvenu 2002-07-19 20:58:32 +00:00
bienvenu%netscape.com e1bcabb749 fix undo of delete of top level msg in thread r=cavin, antonio.xu@sun, sr=sspitzer, a=asa 157503 2002-07-18 14:48:38 +00:00
bienvenu%netscape.com 0b5bcbc0e3 fix crash selecting bogus line in thread pane for imap folder, r=cavin, sr=sspitzer 157503 2002-07-18 14:45:08 +00:00
henry.jia%sun.com 9815372f48 Fix bug 27002:
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus

Patch description:
Add personal namespace support for specific folders' uri. This patch can also solve the blocker bug 90494 which is related the same problems of Courier IMAP server.

patch by Henry.Jia@sun.com
r=cavin@netscape.com, sr=bienvenu@netscape.com, a=chofmann@netscape.com
2002-07-18 05:41:42 +00:00
dougt%netscape.com c2ec17237f Fixes the following:
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final.  This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface.  This should land for 1.1b since users of the current category manager will have to update their components.

157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.

157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null.  It is a bandaide fix as the real problems involves retooling the directory enumerator.

157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do.  The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.

r/sr=alecf@netscape.com, rpotts@netscape.com.  a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
varga%netscape.com 56074843c8 Fix for bug 82840 - need treecolgroups to have fixed="true" be as wide as the column header
and bug 72513 - column header text not shown: Enabled (in fitler dialog) and Subscribed (in subscribe dialog)

r=bienvenu
sr=sspitzer
a=scc
2002-07-18 04:09:11 +00:00
pete.zha%sun.com 82523ae1c2 Freeing mismatched memory in delete
bug=157184 r=naving sr=bienvenu a=scc patch=antonio.xu@sun.com
2002-07-18 02:48:52 +00:00