Commit Graph

360 Commits

Author SHA1 Message Date
sspitzer%netscape.com
51d79ff6d2 even though they live in mailnews/extensions
mdn, mailviews and bayesian aren't optional.
no bug, no reviewer.  just adding a comment.
2003-05-02 01:21:16 +00:00
sspitzer%netscape.com
f7bbce7579 fix for some mail view issues
bug #189543 [Mailviews: View dropdown menu items should be in View:Messages Menu]
bug #187990 [dropdown out of sync if view set in View|Messages]
bug #190187 [mail view list, remove cancel button (doesn't work).  instead, prompt on delete, like filters]

r/sr=bienvenu, a=sspitzer
2003-04-30 07:37:16 +00:00
ssu%netscape.com
245584a2d9 fixing bug 195136 - Palm Sync readme file needs to be packaged and installed with mail.xpi. r=sgehani, sr=dmose, a=asa 2003-04-23 23:39:11 +00:00
scott%scott-macgregor.org
8b5be13a9d Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
r/sr=sspiter
2003-04-20 20:56:21 +00:00
brendan%mozilla.org
bdeb25acd4 Add const to PLDHashTableOps static; fix warning and else-after-return. 2003-04-20 03:36:53 +00:00
scott%scott-macgregor.org
7bf4126720 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
seawood%netscape.com
f7bf89f618 Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
scott%scott-macgregor.org
e26b186cf9 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-18 06:12:46 +00:00
kairo%kairo.at
b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
robinf%netscape.com
11ad7740c2 updates to supported devices and software; r=oeschger, per bug 161765 2003-04-02 23:33:57 +00:00
cavin%netscape.com
156811fb0d Fix for 199186. Only compare first 15 chars for the addrbook names in GetABInterface(). r/sr=sspitzer. 2003-03-26 00:27:52 +00:00
cavin%netscape.com
ff1e7b0dcc Fix for 192994. Put back memeset() call to fix MS COM not returning the right status code for nsSynchronizeAB(). r/sr=sspitzer. 2003-03-26 00:25:14 +00:00
robinf%netscape.com
d578e591a8 updates per bug 161765; r=oeschger 2003-03-22 00:54:22 +00:00
cavin%netscape.com
ffa7725b75 Fix for 192994. Use the Palm category index, instead of
category id, as the key to link/tie moz addrbooks and Palm categories together. Also Added code to avoid removing of unsynced addrbooks. r/sr=sspitzer.
2003-03-21 00:16:26 +00:00
timeless%mozdev.org
a2b62b16f2 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=sspitzer 2003-03-17 04:59:12 +00:00
sspitzer%netscape.com
adce3a35d1 fix for bug #194238
the junk mail controls won't detect a message as junk until you mark a message as good.

the algorithm in "A Plan For Spam" assumes that you have a large good
corpus and a large junk corpus.

that won't be the case with users who first use the junk mail feature
so, we do certain things to encourage them to train.

