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

16632 Коммитов

Автор SHA1 Сообщение Дата
dmose%netscape.com 58f41ebc9a support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com 2005-11-15 20:09:04 +00:00
rjc%netscape.com fa9d51e665 Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin 2005-11-15 20:09:03 +00:00
dougt%netscape.com 26c5972d22 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
2005-11-15 20:09:02 +00:00
dmose%netscape.com dce4397920 If authentication fails during LDAP autocomplete, bring up a new password dialog rather than showing an obscure error message (bug 150723); r=ducarroz@netscape.com, sr=hewitt@netscape.com 2005-11-15 20:09:01 +00:00
dmose%netscape.com b82e03f2ab Fix incorrect array length calculation + add temporary variable to work around egcs compiler bug which was causing bogus text to appear in the LDAP auth dialog on linux (bug 148897); r=bryner@netscape.com, sr=bienvenu@netscape.com 2005-11-15 20:09:00 +00:00
dmose%netscape.com 2f0889448a First match not pre selected when multiple matches are present in directory (bug 102693); r=ducarroz@netscape.com, sr=mscott@netscape.com 2005-11-15 20:08:59 +00:00
dmose%netscape.com 0e47b03c56 Support LDAP authentication for autocomplete and addressbook (bug 135778); r=sspitzer@netscape.com, srilatha@netscape.com; sr=bienvenu@netscape.com 2005-11-15 20:08:58 +00:00
dougt%netscape.com 1747fb0795 Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2005-11-15 20:08:57 +00:00
dmose%netscape.com 24012d0670 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 2005-11-15 20:08:56 +00:00
dmose%netscape.com a242a7e107 Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org 2005-11-15 20:08:55 +00:00
darin%netscape.com 3f4de0c31e fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2005-11-15 20:08:54 +00:00
timeless%mac.com 2304781f41 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2005-11-15 20:08:53 +00:00
dmose%netscape.com 787cf0a253 Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org 2005-11-15 20:08:52 +00:00
jaggernaut%netscape.com 4604a53155 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2005-11-15 20:08:51 +00:00
dmose%netscape.com 646e432e61 Fix error message display of incorrectly set search filters (bug 79935). r=leif@netscape.com, sr=bienvenu@netscape.com 2005-11-15 20:08:50 +00:00
dmose%netscape.com 9d99ed8825 Add support to the autocomplete widget, interfaces, and LDAP autocomplete session for returning "failure items" which allow the user to select an error entry and have it fire an arbitrary command, rather than actually filling in the text of the item. Part of bug 79935. r=hewitt@netscape.com, sr=bievenu@netscape.com 2005-11-15 20:08:49 +00:00
dmose%netscape.com 4268f9922c Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix. 2005-11-15 20:08:48 +00:00
leif%netscape.com 8f12c6c114 Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com. 2005-11-15 20:08:47 +00:00
dmose%netscape.com b1095ee90a Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com 2005-11-15 20:08:46 +00:00
dmose%netscape.com 7a26d30c25 Change LDAP autocomplete default minStringLength to only autocomplete against strings >= 2 chars long to avoid a possible hang on NT as well as unindexed searches (bug 84566; r=leif@netscape.com, sr=darin@netscape.com) and default searchFilterTemplate to catch people whose cn contains their middle name or initial (bug 90535; r=leif@netscape.com, rs=darin@netscape.com). This second patch also fixes a bug where filter templates sometimes ignored the last token of the entered string 2005-11-15 20:08:45 +00:00
jaggernaut%netscape.com 1c77f1a81f Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2005-11-15 20:08:44 +00:00
dmose%netscape.com a54d5daab7 Fix LDAP autocomplete session to work properly with servers with search filters that are not parenthesized (bug 86144). r=leif@netscape.com, sr=darin@netscape.com 2005-11-15 20:08:43 +00:00
dmose%netscape.com 8698941da6 Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa 2005-11-15 20:08:42 +00:00
dmose%netscape.com 2e5596f0d6 speed up LDAP autocomplete by using the new param to SearchExt() to only ask for necessary attrs (bug 74098) r=ducarroz, sr=dougt, a=asa 2005-11-15 20:08:41 +00:00
dmose%netscape.com 824a3f191b Parameterize LDAP autocomplete searchfilter via hidden pref (bug 77386); also improves default searchfilter (85315). r=leif@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org 2005-11-15 20:08:40 +00:00
leif%netscape.com e7a494b141 Bug 74498: Add attribute support to SearchExt(), making it possible to limit
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com.
2005-11-15 20:08:39 +00:00
alecf%netscape.com e68adbb480 oops, forgot this file from my previous checkin 2005-11-15 20:08:38 +00:00
dmose%netscape.com 28c3807b14 Make LDAP autocompletion respect UI setting for maximum number of hits to return (bug 77388). r=leif@netscape.com, sr=mscott@netscape.com, a=blizzard@mozilla.org 2005-11-15 20:08:37 +00:00
dmose%netscape.com d9d778c329 Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu 2005-11-15 20:08:36 +00:00
dmose%netscape.com 5c7215deba Fix LDAP-related crash in addressing widget of compose window (bug 81692). r=ducarroz@netscape.com, sr=mscott@netscape.com, a=asa@mozilla.org 2005-11-15 20:08:35 +00:00
jst%netscape.com 2188039458 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2005-11-15 20:08:34 +00:00
leif%netscape.com 4ea3d2fd6e Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
r=dmose@netscape.com
sr=mscott@netscape.com
2005-11-15 20:08:33 +00:00
dmose%netscape.com 6aee460e6b Added hidden pref to allow short strings to be ignored by LDAP autocomplete session (bug 76593). r=leif@netscape.com,ducarroz@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com 2005-11-15 20:08:32 +00:00
dmose%netscape.com 22aa606422 Tweak Mac build system to make nsLDAPAutoCompleteSession.cpp and friends compile when "options ldap" is on (bug 70933). r=peterv@netscape.com, sr=smfr@netscape.com. 2005-11-15 20:08:31 +00:00
dmose%netscape.com 0f48c84472 Initial implementation of nsLDAPAutoCompleteSession (not yet used by the message compose window -- coming soon). Bug 70933. r=leif@netscape.com,ducarroz@netscape.com sr=shaver@mozilla.org; Windows/Unix build changes r=cls@seawood.org 2005-11-15 20:08:30 +00:00
dbaron%dbaron.org 3c95294952 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
smontagu%smontagu.org 7000e532b8 Backing out last checkin 2005-11-14 12:00:34 +00:00
timeless%mozdev.org c13ce74f62 Bug 186724 mailbox service NewURI doesn't check to see if SetSpec failed..
patch by andersma@charter.net r=darin sr=dmose
2005-11-14 11:10:32 +00:00
bienvenu%nventure.com c0d402ae65 remove duplicated code in nsImapService.cpp 315654, sr=mscott 2005-11-12 00:47:02 +00:00
bsmedberg%covad.net 78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
scott%scott-macgregor.org 8f78f92de2 Bug #314124 --> experimental folder pane summary tooltip for thunderbird
still a work in progress

