165 Commits

Author SHA1 Message Date
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