r/sr=bienvenu
2003-03-16 07:09:41 +00:00
dbaron%dbaron.org
4aa4ac846f Add MODULE_NAME line to fix build bustage (from rules.mk checkin by seawood). 2003-03-16 00:24:15 +00:00
dougt%netscape.com
e06cabecf2 fixing bustage 2003-03-15 06:41:38 +00:00
bryner%netscape.com
1d7a118270 attempting to fix mac bustage 2003-03-15 05:30:48 +00:00
dougt%netscape.com
9040408519 fixing bustage 2003-03-15 04:43:21 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cavin%netscape.com
27584aa717 Fix for 189968. Modified code to use addrbook xpcom interface methods, instead of addrbook internal functions and variables. r/sr=sspiter. 2003-03-05 21:40:29 +00:00
bryner%netscape.com
3c1dc80ee4 attempting to fix tinderbox bustage 2003-03-05 07:39:12 +00:00
robinf%netscape.com
62752a1b15 updating palm readme per bug 161765, r=oeschger 2003-03-05 00:53:34 +00:00
cavin%netscape.com
7541ec415d Fix for 190233. Added code to split (from palm -> moz) and join (from moz -> palm) address lines. Also added code to replace CRLFs with spaces for all fields (except
notes). r/sr=sspitzer.
2003-03-01 02:08:56 +00:00
cavin%netscape.com
adf4b31dda Set conduit title field and created BrandName.rc for the product brand name. r=ssu, sr=sspitzer. 2003-02-28 23:39:51 +00:00
shliang%netscape.com
b8ad6646cc 183994 - filter/search dialog ui nits, 169938 - clean up filter list statusbar, 186217 - filter not saved after action error, 195313 - menulists in filter/search dialogs dynamically change width. r/sr=sspitzer 2003-02-28 00:21:31 +00:00
sspitzer%netscape.com
89560482e7 moving the palm readme, for robinf. r=ssu 2003-02-27 22:19:56 +00:00
kairo%kairo.at
661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
sspitzer%netscape.com
e37def032b fix for message view UI nits in bug #183331.
to match the spec.  see http://www.mozilla.org/mailnews/specs/views/#MsgViews
r/sr=bienvenu
2003-02-26 02:05:16 +00:00
cbiesinger%web.de
ed666ec18d well, the first fix was actually the better one 2003-02-25 23:35:10 +00:00
cbiesinger%web.de
0f7d422e8c better bustage fix 2003-02-25 23:31:54 +00:00
cbiesinger%web.de
2598167cfe fix palmsync bustage 2003-02-25 23:24:32 +00:00
cbiesinger%web.de
8df1c3812c fix palmsync bustage 2003-02-25 21:43:05 +00:00
cbiesinger%web.de
9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
neil%parkwaycc.co.uk
0b62e15d01 Bug 183312 Label text change not reflected in Views dropdown until next session r/sr=sspitzer 2003-02-25 13:38:31 +00:00
neil%parkwaycc.co.uk
37c4c242c8 Bug 183331 Message Views feature: UI Nits r/sr=sspitzer a=asa 2003-02-13 13:27:50 +00:00
sspitzer%netscape.com
8f89fe3b03 fix for bug #189489. hook up help buttons for junk mail controls dialog and message view dialogs.
r/sr=bienvenu, a=asa
2003-01-31 22:48:31 +00:00
sspitzer%netscape.com
74c4a4736b fix for bug #191188
mail views list dialog should be modal to the 3 pane.
r/sr=bienvenu, a=asa
2003-01-30 06:48:04 +00:00
sspitzer%netscape.com
47160a16c2 fix for bug #189890
we need to clone the search terms for a view before modifying them for quick search
otherwise we'll be modifying the view.
r=cavin, a=asa
2003-01-29 06:03:57 +00:00
cavin%netscape.com
296325ba34 Fix for bugs 183574, 188444, 189123, 189140 and 189995. Deleting addrbooks on either or both sides of palm and mozilla now works. Empty addrbooks are now synced. Added logging facility to mozilla conduit dll. r/sr=sspitzer. 2003-01-22 00:26:37 +00:00
seawood%netscape.com
f06deeb00d Take advantage of VPATH using automatic variables.
Fixing 'make install' bustage.
2003-01-17 11:36:58 +00:00
cavin%netscape.com
2304ea2145 Fix for bug 188905. Copy zip code from mozilla record to palm record. Thanks to tom.lostaunau@sun.com for the patch. r/sr=sspitzer. 2003-01-14 02:29:27 +00:00
dbaron%dbaron.org
acdd4e46c0 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
kairo%kairo.at
a6f4446e42 change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard 2003-01-03 19:57:47 +00:00
ducarroz%netscape.com
2637e30f6e Fix for bug 182643. The data stored in the palm pilote uses ISO-Latin-1 and not UTF-8. Also, the addressbook name is in UTF-8. R=cavin, rdayal, SR=sspitzer 2002-12-20 00:05:23 +00:00
kaie%netscape.com
4bc7f1ad7e b=185749 Give correct message security info when not using an encryption cert
r=javi sr=bienvenu
2002-12-18 12:55:36 +00:00
sspitzer%netscape.com
b5640204f2 landing bienvenu's fix for adding "has attachment" support to
local mail search and the mail views.  bug #183581.  r/sr=sspitzer
2002-12-18 05:03:56 +00:00
kaie%netscape.com
3880b9cdab b=182258 Give separate signature validity and sender address mismatch feedback
r=javi sr=bienvenu
2002-12-13 20:47:32 +00:00
seawood%netscape.com
58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
sspitzer%netscape.com
cbb05359cf fix for #59638. cross folder navigation in the stand alone msg window
doesn't load the next unread message.  thanks to ssu for the initial patch,
and neil for the suggestions.  r/sr=bienvenu