sr=bienvenu
2005-11-09 21:43:28 +00:00
bugzilla%standard8.demon.co.uk f3aed41b3a Bug 226005 MailNews should use the newer nsIPrefService APIs instead of nsIPref. Part 6 - nsDirPrefs. Original Patch by Mikael Parknert <mikael@parknert.se>, revised by me. r=bienvenu,sr=neil.parkwaycc.co.uk 2005-11-09 17:08:43 +00:00
timeless%mozdev.org 4c85b5d18e Bug 106386 Correct misspellings in source code fix pseudo typos in nsMessengerMigrator patch by ajvincent@gmail.com
r=mscott rs=brendan
2005-11-08 09:20:11 +00:00
timeless%mozdev.org d2da6380d6 Bug 106386 Correct misspellings in source code
fix pseudo typos in nsMessengerMigrator
patch by ajvincent@gmail.com r=mscott rs=brendan
2005-11-08 07:09:54 +00:00
bienvenu%nventure.com f9275712b2 add method for getting preview text, part of 314124, sr=mscott 2005-11-08 02:01:08 +00:00
bugzilla%standard8.demon.co.uk 780d910948 Back out part of bug 119948 part 2 as it broke builds with --disable-ldap 2005-11-05 16:08:26 +00:00
bienvenu%nventure.com 1d0fdf58c9 close socket in OnStopRequest, if still open, sr=mscott 173924, fixes leak of sockets when server drops connection 2005-11-05 04:46:32 +00:00
bugzilla%standard8.demon.co.uk 7ede08837d Bug 119948 Duplicated LDIF import code part 2 - use the ldap attribute map rather than redefining the attribute names. r=dmose,sr=bienvenu 2005-11-04 14:49:34 +00:00
bienvenu%nventure.com da40edc24b use md5 hash of all msg headers as db message-id when incoming msg doesn't have a message id, instead of using the same message-id for all of them, sr=mscott 314990 2005-11-03 22:32:16 +00:00
bienvenu%nventure.com e5377404d6 fix problem deleting local msgs while trash is being compacted, and display error when it happens sr=mscott 314831 2005-11-03 21:11:37 +00:00
masayuki%d-toybox.com db84bd093f Bug 314637 Search Messages can't find some words in ISO-2022-JP messages patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=jshin, sr=bienvenu 2005-11-03 14:13:20 +00:00
kaie%kuix.de da9af6b314 fix bug 256851, Mozilla creates/verifies invalid S/MIME signatures on 8bit mails because of RFC Violation (need to convert
to Quoted Printable first)
r=mscott, sr=bienvenu
2005-11-03 11:56:15 +00:00
bugzilla%standard8.demon.co.uk f8b71df26b Bug 305434 LDAP Prefs Service needs revising. Separate out the ldif migrate prefs function. r=bienvenu,sr=dmose 2005-11-02 19:22:37 +00:00
neil%parkwaycc.co.uk 11af632963 Patch to bug 121176 no longer works on trunk, trying to fix r=Mnyromyr rs=dmose 2005-11-02 00:46:27 +00:00
bienvenu%nventure.com 25f6ceed7e fix crash doing print print preview on .eml file message, 314354, sr=mscott 2005-10-31 17:35:05 +00:00
mnyromyr%tprac.de d4ac191633 Bug 214114: Double-click on folder opens new window AND goes to new messages; p=Tuukka Tolvanen <tuukka.tolvanen@gmail.com>/me, r/sr=bienvenu 2005-10-31 12:58:42 +00:00
neil%parkwaycc.co.uk d6c33f1a1f Bug 312872 Incorrect virtual folder status message counts r=Mnyromyr sr=bienvenu 2005-10-30 17:52:06 +00:00
neil%parkwaycc.co.uk 967b26361f Fix stupid typo in previous patch :-[ 2005-10-28 23:26:25 +00:00
neil%parkwaycc.co.uk b09cfe409a Bug 310844 shift+space doesn't scroll message pane unless focussed r+sr=bienvenu 2005-10-28 16:27:19 +00:00
bienvenu%nventure.com 5d565d2f7f fix 314027, initial patch by hyc@symas.com, r/sr=bienvenu, local search only looks at first message due to uninitialized ret value 2005-10-28 15:22:41 +00:00
bugzilla%standard8.demon.co.uk b6d2930fcc Fix Bug 240372 Cannot Dnd from Mozilla Address book to other App. Patch by Louie Zhao <Louie.Zhao@sun.com>, r=neil.parkwaycc.co.uk,sr=bienvenu 2005-10-28 13:09:37 +00:00
bienvenu%nventure.com ea59650cea fix setting of msg disposition (reply/forward) when sending edited draft, 128996 sr=mscott 2005-10-27 14:10:27 +00:00
bienvenu%nventure.com fc1f4f0336 fix 204350, handling of message/rfc822 attachments opened in standalone msg window, sr=mscott 2005-10-27 14:07:10 +00:00
bienvenu%nventure.com ed89039ff1 fix setting of msg disposition (reply/forward) when sending edited draft, 128996, and 204350, handling of message/rfc822 attachments opened in standalone msg window, sr=mscott 2005-10-27 14:00:08 +00:00
bienvenu%nventure.com 7cc7b271c7 rest of fix for handling corrupt offline news stores (313147) and make nsIMsgDatabase::getNewList scriptable, part of work for 312940 beef up new msg notification, sr=mscott 2005-10-27 13:56:50 +00:00
bienvenu%nventure.com 728735cdd4 fix crash on exit in nsMsgSearchSession destructor, 313357 sr=mscott 2005-10-27 13:46:45 +00:00
bienvenu%nventure.com b47111b006 fix handling of corrupt offline news stores, fall back to fetching msg from server sr=mscott 313147 2005-10-27 13:45:35 +00:00
bsmedberg%covad.net bbdd87032b Bug 312135 - cannot terminate thunderbird.exe - r=bienvenu 2005-10-26 17:32:21 +00:00
bienvenu%nventure.com 051fd13107 fix handling of crlf spanning blocks when detecting line endings, patch by Franke@computer.org, sr=bienvenu 269390 2005-10-25 03:28:57 +00:00
bienvenu%nventure.com 40b9967ccb move body shell parser to server response parser, fix handling of 'NIL'), patches by hans-a.engel@unibas.ch, sr=bienvenu 312952 312599 2005-10-25 03:05:06 +00:00
neil%parkwaycc.co.uk 42da7aab6c Bug 121176 Turn off title setting when the message pane is collapsed r+sr=dmose 2005-10-24 23:06:47 +00:00
bienvenu%nventure.com d9890ccebe fix 312934, patch by hans-a.engel@unibas.ch, r/sr=bienvenu, only scan chars in buffer for eol once 2005-10-24 20:08:20 +00:00
scott%scott-macgregor.org bd8949dd9b Bug #313341 --> Allow Software Update to Set and Access Cookies in Thunderbird. Allow docshells with chrome
priveleges to set cookies.

