dmose%netscape.com
7692842a78
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
naving%netscape.com
fabc0b285a
175795 r=rdayal sr=bienvenu fixing a crash in purgeService by making mPurgeArray not a pointer of nsVoidArray
...
mPurgeArray has lifetime equal to that of nsMsgPurgeService
2002-10-24 02:06:03 +00:00
akkana%netscape.com
0bcae3e697
110949: preserve quote status from Edit Draft. r=ducarroz sr=sspitzer a=dbaron
2002-10-24 01:29:37 +00:00
ducarroz%netscape.com
66d3a37205
Fix for bug 175223. We need to reset the stored message body before getting the new one from editor. R=varada, SR=sspitzer, A=asa
2002-10-22 23:23:56 +00:00
varga%netscape.com
6f3bb5cc46
Fix for bug 134824. Column Sorting in the Download Manager has no effect.
...
r=neil, sr=jag, a=asa
2002-10-22 19:49:29 +00:00
varada%netscape.com
111babe8b8
fix for 135748;accesskeys for addressbook dialogs;r=cavin;sr=bienvenu;a=asa
2002-10-22 17:57:41 +00:00
varada%netscape.com
f766707457
fix for 24873;accesskeys for account wizard;r=cavin;sr=bienvenu;a=asa
2002-10-22 17:57:25 +00:00
kaie%netscape.com
07e7395168
b=175012 Mozilla don't support multipart/signed mail with md5 micalg parameter
...
r=ducarroz sr=darin a=asa
2002-10-22 14:48:14 +00:00
kaie%netscape.com
cb29428f21
b=175352 Account Manager should protect itself in case Shutdown gets called twice
...
r=bhuvan sr=mscott a=asa
2002-10-22 14:45:00 +00:00
naving%netscape.com
be8a38f92f
157644 r=cavin sr=mscott a=roc+moz fixing pop3 security bug
2002-10-21 23:33:40 +00:00
kaie%netscape.com
3b2c0b58ad
b=164867 S/Mime messages signed by cert w/o email address should not validate
...
r=javi/ducarroz sr=mscott
2002-10-18 13:46:49 +00:00
beard%netscape.com
737a579e5e
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
naving%netscape.com
8f4aa89d7a
removing a line I didn't mean to checkin
2002-10-17 23:08:57 +00:00
naving%netscape.com
1beedf179b
172707 r=cavin sr=bienvenu a=asa fixing busy cursor problem when selecting
...
dest folder on copying msgs and fixing a crash if the dest folder has
invalid summary file.
2002-10-17 23:03:42 +00:00
jgmyers%netscape.com
51c4e455d0
fix contents of In-reply-to header: bug 173645 r=ducarroz sr=bienvenu a=asa
2002-10-17 22:17:08 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
akkana%netscape.com
b44c1af075
173953: Fix plaintext quoting. r=ducarroz sr=bzbarsky
2002-10-17 00:07:28 +00:00
beard%netscape.com
602c054e3f
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
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
bzbarsky%mit.edu
ca2aece886
Better naming for mapi registry keys. Bug 166795, patch by
...
bugzilla@gemal.dk (Henrik Gemal), r=rdayal, sr=sspitzer, a=rjesup
2002-10-16 06:16:15 +00:00
akkana%netscape.com
72aab3ea47
174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup
2002-10-15 20:31:47 +00:00
akkana%netscape.com
3e79e92748
174369: fix mailnews so it can again break quoted sections. r=jfrancis sr=sfraser a=blizzard
2002-10-14 19:54:52 +00:00
kaie%netscape.com
a9a7900ea6
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
880efe66cd
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
0ac379140a
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
a7af6ead53
Don't lowercase non-ASCII characters! r/sr=sspitzer a=asa [not part of build]
2002-10-12 00:45:07 +00:00
akkana%netscape.com
23693a34a3
173608: fix regression in printing from mail compose. r=brade,ducarroz, sr=sspitzer, a=asa
2002-10-11 23:43:34 +00:00
akkana%netscape.com
dad31fcdb6
173608: fix regression on inserting data in SendLink, reply, signature, Edit Draft, etc. r=ducarroz, sr=sspitzer, a=asa
2002-10-11 23:42:33 +00:00
sspitzer%netscape.com
f898d48228
the bayesian plugin is a service, so do get service. thanks to beard for pointing this out.
...
part of bug #169638 . r=dmose. a=asa, since this doesn't affect end users.
2002-10-11 23:41:37 +00:00
john.marmion%ireland.sun.com
d8d75cba6f
3rdParty LDAP query may result in invalid filter: bug #146411 r=dmose,sr=sspitzer.
2002-10-11 08:17:13 +00:00
john.marmion%ireland.sun.com
427e7e8e11
3rdParty LDAP query may result in invalid filter: bug #146411 , r=dmose,sr=sspitzer.
2002-10-11 08:16:11 +00:00
sspitzer%netscape.com
bc729785b1
fix for crasher #173545 . crash at shutdown in nsMsgFolderCache::~nsMsgFolderCache() after a quick search. patch by bienvenu. r=naving, sr=sspitzer, a=asa
2002-10-11 00:51:21 +00:00
sspitzer%netscape.com
89f6948e65
fix for regression bug #173817 . icons not showing in message hdr area.
...
r=varada, sr=bienvenu, a=asa.
2002-10-10 22:57:18 +00:00
naving%netscape.com
44987dbcef
173325 r/sr=sspitzer a=asa fixing regression filter condition shows null when editing a filter
2002-10-10 22:43:16 +00:00
sspitzer%netscape.com
108ba95108
fix some typos in the junk mail UI. r=robinf, a=asa.
2002-10-10 19:41:21 +00:00
dmose%netscape.com
767760408b
Ongoing work for spam filtering GUI (bug 169638); not yet turned on in default builds. Fix Junk Mail dialog to always show content, not just the initial time it comes up. r/sr=sspitzer@netscape.com; a=asa@mozilla.org
2002-10-10 19:30:49 +00:00
sspitzer%netscape.com
7b31e91cf8
more changes for the spam UI. fix the junk status column. part of bug #169638 . not visible to end user yet. r/sr=bienvenu, a=asa
2002-10-10 02:21:40 +00:00
beard%netscape.com
78129fe6da
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
601f49c852
don't set the "junkscore" string attribute directly, since it won't notify the view
...
that the key has changed. bug #169638 . instead, go through the db. r/sr=bienvenu, a=asa
2002-10-10 00:07:04 +00:00
beard%netscape.com
67cc8edf53
tweak performance of whole folder marking. r/sr=sspitzer, a=asa [not an end user feature].
2002-10-10 00:06:45 +00:00
ducarroz%netscape.com
f69f670d88
Fix for bug 173491. Some how, part of the fix for bug 137629 did not make it into the tree. This patch was R=brade, SR=sspitzer
2002-10-09 16:49:18 +00:00
sspitzer%netscape.com
a113862b59
add new line to end of file for HPUX
2002-10-09 07:34:38 +00:00
sspitzer%netscape.com
b3c32b5b6d
more changes, not visible to the end user yet, for spam UI. bug #169638 .
...
implement junk logging. r/sr=bienvenu
2002-10-09 07:34:02 +00:00
sspitzer%netscape.com
b51e48959d
more changes, not visible to the end user yet, for spam UI. bug #169638 .
...
change junk log name. ignore junk log file so it doesn't show in the folder pane. r/sr=bienvenu
2002-10-09 07:07:37 +00:00
naving%netscape.com
291166b6f0
173399 r/sr=sspitzer fix a temp file leak when we fail compacting multiple local folders
2002-10-09 05:24:28 +00:00
naving%netscape.com
22a5f8643c
173137 fixing warning from last checkin
2002-10-09 05:12:42 +00:00
bienvenu%netscape.com
44e9e39792
don't score new msgs that have already been scored, part of support for imap and pop3 spam filters, not turned on yet r/sr=sspitzer 169557
2002-10-09 03:26:58 +00:00
sspitzer%netscape.com
b249c67565
no need to cast this, now that we use nsMsgJunkStatus type. r/sr=bienvenu
2002-10-09 03:11:33 +00:00
sspitzer%netscape.com
28afc36309
more changes, not visible to the end user yet, for spam UI. bug #169638 . r/sr=bienvenu
2002-10-09 03:09:00 +00:00
naving%netscape.com
a9e04a1d87
fixing comment from last checkin
2002-10-09 02:54:23 +00:00
naving%netscape.com
a7e5670ede
173137 r=cavin sr=bienvenu Made it so that deleting/marking read/flagged etc fails and throw
...
alert (only for delete) if we are compacting that folder in the background.
2002-10-09 02:47:20 +00:00
akkana%netscape.com
31b8eb5142
more 137629: two lines got reversed from the configuration that was reviewed/tested. r=brade sr=sspitzer
2002-10-09 02:24:17 +00:00
bienvenu%netscape.com
8c3b5179a8
support for imap and pop3 spam filters, not turned on yet r/sr=sspitzer 169557
2002-10-09 01:21:27 +00:00
varada%netscape.com
ebefbfcebe
fix for 107447;hide search bar for standalone window;r=cavin;sr=sspitzer
2002-10-09 00:50:34 +00:00
varada%netscape.com
af177d261d
commenting out pref ui for feature that is not yet implemented;r/sr=sspitzer
2002-10-09 00:48:15 +00:00
ssu%netscape.com
54522eb2c6
fixing bug 110556 - this is an additional patch to the one already checked in for this bug. this fixes the bug to also work from the advanced search dialog. sr=sspitzer
2002-10-09 00:37:29 +00:00
akkana%netscape.com
5cb8f236b0
Try adding .get() to fix some build bustage
2002-10-09 00:07:25 +00:00
naving%netscape.com
87566c261c
172710 r=cavin sr=bienvenu Don't update folder counts on each copy. Do
...
this only after copy has ended.
2002-10-08 23:59:37 +00:00
naving%netscape.com
c1bfeebf2d
173357 r=cavin sr=bienvenu fix a major bug in compacting local folders. We were compacting folder even after we failed to get a lock.
2002-10-08 23:47:58 +00:00
varada%netscape.com
adacb3be13
backing out some changes n bug#170572;getting rid of a function and making it an inline call;re-aligning pref-mainews groupbox and changing label to match similar groupbox in browser prefs;r/sr=sspitzer
2002-10-08 23:16:20 +00:00
akkana%netscape.com
6be1b285d1
137629: remove most editorshell references from mailnews. r=brade sr=sspitzer
2002-10-08 23:04:12 +00:00
sspitzer%netscape.com
e4c461c328
more changes, not visible to the end user yet, for spam UI. bug #169638 .
...
r/sr=bienvenu
2002-10-08 22:45:05 +00:00
bienvenu%netscape.com
7b36293ea0
fix 173296 mime emitters not registered successfully, r=ducarroz, sr=sspitzer
2002-10-08 19:40:10 +00:00
rdayal%netscape.com
bf9c116e93
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
6f127fe515
fix for #94439 . add per news server UI for "push auth". wording from robinf, UI approval jglick. thanks to neil@parkwaycc.co.uk for the patch and to stephend for testing.
...
r/sr=sspitzer
2002-10-08 18:27:40 +00:00
sspitzer%netscape.com
321eee78c5
supplimental fix for #169638 . spam UI bug. r/sr=mscott.
2002-10-08 18:20:10 +00:00
sspitzer%netscape.com
7a8d84c6bb
trying to fix bustage.
2002-10-08 09:07:36 +00:00
sspitzer%netscape.com
5293c7001b
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 08:38:36 +00:00
sspitzer%netscape.com
7263a77a49
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 07:24:37 +00:00
sspitzer%netscape.com
fe2c5f0ffd
default spam level to off (0).
2002-10-08 07:00:59 +00:00
sspitzer%netscape.com
30aecba90d
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 07:00:20 +00:00
rdayal%netscape.com
dcb82a5f45
Bug #164970 Track deleted cards and update lastUpdatedTimeStamp
...
This fix tracks deleted cards and stores the lastUpdatedTimeStamp for modified cards
This is required for Palm Sync.
Initial patch by Srilatha.
r=rdayal, sr=bienvenu.
2002-10-08 06:36:20 +00:00
loadrunner%betak.net
49519e9b57
b144551 inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, tao, sr=sfraser, dveditz
2002-10-08 06:21:11 +00:00
sspitzer%netscape.com
1a6dec6330
more work for #169638 . spam UI work (still in progress)
2002-10-08 06:15:42 +00:00
sspitzer%netscape.com
5136eaf1fe
comment out the pref for junk button, until it's ready.
2002-10-08 06:00:10 +00:00
sspitzer%netscape.com
a351d516dc
varada forgot the mailnews.js side of his checkin for bug #170572 .
...
for now, show these buttons. but that might be changing as junk
might kick off file and or next.
2002-10-08 05:54:12 +00:00
sspitzer%netscape.com
50b4adf8ba
fix more build bustage.
2002-10-08 05:26:03 +00:00
sspitzer%netscape.com
96454a399f
fix build bustage. sorry about that.
2002-10-08 05:17:20 +00:00
sspitzer%netscape.com
0e48c7de27
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
dbdcfbec11
work for imap spam filters, ifdeffed off for now r/sr=sspitzer 169557
2002-10-08 04:19:11 +00:00
sspitzer%netscape.com
fbbe31aacc
work for #169638 . spam UI. add the ability to search by junk status to the advanced search UI. r/sr=mscott
2002-10-08 04:10:55 +00:00
sspitzer%netscape.com
d824fee661
work for #169638 . spam UI. add the ability to search by junk status to the advanced search UI. r/sr=mscott
2002-10-08 03:53:49 +00:00
bienvenu%netscape.com
8ea69a78ef
add imap msg fetch peek url, part of spam filter work r/sr=sspitzer 169557
2002-10-08 03:52:41 +00:00
sspitzer%netscape.com
0823a106f4
work for #169638 . spam UI. add the ability to search by junk status to the
...
advanced search UI. r/sr=mscott
2002-10-08 03:52:32 +00:00
bienvenu%netscape.com
b73cf939d1
fix nsIAddrDatabase.h to not include mdb.h part of spam filtering work (the whitelist part) r/sr=sspitzer 169557
2002-10-08 03:50:31 +00:00
bienvenu%netscape.com
f6287abc17
pass uris, not urls to spam filter plugin, not part of build, r/sr=sspitzer
2002-10-08 02:39:02 +00:00
timeless%mac.com
cedd001377
Bug 170443 Build warning in nsLocalMailFolder.cpp
...
walk84@yahoo.com r=naving sr=dveditz
2002-10-08 02:09:26 +00:00
rdayal%netscape.com
dcf98d7652
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
ssu%netscape.com
5288d19e7a
fixing bug 110556 - double-clicking on a message in thread should reuse existing window. r=varada, sr=sspitzer (fixed problems in original patch from adam@cfar.umd.edu)
2002-10-08 01:04:11 +00:00
ducarroz%netscape.com
1e0d87ea15
Fix for bug 172808 (smoketest blocker). Somehow, I checked in the wrong line when fixing bug 127210. R=cavin, SR=beard
2002-10-07 15:44:54 +00:00
sspitzer%netscape.com
cc68989a2c
fix js errors from hyatt's landing for #172545 .
2002-10-07 03:11:36 +00:00
timeless%mac.com
f1ea69808e
Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
...
r=caillon sr=bz
2002-10-06 23:14:25 +00:00
darin%netscape.com
aad1a1d1f6
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
varga%netscape.com
5fb7caeec2
Fix for bug 112534. Remove collapse grippies.
...
r=caillon, sr=jag
2002-10-05 08:11:28 +00:00
naving%netscape.com
e55c0bcd14
fixing earlier bustage correctly thanks dbaron
2002-10-05 00:30:38 +00:00
naving%netscape.com
3ceeddce33
commenting out bustage lines while I work on it.
2002-10-04 23:12:50 +00:00
beard%netscape.com
d5a6370888
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
c86c793c57
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
ducarroz%netscape.com
4ab7dedada
Fix for bug 172210. Add a new mode to generate a clean output for mail filter. This mode get activated when the url contains the option header=filter. R=cavin, SR=sspitzer
2002-10-04 22:40:53 +00:00
ducarroz%netscape.com
ba7e108456
Bug 172210. Ad a new plain text emitter. R=cavin, SR=sspitzer
2002-10-04 22:37:17 +00:00
ducarroz%netscape.com
9671cbb128
Bug 172210. Add a new mime emitter to output plain text headers. R=cavin, SR=sspitzer
2002-10-04 22:35:08 +00:00
naving%netscape.com
90d9e3a9b7
170555 r=mscott sr=bienvenu Adding ability to purge junk folder automatically at interval of 1 day. Also
...
added code to specialize/unspecialize junk folder when the user changes junk folder from UI
2002-10-04 22:32:15 +00:00
naving%netscape.com
ff5f32fef2
170555 r=mscott sr=bienvenu Changed IsValidFolderURI to GetExistingFolder so that it can be reused
2002-10-04 22:32:04 +00:00
jgmyers%netscape.com
afee7b8224
Include In-Reply-To: when sending replies: bug 78117 r=ducarroz sr=bienvenu
2002-10-04 22:26:08 +00:00
timeless%mac.com
5a57b421b1
Bug 172433 out of memory check is a bit too late [@ nsMsgKeySet::Output]
...
r=bbaetz sr=bz
2002-10-04 02:54:59 +00:00
naving%netscape.com
ca754e3206
121750 r=cavin sr=mscott fixing focus issues when coming out of quick search
2002-10-04 01:27:38 +00:00
seawood%netscape.com
4351b67848
Fixing static build bustage caused by checkin for bug 158110.
2002-10-04 00:27:14 +00:00
beard%netscape.com
5daa6bd705
Remove obsolete file. r=sspitzer [not part of build, either]
2002-10-03 22:29:52 +00:00
beard%netscape.com
2a6c98ca92
Kill warnings. [not part of build]
2002-10-03 22:22:42 +00:00
smontagu%netscape.com
55b606ff79
Force entry fields for URI elements to be left to right even in right-to-left chrome. Bug 157607, r=jag, sr=hewitt
2002-10-03 21:16:39 +00:00
rdayal%netscape.com
eec6c834da
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
sspitzer%netscape.com
02c660d5e7
fix tooltip. the IM button does IM and Chat. a=jglick,robinf.
2002-10-03 20:35:01 +00:00
varada%netscape.com
e2958300f2
fix for 171068; move compose specific prefs to compose prefs panel;r/sr=sspitzer
2002-10-03 20:07:11 +00:00
varada%netscape.com
17ece3cf5d
fix for 170573 -Create new notification panel for mail prefs;r/sr=sspitzer
2002-10-03 20:03:16 +00:00
varada%netscape.com
d479331726
fix for 170572: adding prefs to hide mail toolbar buttons; 170573 : Create new notification panel for mail prefs;171068: move compose prefs from main to compose panel;r/sr=sspitzer
2002-10-03 20:03:01 +00:00
ere%atp.fi
50ddde1e1f
Fix for bug 170058: Body as "Plain Text" has no linebreaks and is displayed in variable font width
...
r=BenB, sr=bienvenu
2002-10-03 19:41:59 +00:00
rods%netscape.com
2d7387fcb3
*** empty log message ***
2002-10-03 12:42:26 +00:00
rods%netscape.com
381e19b0e3
fixed bustage
2002-10-03 12:35:10 +00:00
rods%netscape.com
b7964688f6
Impl print preview for mail and addrbook
...
This also makes it so printing parents the printing content window is is modal
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 11:13:55 +00:00
rods%netscape.com
ae47f51ffb
Impl print preview for mail and addrbook
...
This also makes it so printing parents the printing content window is is modal
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 11:08:25 +00:00
sspitzer%netscape.com
4918eaeec5
fix for #141628 . don't drop the NNTP connection when doing list if the server
...
sends us a line like: ". 0000000001 0000000002 y". r/sr=bienvenu
2002-10-03 09:47:36 +00:00
ducarroz%netscape.com
81d80c2c34
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
cf8c039a86
Switched to binary format for training data. [not part of build]
2002-10-03 00:26:44 +00:00
bienvenu%netscape.com
3cec944e68
add undelete to nsMsgDBView r=cavin, sr=sspitzer 20118
2002-10-02 22:34:31 +00:00
beard%netscape.com
a8c45c3ea3
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
af47bfb387
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
161a4bb507
Work in progress changes for bayesian spam filter. sr=sspitzer, r=ducarroz
2002-10-02 20:04:09 +00:00
beard%netscape.com
57da5f9c29
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
af1d6e068e
b=170575 View Signature certificate button is busted
...
r=javi
2002-10-02 18:50:52 +00:00
kaie%netscape.com
26818206d4
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
a277c7cf50
fix for #172088 . allow redirector type for smtp server to determine if we show hostname in password prompt. r=ducarroz, sr=bienvenu
2002-10-02 18:39:32 +00:00
sspitzer%netscape.com
593dbee451
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
1475e8ac99
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
f0ed766e30
build bayesian makefiles, but the extension is not part of the build yet.
2002-10-02 09:02:57 +00:00
sspitzer%netscape.com
d9d457963c
some changes for windows / linux. not part of the build.
2002-10-02 09:02:18 +00:00
sspitzer%netscape.com
2b7534dfcf
fix for bug #172085 . override redirector type for smtp server based on hostname.
...
r=cavin, sr=bienvenu
2002-10-02 08:02:35 +00:00
sspitzer%netscape.com
9a60b7d688
code clean up. use contract id instead of cid. remove bogus comments.
2002-10-02 07:59:50 +00:00
sspitzer%netscape.com
2eda747835
code cleanup. use contract id instead of cid.
2002-10-02 07:52:55 +00:00
sspitzer%netscape.com
7f8ee6df07
code cleanup. use contract id instead of cid. remove unused cid
2002-10-02 07:52:09 +00:00
sspitzer%netscape.com
4b33b7b3b8
remove bogus comment.
2002-10-02 07:50:21 +00:00
sspitzer%netscape.com
11dffdb1e9
code cleanup. remove unused cid
2002-10-02 07:50:00 +00:00
sspitzer%netscape.com
c20c88cc52
code clean up. remove usused static cids.
2002-10-02 07:47:20 +00:00
sspitzer%netscape.com
1abbe42be8
code cleanup. replace static cid with contract id.
2002-10-02 07:46:46 +00:00
sspitzer%netscape.com
87f2ce5396
disabling history on the browser element like we do in the 3 pane. r/sr=bienvenu
2002-10-02 07:44:19 +00:00
sspitzer%netscape.com
16eaf0e5c7
code cleanup, move from static cid to contract id. no bug.
2002-10-02 07:43:18 +00:00
sspitzer%netscape.com
3064d6c4cd
ignore generated makefile.
2002-10-02 07:21:41 +00:00
sspitzer%netscape.com
42880687c7
fix for #172084 . remove "copy to folder on read" UI as it cramps the
...
copies and folder panel. it will be moving. r=cavin, sr=bienvenu.
2002-10-02 07:11:00 +00:00
beard%netscape.com
eaefeda218
Bayesian Spam Filter C++ implementation. [not part of build yet].
2002-10-02 01:58:35 +00:00
bienvenu%netscape.com
2e0a5576a3
fix OnMsgLoaded notification for 3-pane ui r=cavin, sr=sspitzer 19952
2002-10-01 22:58:28 +00:00
jgmyers%netscape.com
30b847cc04
use default charset for UNKNOWN-8BIT: bug 71541 r=nhotta sr=blizzard
2002-10-01 22:19:17 +00:00