fix for #49305.  in "view all headers" mode, we only see the last header
for headers where multiple headers are legal.  thanks to richard.li@sun.com
for the initial patch.  r/sr=bienvenu

fix for #179803. when we added mail views, we added "Sender is[n't] in addressbook"
support to filter / search / views, but it left us with two "Sender" menuitems.
this code unifies them into one.  on disk (for filters and views) both the old
way ("from in ab") and the new way ("from") work, so there isn't a migration issue.
r/sr=bienvenu
2002-12-11 04:28:05 +00:00
sspitzer%netscape.com
6e75a92b24 fix bug #184078. localize "All" and "Unread" in message views.
r=mstoltz,sr=dveditz,sspitzer.  thanks to Marek.Wawoczny@GmbH.rubikon.pl for the fix.
2002-12-11 04:03:20 +00:00
bienvenu%netscape.com
c42faf989e move link of unicharutil to build from src to try to fix build bustage 2002-12-07 01:37:09 +00:00
beard%netscape.com
eac4a8fa7b Need lwbrk to compile factory. Fix build bustage. 2002-12-07 01:08:19 +00:00
beard%netscape.com
3fdcb712c3 Fix build bustage, need lwbrk, and unicharutil libraries. 2002-12-07 01:00:31 +00:00
beard%netscape.com
0959ebb0fc Need unicharutil. 2002-12-07 00:52:09 +00:00
beard%netscape.com
db27cc70da Need to link against UniCharUtils[Debug].o. 2002-12-07 00:46:23 +00:00
beard%netscape.com
377eb1b1ff Fix for bug #183109, r=dmose, sr=sfraser, a=asa. 2002-12-07 00:42:48 +00:00
bienvenu%netscape.com
d34f0cb1c4 fix scoring multiple messages when opening folders, r=dmose,beard, sr=sspitzer, a=blizzard 179162 2002-12-06 00:45:13 +00:00
sspitzer%netscape.com
c9853d2765 bad skinVersion (copy and paste error on my part)
should be 1.2, not 1.0 (like the rest of the tree)
2002-12-05 23:15:09 +00:00
bienvenu%netscape.com
d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
beard%netscape.com
7f55e7fd83 Fix build bustage, need MsgUtil[Debug].lib now. 2002-12-03 15:05:40 +00:00
bienvenu%netscape.com
72b5db0a56 remove unused var to fix warning from last checkin 2002-12-03 13:18:40 +00:00
bienvenu%netscape.com
c57fdd9994 179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer 2002-12-03 13:06:46 +00:00
kaie%netscape.com
da1410e6e1 b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
r=javi sr=sspitzer
2002-11-28 18:31:03 +00:00
sspitzer%netscape.com
4c82b1b099 fix for bug #180019.
fix problems when choosing "Customize..." mail view, and then cancelling.
also fix problems when you choose the same view as previously chosen.
r/sr=bienvenu
2002-11-28 04:31:58 +00:00
dmose%netscape.com
baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
bienvenu%netscape.com
859a783300 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
kaie%netscape.com
a16a952116 b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
sspitzer%netscape.com
2ffb9da1e2 fix for static build bustage. thanks for the tip from cls. 2002-11-12 23:13:50 +00:00
blizzard%redhat.com
6bcc98d8d0 Bug #179773. mailViews.dat not installed during make install. r=sspitzer 2002-11-12 19:24:38 +00:00
rdayal%netscape.com
396279f652 Bug #178989 sometimes records are not added to Palm AB during Palm Sync
r=ssu, sr=bienvenu.
2002-11-08 23:45:00 +00:00
sspitzer%netscape.com
8612bc689f moving to 8.3. it's too easy to goof this up otherwise. 2002-11-08 20:41:45 +00:00
mkaply%us.ibm.com
16e1a92721 Os/2 needs 8.3 names 2002-11-08 15:24:29 +00:00
mkaply%us.ibm.com
037d6779fd OS/2 bustage
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
mkaply%us.ibm.com
b2afded753 OS/2 DLL names need to be 8.3 2002-11-08 04:08:31 +00:00
mkaply%us.ibm.com
9fc955ebe9 Need to change true/false to PR_TRUE/PR_FALSE as well 2002-11-08 03:27:12 +00:00
dmose%netscape.com
99166c83b7 Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool 2002-11-08 03:13:07 +00:00
peterv%netscape.com
b71a88f912 Turn on basic junk-mail detection functionality in mail on Mac. r=dmose. 2002-11-07 22:30:16 +00:00
dmose%netscape.com
189cc94548 Removing old, unused files (not part of build) 2002-11-07 21:29:26 +00:00
dmose%netscape.com
d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
sfraser%netscape.com
201f9528cf Fix debug target to output shared lib, not static lib; fixes autoreg crash in debug builds. r=brade/sspitzer. 2002-11-07 20:02:59 +00:00
sfraser%netscape.com
de67bb6d21 Fixing .headers output file name to fix IDL dependencies, which should fix the flames. r=sspitzer 2002-11-07 00:57:23 +00:00
sfraser%netscape.com
fc7b1696f8 Fixing up project files for sspitzer. r=sspitzer 2002-11-06 21:51:59 +00:00
sspitzer%netscape.com
4889a885a8 ignore generated Makefiles. 2002-11-06 21:21:05 +00:00
sspitzer%netscape.com
19e0ea3301 mailviews for the mac. not part of the build. 2002-11-06 20:40:17 +00:00
sspitzer%netscape.com
ffc14fd215 build work for mailviews, for mac. not part of the build. 2002-11-06 19:10:33 +00:00
sspitzer%netscape.com
f36ce9ed1d turn on mscott's mail views. (only linux and windows, working on mac build changes).
bug #176850.  r/sr=bienvenu
2002-11-06 05:22:25 +00:00
sspitzer%netscape.com
903fffa429 landing mscott's mail views work from the ns tree. see #176850
NOT PART OF THE BUILD YET.
2002-11-02 01:07:53 +00:00
kairo%kairo.at
150568bb2e Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
rdayal%netscape.com
f664b05971 Bug #177250 fix for crash during / after palmsync
The fix is for using the OLE memory management routines instead of the usual ones
for the 'out-parameters' of the MS COM IPalmSync interface used for IPC
between the conduit loaded in the HotSync Manager process and the Mozilla process.
The fix has also been tested by mozilla community person who mostly saw these crashes.