sr=darin
a=me

(not part of the firefox build, thunderbird only)
2005-10-24 05:41:54 +00:00
bienvenu%nventure.com bbe8962d8e potential fix for deadlock when network connection goes down with imap connections, sr=mscott 312775 2005-10-21 20:22:38 +00:00
bienvenu%nventure.com 65296d9d03 fix handling of case where we can't delete the .msf file after folder compaction, sr=mscott 313210 2005-10-21 20:20:21 +00:00
bienvenu%nventure.com 295969203b fix for 237118, patch by Franke@computer.org, r/sr=bienvenu, make sure text like attachments with mixed line endings are binary encoded; otherwise we get corrupted attachments 2005-10-21 17:22:27 +00:00
bienvenu%nventure.com fddd007530 delay initialization of imap parser tokenizer to cut down on memory allocations, patch by Hans-A.Engel@unibas.ch, sr=bienvenu 307615 2005-10-20 22:59:40 +00:00
bienvenu%nventure.com 69edfc0b62 hide deferred pop3 accounts from virtual folder picker ui, sr=mscott 313193 2005-10-20 21:30:02 +00:00
mnyromyr%tprac.de 2158828f50 bustage fix for bug 295088 2005-10-20 20:23:57 +00:00
mnyromyr%tprac.de dbf07011fd Bug 295088: Filter/Search term evaluator is extremely sub-optimal; p=Howard Chu <hyc@symas.com>, r=bienvenu, sr=dmose 2005-10-20 19:37:58 +00:00
bugzilla%standard8.demon.co.uk dffc5423fc Bug 302479 Some pref panels still with missing/incorrect accesskeys. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>, r=Mnyromyr,sr=neil.parkwaycc.co.uk 2005-10-20 16:34:42 +00:00
bugzilla%standard8.demon.co.uk 23322417bd Bug 300968 Replicating (downloading) from a LDAP directory server while adding fails. r=neil.parkwaycc.co.uk,sr=bienvenu 2005-10-20 16:16:33 +00:00
mozilla.mano%sent.com a227dbfebf Bug 306026Manual marking a message as junk marks the message as read as well. patch from Jens Bannmann <jens.b@web.de>, r=bienvenu, sr=dmose. 2005-10-20 16:03:27 +00:00
bugzilla%arlen.demon.co.uk ecc2c57dcd Bug 311261 Threaded mail view in Virtual Folders is not possible
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-10-19 23:09:41 +00:00
scott%scott-macgregor.org 1d81ffd159 Bug #285136 --> make account central RTL compatible
Patch by Reuven Gonen.