r=ssu, sr=bienvenu, a=roc+moz.
2002-10-30 00:18:51 +00:00
dmose%netscape.com
7fbbf99073 Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-10-24 07:03:04 +00:00
beard%netscape.com
eadef5891d Added TokenEnumeration, which provides efficient direct enumeration of the Tokenizer's PLDHashTable. r/sr=brendan, a=asa [not part of build] 2002-10-18 06:31:47 +00:00
beard%netscape.com
37cfc9460e Performance enhancement: using PLDHashTable to store tokens by value in the hash table, using PLArenaPool to allocate token word strings. r/sr=brendan, r=dmose [not part of build] 2002-10-16 21:29:25 +00:00
leaf%mozilla.org
b25d2a38f7 update localeVersion for 1.2b, a=asa 2002-10-16 17:51:38 +00:00
kaie%netscape.com
c114606c21 b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
rdayal%netscape.com
d6e64ca87b part of Bug #173281 Modify for install.
Changes for registration of PalmSync support interface

r=ssu, sr=dveditz, a=asa
2002-10-14 06:53:05 +00:00
beard%netscape.com
0801450ce0 oops, forgot a return type on isUpperCase() r/sr=sspitzer a=asa [not part of build] 2002-10-12 01:14:53 +00:00
beard%netscape.com
c69ba0c665 Don't lowercase non-ASCII characters! r/sr=sspitzer a=asa [not part of build] 2002-10-12 00:45:07 +00:00
beard%netscape.com
632a467347 Fixed declaration of nsIJunkMailPlugin::setMessageClassification consistent with nsMsgJunkStatus typedef. Added pooled allocation for tokens and word strings. r=bienvenu sr=sspitzer, a=asa [not end user visible as yet] 2002-10-10 01:20:47 +00:00
sspitzer%netscape.com
26e19b10eb no need to cast this, now that we use nsMsgJunkStatus type. r/sr=bienvenu 2002-10-09 03:11:33 +00:00
rdayal%netscape.com
d8567a2e9b Bug #164760 Implement Palm Conduit - changes to build it.
Makefile and changes to build the Conduit. This would get built only when Palm CDK
is installed and the env var PALM_CDK_DIR is set to Palm CDK dir path.

r=leaf, sr=mscott.
2002-10-08 19:00:06 +00:00
sspitzer%netscape.com
35f131e756 more work for #169638. spam UI work (still in progress) including changes to allow search by score. "score" attribute is now "junkscore", per mscott. some code cleanup.
r/sr=mscott
2002-10-08 04:29:57 +00:00
bienvenu%netscape.com
668f37a8ff pass uris, not urls to spam filter plugin, not part of build, r/sr=sspitzer 2002-10-08 02:39:02 +00:00
rdayal%netscape.com
1138ddaebf Bug #164760
Files for implementation of PalmSync Conduit, NOT YET PART OF BUILD
The Conduit would be built as separate Windows Dll loaded by the HotSync Manager

r=cavin, sr=mscott
2002-10-08 01:41:17 +00:00
beard%netscape.com
7a7bc9f2a4 Using a fixed sized (16k) token buffer, now byte swapping 32-bit integers written into the training data, correctly opening the ANSI file in binary mode (crucial on the Mac). [not part of build] 2002-10-04 22:47:36 +00:00
ducarroz%netscape.com
074ba9a39f Bug 172210. Set correct parameter to force mime generating clean output for mail filter. R=cavin, SR=sspitzer 2002-10-04 22:43:26 +00:00
beard%netscape.com
11dbfcfeef Remove obsolete file. r=sspitzer [not part of build, either] 2002-10-03 22:29:52 +00:00
beard%netscape.com
4867e6fb8a Kill warnings. [not part of build] 2002-10-03 22:22:42 +00:00
rdayal%netscape.com
2c26194a5f Bug #165247. Implementation of Palm AB HotSync support in Mozilla.
NOT yet part of BUILD.

- files in palmsync/build are for providing IPC support to get called from
Palm Conduit loaded into Palm's HotSync Manager
- files in palmsync/public is the XPCOM interface for Palm HotSync support Mozilla module
- files in palmsync/src is the implementation of this module, the XPCOM interface
implementation, implementation when IPC call is made and the implementation of the
actual PalmSync Logic.