sr=me
2005-10-19 20:12:51 +00:00
bienvenu%nventure.com 58799a9bf8 cleanup imap parser syntax error line handling a little, 312572, r/sr=bienvenu 2005-10-18 18:33:17 +00:00
bienvenu%nventure.com f9c8bfccb3 fix 312009, patch by psyc+moz@stalbot.com, r/sr=bienvenu, make imap forget prev capability before parsing new capabilities 2005-10-18 17:43:28 +00:00
bienvenu%nventure.com 0bf32a3899 fix setting of reply/forward disposition flag when sending after auto or manual save as draft, sr=mscott 297254 2005-10-18 16:29:37 +00:00
bienvenu%nventure.com 1e05e6fb96 parse Received: header and prefer the date there to the sender's Date: header, which is less reliable, also handle date for imap messages with neither header, sr=mscott 166254 2005-10-17 14:38:17 +00:00
bienvenu%nventure.com ed255b5969 fix dups in threaded quick search view when not sorted by id, sr=mscott 312598 2005-10-17 05:15:58 +00:00
masayuki%d-toybox.com bc03301cc4 Bug 274264 attachment file name is not displaied if it has non-ASCII r=jshin, sr=bienvenu 2005-10-16 15:03:26 +00:00
bugzilla%standard8.demon.co.uk fa2c17de48 Final Patch (5) for bug 132180 eliminate nsFileSpec in address book r=dmose,sr=bienvenu 2005-10-13 16:46:26 +00:00
bugzilla%standard8.demon.co.uk 0d60f4a669 Bug 231965 LDAP Download User Interface and function broken. r=dmose,sr=bienvenu 2005-10-13 16:13:16 +00:00
bienvenu%nventure.com 8753e50789 don't try to thread quick search results when quick searching in a grouped view, sr=mscott part of 263180 2005-10-12 23:12:03 +00:00
bugzilla%standard8.demon.co.uk 73b4572b16 Bug 235679 Importing an address book mentions importing from a program instead of importing from a file r=bienvenu,sr=neil.parkwaycc.co.uk 2005-10-12 19:02:22 +00:00
bienvenu%nventure.com b710cd5939 additional fix for 263180, threading in vf's and quick search, remember that we're threading when going in and out of quick search in a vf, sr=mscott 2005-10-12 17:41:22 +00:00
bugzilla%arlen.demon.co.uk 90d39b5ad3 Bug 241213 Message window for .EML file needs working commands
p=me r=mnyromyr sr=bienvenu
2005-10-11 23:37:06 +00:00
bugzilla%standard8.demon.co.uk 6cd2fb3ca1 Bug 64305 Adding a New card in the Address book w/o giving any info will add it successfully (Thunderbird version, plus missed change from previous SeaMonkey patch). r=bugzilla@standard8.demon.co.uk,sr=bienvenu 2005-10-11 16:24:52 +00:00
bugzilla%standard8.demon.co.uk 72f2a37c54 First part of bug 311238 ns*SummarySpec.* are no longer required - Remove nsNewsSummarySpec. r=bienvenu,sr=mscott 2005-10-11 16:12:50 +00:00
bugzilla%standard8.demon.co.uk 5cef1d6bdd First part of bug 311238 ns*SummarySpec.* are no longer required - Remove nsNewsSummarySpec. r=bienvenu,sr=mscott 2005-10-10 17:04:01 +00:00
bugzilla%standard8.demon.co.uk 0c275d7b34 Unexpected fallout from bug 156742. Fix the windows bustage due to palmsync. 2005-10-07 15:39:03 +00:00
bugzilla%standard8.demon.co.uk b0386fac4a Bug 156742 Consolidate getting the string bundle (nsAbCardProperty.cpp). Original Patch by Andrew Taylor <ataylor@its.to>, revised and updated by me. r=bienvenu,sr=dmose 2005-10-07 12:48:58 +00:00
bienvenu%nventure.com 5079273bb8 add threading to single folder virtual folders, views, and quick searches, sr=mscott 263180 2005-10-05 18:22:51 +00:00
bugzilla%standard8.demon.co.uk 08ca64963b Fix burning from bug checkin of 33451 attempt 2, put linking against xpcom_obsolete back in to make mac and windows happy. 2005-10-05 17:11:18 +00:00
bugzilla%standard8.demon.co.uk 107d654403 Fix burning from bug checkin of 33451, put linking against xpcom_obsolete back in to make mac and windows happy. 2005-10-05 16:39:39 +00:00
bugzilla%standard8.demon.co.uk ebd2318596 Part of Bug 33451 convert mailnews to nsIFile. Remove some redundant xpcom_obsolete dependencies from mailnews (follow up to bug 132180). r=dmose,sr=bienvenu 2005-10-05 15:52:30 +00:00
bienvenu%nventure.com fc7a7ea64d implement cross-account searches, sr=mscott 310484 2005-10-04 23:13:02 +00:00
scott%scott-macgregor.org 346b7159db add a comment for the duplicates pref 2005-10-04 21:29:09 +00:00
bienvenu%nventure.com 4ed891678e fix crash deleting local msg when we try to delete msg from pop3 server that doesn't exist, sr=mscott 309590 2005-10-04 03:18:16 +00:00
bienvenu%nventure.com d86b194381 add ability to thread quick search, views, and single folder virtual folders, sr=mscott 263180 2005-10-03 23:55:45 +00:00
bienvenu%nventure.com 702fc04978 fix regression in forwarding of multiple messages, fallout from adding reply/forward eml support, sr=mscott 2005-10-03 23:51:05 +00:00
bugzilla%standard8.demon.co.uk 645f7af5f5 Fix bug 212221 XUL error pages do not play nicely with IM button in Addressbook (SeaMonkey patch) r=mnyromyr,sr=neil.parkwaycc.co.uk 2005-10-03 17:53:32 +00:00
bsmedberg%covad.net b0e93ea2db Bug 310569 - 64-bit unsafe cast in nsMsgIncomingServer.cpp r=mscott 2005-09-30 16:48:13 +00:00
bienvenu%nventure.com 2ab19239ae remove imap parser method at_end_of_line, patch by Hans-a.Engel@unibas.ch, r/sr=bienvenu 2005-09-30 14:25:42 +00:00
scott%scott-macgregor.org 0432cd908d Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
Ensure that we use the
match that has the highest popularity index, thus ensuring that the e-mail
address appears as high as possible in the autocomplete results list.