r=cavin, sr=bienvenu.
2002-10-03 20:40:24 +00:00
ducarroz%netscape.com
24568896b0 Fix spam filter bustage on Windows and Linux. Not part of the build yet 2002-10-03 02:35:57 +00:00
beard%netscape.com
0de413b761 Switched to binary format for training data. [not part of build] 2002-10-03 00:26:44 +00:00
beard%netscape.com
aef1d566cd Incorporated patch from bug #172210 (thanks jf), added code to writeTokens to write correct data when there are 0 tokens, so that readTokens will work correctly in that case. [not part of build] 2002-10-02 22:16:00 +00:00
beard%netscape.com
c024c1e8c8 Added writeTrainingData/readTrainingData methods which save to a file called "training.txt" in the current profile directory. [not part of build] 2002-10-02 21:52:21 +00:00
beard%netscape.com
a0d20b1e0f Fixes learning, removes usage of NaN, and correctly initializes refcount of the nsIStreamListener. [not part of build]. 2002-10-02 19:54:32 +00:00
kaie%netscape.com
c408dadf46 b=170575 View Signature certificate button is busted
r=javi
2002-10-02 18:50:52 +00:00
kaie%netscape.com
f6cd49fcd4 b=172028 Regression: LDAP certificate retrieval does no longer work
r=rjc sr=darin
2002-10-02 18:48:28 +00:00
sspitzer%netscape.com
1f779df83e instead of NAN, use 0. build problems on win32 (and probably linux).
r=beard.
2002-10-02 18:31:17 +00:00
sspitzer%netscape.com
1fd685da50 more build changes for beards new bayesian filter implementation. not part of build yet. 2002-10-02 10:18:56 +00:00
sspitzer%netscape.com
b0587aeaca some changes for windows / linux. not part of the build. 2002-10-02 09:02:18 +00:00
sspitzer%netscape.com
1ec3a2df66 remove bogus comment. 2002-10-02 07:50:21 +00:00
sspitzer%netscape.com
e3eeb981e7 ignore generated makefile. 2002-10-02 07:21:41 +00:00
beard%netscape.com
d4d1abb2c0 Bayesian Spam Filter C++ implementation. [not part of build yet]. 2002-10-02 01:58:35 +00:00
sspitzer%netscape.com
320c8a48d7 adding consts to the nsIMsgFilterPlugin interface, and using it.
removing UI added to extension, since there is core UI For this already (but off by default).
part of bug #169638.  r/sr=bienvenu
2002-09-30 22:13:01 +00:00
beard%netscape.com
a12a8c39a0 Simplify the subclassing, using __proto__ explicitly, and remove an unnecessary extra level of prototype chain when instantiating the algorithm. (not part of build, r=peterv) 2002-09-28 17:02:53 +00:00
dmose%netscape.com
80ee90ce73 Change function name to avoid namespace collision; don't write out the database if nothing has changed; use scores instead of labels to be compatible with the rest of the infrastructure (not part of build) 2002-09-28 00:54:57 +00:00
dmose%netscape.com
d67d077b79 Changes from peterv to not modify the database based on automatically classified spam (not part of build) 2002-09-28 00:53:34 +00:00
sspitzer%netscape.com
f60bd335f1 cid to progid cleanup. no bug. 2002-09-27 09:32:06 +00:00
dmose%netscape.com
d1acb02c94 Tweaks to match interface; not part of build 2002-09-26 22:34:18 +00:00
dmose%netscape.com
0f3d3c0654 Fix syntax error (not yet part of build). 2002-09-26 01:12:42 +00:00
dmose%netscape.com
dd6491d35b Fix syntax error (not part of build). 2002-09-26 01:03:06 +00:00
dmose%netscape.com
ca825f5ecd Add comment crediting various folks in the Bayesian spam community for their ideas. 2002-09-25 22:22:07 +00:00
dmose%netscape.com
a844e60d56 Initial work (mostly by peterv) for a bayesian spam filter. Not yet part of the build. 2002-09-25 22:15:12 +00:00
kaie%netscape.com
41deeaccb8 b=170221 Syntax error opening message security info
r=javi sr=rpotts
2002-09-23 23:14:39 +00:00
kaie%netscape.com
ec41544988 b=169932 Replace wstring with AString in IDL
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
kaie%netscape.com
92da872732 b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
kaie%netscape.com
31db9b541b b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
andreww%netscape.com
2558b06343 bugzilla bug 164174 r=suresh, sr=hewitt. Updating skin version number due to new backwards incompatibilites. 2002-09-12 23:39:25 +00:00
leaf%mozilla.org
70941124cb update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +00:00
rjc%netscape.com
ba0e03e53e Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin 2002-09-04 01:28:36 +00:00
timeless%mac.com
06e0bc6933 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-02 20:23:29 +00:00
kaie%netscape.com
ed3e2f39cb b=106988 Switching sender should also change the sign/encrypt setting
r=javi sr=mscott
2002-08-26 06:13:17 +00:00
bryner%netscape.com
b366f360b3 Ignore generated Makefiles. 2002-08-23 10:30:06 +00:00
kaie%netscape.com
e563f7a1ca b=154634 if you collapse the message pane, the security status can be misleading
r=ducarroz sr=sspitzer
2002-08-23 10:25:32 +00:00
kaie%netscape.com
033a9d7a12 b=156343 [LDAP] address lookup appears to be case sensitive when dir server lookup is enabled
r=javi sr=jag
2002-08-23 10:20:41 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +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
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
leaf%mozilla.org
8860985e79 bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings 2002-07-17 23:51:49 +00:00
kaie%netscape.com
5b56e1ff00 b=114893 Can't send encrypted mail if encryption cert has not been imported. Smartcard issue.
r=javi sr=alecf a=asa
2002-07-15 13:35:30 +00:00