sr=bienvenu
2005-09-30 02:09:50 +00:00
bienvenu%nventure.com e9274e9dd6 fix 264544, saving a brand new template and sending it delete it from templates folder, sr=mscott 2005-09-30 00:54:56 +00:00
bugzilla%arlen.demon.co.uk bd4fcd60d8 Bug 292668 Reorganise mailnews pref panes - Character Encoding patch
p=me r=mnyromyr/cbiesinger sr=neil.parkwaycc.co.uk
2005-09-30 00:24:35 +00:00
bienvenu%nventure.com a05b71366e fix 310305, regression pop3 filters with message quarantining turned on lose messages, sr=mscott 2005-09-28 20:40:39 +00:00
bienvenu%nventure.com d24dc9cd66 make imap filters after the fact run locally instead of on imap server, sr=mscott 278052 2005-09-28 20:39:02 +00:00
neil%parkwaycc.co.uk cbaf0b43d2 Supplementary patch to bug 241212 to allow .eml files to be opened and forwarded etc. without requiring a message folder to be selected r=mnyromyr sr=bienvenu 2005-09-28 09:55:45 +00:00
scott%scott-macgregor.org b3f1311a6f Bug #276632 --> Sort the entire autocomplete results list based on the popularity index
instead of sub grouping the results based on the match type.

sr=bienvenu
2005-09-28 04:46:34 +00:00
bugzilla%arlen.demon.co.uk f5a351848e Bug 290881 Implement Add to Address book / Compose mail to context menus
p=me r=mnyromyr sr=neil.parkwaycc.co.uk
2005-09-27 23:30:28 +00:00
bugzilla%standard8.demon.co.uk d256795cfb Bug 63083 - Attempt to fix patrocles build bustage. 2005-09-27 19:30:35 +00:00
bugzilla%standard8.demon.co.uk 3308ec7a5c Fix bug 310101 Assertion failure (nsDirPrefs) when attempting to change a ldap attribute map pref in about:config with address book open (debug builds only) r/sr=dmose 2005-09-27 16:45:42 +00:00
bugzilla%standard8.demon.co.uk 393003ba9d Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 2. r=bsmedberg,sr=dmose 2005-09-27 16:42:09 +00:00
neil%parkwaycc.co.uk c99ac5cc27 Bug 309641 Fix Alt+Down for new folder picker r=mnyromyr sr=mscott 2005-09-27 12:02:47 +00:00
bienvenu%nventure.com 2d104f80d0 fix fix 298596 detachging attachment from multipart alternative html leaves extra hidden copy of html part, sr=mscott 2005-09-26 22:46:13 +00:00
timeless%mozdev.org be74259ef5 Bug 307269 remove unnecessary |memset| in |nsSaveMsgListener::OnDataAvailable|
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=bienvenu
2005-09-26 01:38:19 +00:00
bugzilla%standard8.demon.co.uk dd1743f170 Fix bug 192666 extension-list is appearing twice in ldif/tab/txt import file picker on linux. Original patch from Philip K. Warren (IBM) <pkwarren@gmail.com>. Seamonkey patch r/sr=neil.parkwaycc.co.uk Thunderbird patch r/sr=bienvenu 2005-09-25 19:21:31 +00:00
neil%parkwaycc.co.uk f4aeac2bf8 Bug 307423 Shift+8 no longer expands all threads r=mnyromyr sr=bienvenu 2005-09-25 18:33:33 +00:00
bugzilla%standard8.demon.co.uk 7ca5a4b4be Bug 279278 Fix Potential memory leak in nsImapServerResponseParser. Patch by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>, r/sr=bienvenu 2005-09-24 16:49:24 +00:00
scott%scott-macgregor.org e8cd36f89c Bug #306551 --> popuplist is too small in filter manager dialog.
r=neil
2005-09-23 22:03:41 +00:00
scott%scott-macgregor.org 28393347fb Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
sr=bienvenu
2005-09-23 21:02:38 +00:00
scott%scott-macgregor.org 0e8d201c64 Forgot to bump the interface id in my last checkin 2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org 3b33333d85 Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
add a popularity index to address book cards which gets incremented every time you send mail to
the recipient. Sort autocomplete results by popularity index.
2005-09-23 00:35:27 +00:00
dmose%mozilla.org 36f1af4c3b Allow for multiple properties have a null attribute list (bug 309400); r+sr=bienvenu. 2005-09-22 23:01:30 +00:00
bugzilla%arlen.demon.co.uk 7435eb0f18 Bug 309061 msgHdrViewOverlay.js should use hasChildNodes
p=me r/sr=neil.parkwaycc.co.uk
2005-09-22 22:24:30 +00:00
masayuki%d-toybox.com a5798119c2 Bug 308326 Cannot open detached file from the message if its filename or pathname contains Japanese character r=bienvenu, sr=mscott 2005-09-22 16:35:20 +00:00
bienvenu%nventure.com 3f28177781 better fix for imap servers that return message size before uid, sr=mscott 246966 2005-09-22 01:39:56 +00:00
bienvenu%nventure.com 009c767c4a fix 309444 listxactive respone sscanf , sr=mscott 2005-09-21 17:54:49 +00:00
cst%andrew.cmu.edu d19aa94cdf Bug 304563 Add autoscroll support to more parts of SeaMonkey. Fix regression from initial patch (bug 308503). Move autoscroll code to more common location & make some other improvements.
r=db48x sr=neil
2005-09-21 01:36:35 +00:00
bienvenu%nventure.com 44fd514660 fix 246966, message displayed is one behind message selected with kerio imap server, sr=mscott 2005-09-20 23:42:23 +00:00
bugzilla%standard8.demon.co.uk bdd344257a Follow up to bug 307056. Now that we are not trying to edit ldap cards, return the correct error code. r/sr=bienvenu 2005-09-20 19:04:21 +00:00
bugzilla%standard8.demon.co.uk 7d1e6d2e8f Bug 132180 eliminate nsFileSpec in address book. Third patch of several; remove the currently redundant 4.x ab upgrade interface. r=dmose,sr=bienvenu 2005-09-20 18:47:11 +00:00
bugzilla%standard8.demon.co.uk b74947147d Bug 132180 eliminate nsFileSpec in address book. Third patch of several; remove the currently redundant 4.x ab upgrade interface. r=dmose,sr=bienvenu 2005-09-20 16:37:04 +00:00
bienvenu%nventure.com 9c82fec49f don't make thread enumerator hold a ref to db object, breaks cycle that holds db's open, r/sr=neil, 266679 2005-09-20 13:05:16 +00:00
bugzilla%standard8.demon.co.uk 6b31919fc8 Fix bug 64305 Adding a New card in the Address book w/o giving any info will add it successfully. Patch by Serge GAUTHERIE <gautheri@noos.fr> r=me,sr=bienvenu 2005-09-19 19:55:49 +00:00
bugzilla%standard8.demon.co.uk 317377aea9 Fix bug 307056 Read-only address book cards should have just a ok button that doesn't try to update the card (SeaMonkey version) r/sr=neil.parkwaycc.co.uk 2005-09-19 16:25:28 +00:00
bugzilla%arlen.demon.co.uk 2f1da080b2 Bug 254564 Buddy icons not shown
p=michaeljgruber@fastmail.fm r/sr=bienvenu
2005-09-18 20:38:48 +00:00
neil%parkwaycc.co.uk 09f3b95dd9 Killing unnecessary line checked in as part of bug 21344 sr=bienvenu 2005-09-18 15:57:53 +00:00
bugzilla%arlen.demon.co.uk ac572a4e70 Bug 308968 Spelling error in message for when server doesn't support TLS
p=stephen.donner@gmail.com r/sr=bienvenu
2005-09-17 23:33:24 +00:00
neil%parkwaycc.co.uk 6be8a29bfa Bug 31685 Push secure icon to folder pane r+sr=bienvenu 2005-09-17 17:12:26 +00:00
masayuki%d-toybox.com be3db1997d Bug 207102 Sound preview doesn't work if its path contains non-ASCII string r=amardare+jshin, sr=roc 2005-09-17 10:11:38 +00:00
bienvenu%nventure.com 71c092caac fix 268746, add ability to reply/forward edit message as new for .eml files opened in stand-alone window, sr=mscott 2005-09-16 15:21:19 +00:00
bienvenu%nventure.com ce77a19feb fix comment for 308737 sort within non date group should be by date, sr=mscott 2005-09-16 15:05:05 +00:00
bienvenu%nventure.com f0851a6ce7 fix 308737 sort within non date group should be by date, sr=mscott 2005-09-16 15:04:09 +00:00
timeless%mozdev.org c113ece289 Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
neil%parkwaycc.co.uk 6c58af9da0 Bug 21344 Menu of mail folders/newsgroups (location bar) r=mnyromyr sr=bienvenu 2005-09-14 22:58:41 +00:00
bienvenu%nventure.com a626a76c46 fix problem with delete to trash handling of pop3 duplicates, part of 9413, sr=mscott 2005-09-14 16:12:31 +00:00
bienvenu%nventure.com 875d861dc3 remove content transfer encoding header when detaching attachment, sr=mscott 308321 2005-09-14 16:10:20 +00:00
bienvenu%nventure.com 261fbf31b5 notice when attachment save part of detach failed because of invalid file name, cancel detach, part of 308326, sr=mscott 2005-09-14 16:06:02 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
bienvenu%nventure.com 5b45b1ce79 still try secure auth if login disabled, sr=mscott 307902 2005-09-12 20:09:49 +00:00
bienvenu%nventure.com c835a3fefa fix 292568 edit message as new, save as draft, deletes original message, sr=mscott 2005-09-12 18:56:29 +00:00
bugzilla%arlen.demon.co.uk 47871c9255 Bug 289444 Give prefs panels titles a unique name (mailnews patch)
r=mnyromyr sr=neil.parkwaycc.co.uk
2005-09-10 15:51:19 +00:00
bugzilla%arlen.demon.co.uk 473c80a45e Bug 307142 strict JS error in phishingDetector.js
r=neil.parkwaycc.co.u sr=bienvenu
2005-09-08 23:37:23 +00:00
cst%andrew.cmu.edu d6962299dd Bug 272149 Fix misleading question when selecting multiple certificates for signing and encrypting mail
Patch by Gijs Kruitbosch (Hannibal) <gijskruitbosch+bugs@gmail.com> r=bienvenu sr=neil
2005-09-07 13:38:52 +00:00
aaronleventhal%moonset.net 4e2b2e9ee4 Bug 305032. Fix various situation where focus is confused and commands get disabled/grayed out. r+sr=bryner 2005-09-06 22:27:41 +00:00
mnyromyr%tprac.de 33bc1b5d05 Bug 266597: keybinding "i" for toggling message flag; r/sr=neil 2005-09-02 23:46:29 +00:00
bienvenu%nventure.com 1d3e25f645 another fix for 163951, sr=mscott, put up alert when courier server kicks us off for too many connections 2005-09-02 21:33:27 +00:00
aaronleventhal%moonset.net f8985508e5 Bug 306076. Some menu items grayed out in mail message compose when they shouldn't be. r=bienvenu, sr=neil 2005-09-02 19:14:50 +00:00
bugzilla%standard8.demon.co.uk 1c57eca25d Bug 189821 Expose pref to enable address book startup by default. r/sr=neil.parkwaycc.co.uk 2005-09-02 14:33:31 +00:00
bienvenu%nventure.com 6b9028d0ea one fix for imap urls spinning, when all cached connections have timed out, 163951, sr=mscott 2005-09-01 14:30:33 +00:00
bugzilla%standard8.demon.co.uk b28a23f916 Follow up patch to bug 300338 - tidy MsgComposeCommands.js. Patch by Serge GAUTHERIE <gautheri@noos.fr>. r=dmose,sr=bienvenu 2005-08-31 17:44:26 +00:00
bugzilla%standard8.demon.co.uk 2dfddb5beb Bug 132180 eliminate nsFileSpec in address book. Patch 4 - remove unused code from vcard functions that also happens to include file spec related code. r=dmose,sr=bienvenu 2005-08-31 16:32:22 +00:00
bienvenu%nventure.com 4f8ec1b430 fix balsa build bustage 2005-08-30 16:39:22 +00:00
bienvenu%nventure.com be638c7eed add support for dealing with duplicate incoming messages, 9413 sr=mscott 2005-08-30 14:39:01 +00:00
neil%parkwaycc.co.uk 4f7d84a858 Bug 304176 Creating initial POP3 account in new profile always downloads messages even if download messages now option is unchecked r=mnyromyr sr=bienvenu 2005-08-28 22:24:28 +00:00
bugzilla%standard8.demon.co.uk d7da455982 Fix bug 216245 subscribe/account wizard for newsgroups forgets account name. r=mnyromyr,sr=bienvenu 2005-08-27 17:48:27 +00:00
bugzilla%standard8.demon.co.uk 42b0a50c9d Follow up patch to Bug 237210, additional cleanup in abCommon.js. Patch by Serge GAUTHERIE <gautheri@noos.fr> r=neil.parkwaycc.co.uk,sr=mscott 2005-08-27 07:47:03 +00:00
bugzilla%standard8.demon.co.uk 4c870e323c Follow up to bug 132180 second patch, address review nit that I forgot on first checkin 2005-08-26 15:05:33 +00:00
bugzilla%standard8.demon.co.uk 9a750e2331 Bug 132180 eliminate nsFileSpec in address book. Second patch of serveral. r=dmose,sr=bienvenu 2005-08-26 14:47:31 +00:00
scott%scott-macgregor.org 536e43c5a2 Bug #305999 --> make addbook urls work again for adding vcards to the address book by making
the content type valid.

r=bz
sr=bienvenu
2005-08-26 08:00:55 +00:00
bienvenu%nventure.com cf00e0c2b1 handle failure to do step one of gssapi auth with smtp, sr=mscott 305849, also handle servers that don't return an error on auth gssapi * 2005-08-25 23:26:59 +00:00
scott%scott-macgregor.org 912a813940 Bug #305557 --> Try only tagging embedded parts when forwarding
inline so we don't do it when you are opening a draft or a template.

sr=bienvenu
2005-08-25 22:44:33 +00:00
bugzilla%standard8.demon.co.uk 2de56d15be Another windows bustage fix for bug 63083 2005-08-24 21:13:50 +00:00
bugzilla%standard8.demon.co.uk 0117e23bb9 Fix Windows bustage from checkin of bug 63083 2005-08-24 18:29:04 +00:00
bugzilla%standard8.demon.co.uk 59689fae66 bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES, part patch r=bsmedberg,sr=dmose 2005-08-24 16:49:22 +00:00
bienvenu%nventure.com c5d43778a4 fix 305467, stopping news header download results in redownload and duplicate headers, sr=mscott 2005-08-24 15:40:14 +00:00
bienvenu%nventure.com 021bee72d5 fix opening attachments from .eml files , sr=mscott, part of 241212 2005-08-23 21:25:15 +00:00
bugzilla%arlen.demon.co.uk 291e0581f7 Bug 303895 Threadpane drop-down list 'View->Customize..." opens Saved Search
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-08-22 00:30:54 +00:00
bugzilla%standard8.demon.co.uk 780e561179 Follow up to bug 293303 rework - if statements into a switch r=neil.parkwaycc.co.uk,sr=bienvenu 2005-08-21 17:06:05 +00:00
peterv%propagandism.org ab892e1e9b Remove stray while to fix search bustage. 2005-08-20 11:03:27 +00:00
bugzilla%standard8.demon.co.uk 832ca592ad Fix bug 293303 In <ABSearchDialog.js>, Warning: redeclaration of var statusText. r/sr=bienvenu 2005-08-20 09:27:36 +00:00
bienvenu%nventure.com 9cba2e3130 fix build warning, patch by rosenauer, r/sr=bienvenu 2005-08-19 19:29:13 +00:00
peterv%propagandism.org 24fbec489c Fix regressions from last checkin (bug 203927). r=bugzilla@standard8.demon.co.uk, sr=bienvenu. 2005-08-19 19:02:19 +00:00
bienvenu%nventure.com 91779582e5 add gssapi auth to imap,pop3, and smtp, patch by simon@sxw.org.uk, 303160, sr=mscott, r=bienvenu 2005-08-19 17:31:46 +00:00
bienvenu%nventure.com 13160940a9 add gssapi auth to imap,pop3, and smtp, patches by myself and simon@sxw.org.uk, 303160, sr=mscott, r=bienvenu 2005-08-19 17:26:38 +00:00
bienvenu%nventure.com 0d0950b38e fix crash deleting a message in a local folder that was just moved, sr=mscott 303239 2005-08-19 17:10:42 +00:00
bugzilla%standard8.demon.co.uk 2bb77125e0 Fix bug 263951 In <mailCommands.js>, Error: redeclaration of const NS_BAYESIANFILTER_CONTRACTID. Original patches by bugspam.Callek@gmail.com and neil.parkwaycc.co.uk, refined by me. r=dmose,sr=neil.parkwaycc.co.uk 2005-08-19 13:59:55 +00:00