mscott%netscape.com
385e572c5c
Bug #168367 --> quick search API tweaks to make them more generic and compatible with mail views.
...
r=naving
sr=sspitzer
2002-10-01 01:07:29 +00:00
naving%netscape.com
1a7ca450fd
171711 r=cavin sr=bienvenu fixing regression delete in standalone mode works only once.
2002-10-01 00:25:49 +00:00
bienvenu%netscape.com
5e9a664981
fix bug 20071, add ability to pass results of custom commands back to front end code so the fe can handle errors, r=cavin, sr=sspitzer
2002-09-30 23:23:16 +00:00
mscott%netscape.com
88221379d2
Bug #171236--> Add boolean text before each search term
...
r=ssu
sr=sspitzer
2002-09-30 23:00:04 +00:00
sspitzer%netscape.com
ba8fda66cc
adding some commented out menuitems for beard.
2002-09-30 22:56:37 +00:00
sspitzer%netscape.com
18691a00b2
moving code around from the bayesian extension to core.
...
not accessible yet, and mostly temporary.
r/sr=bienvenu
2002-09-30 22:42:56 +00:00
varada%netscape.com
bca83497e6
fix for #42955;should explain why accountwizard is being opened;r=jglick;sr=bienvenu
2002-09-30 22:28:58 +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
sspitzer%netscape.com
4d63fab5ca
define some default prefs for some of the imap extensions. r/sr=bienvenu
2002-09-30 22:10:01 +00:00
varada%netscape.com
67abe9f7aa
fix for 154481;Account Settings panel should have account name in title;r=srilatha;sr=mscott
2002-09-30 22:01:23 +00:00
sspitzer%netscape.com
916d54aaf9
fix blocker bug #171714 . varada forgot the jar.mn change for his landing.
2002-09-30 16:11:43 +00:00
varada%netscape.com
eb5e68f11e
fix for 164678;169366;-should be able to set outgoing smtp server in smtp panel;not add empty smtp servers in advanced panels;r/sr=sspitzer
2002-09-30 01:50:39 +00:00
varada%netscape.com
57b7ad0ec2
fix for 169255;Menu Change to PlainText format hides toolbar in subsequent windows;r=srilatha;sr=bienvenu
2002-09-30 01:26:25 +00:00
varada%netscape.com
6e1b29d05b
fix for 117924 - strip dupes in mail.smtpservers;r=srilatha;sr=sspitzer
2002-09-30 01:20:45 +00:00
timeless%mac.com
2c264d54d8
Bug 170430 trunk topcrash [@ nsMsgIdentity::ClearAllValues]
...
r=blizzard, sr=bzbarsky
2002-09-29 04:21:28 +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
3a4b565155
First cut at bayesian spam-filtering glue; part of ongoing work (bug 163188); r=peterv, sr=sspitzer
2002-09-28 02:47:36 +00:00
sspitzer%netscape.com
6b5baec04f
bullet proof for bug #171313 . I think this is caused by a wonky .directory pref
...
so we fail to get the hostinfo.dat file, but until I find out, I can at least
bulletproof. r/sr=bienvenu
2002-09-28 02:14:37 +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
sspitzer%netscape.com
b4409afb0e
fix my comment about normalization
2002-09-27 09:28:30 +00:00
dmose%netscape.com
1b40afbeba
Part of ongoing spam work: first cut at a message filtering plugin API (bug 169557); r=bienvenu, sr=sspitzer
2002-09-27 08:49:36 +00:00
mscott%netscape.com
cbc1458e4c
Bug #116514 --> add ability to search by label in the UI
...
sr=sspitzer
r=navin
2002-09-27 00:27:17 +00:00
mscott%netscape.com
26c9768a00
Bug #115614 --> Add ability to search by label in the UI.
...
r=navin
sr=sspitzer
2002-09-27 00:26:53 +00:00
sspitzer%netscape.com
1c067f5deb
fix for bug #103012 . Servers can send us data like: "211 0 41 40 nz.netstatus"
...
we should graciously handle this, and not stop updating the unread counts in the folder pane.
r/sr=bienvenu.
2002-09-26 23:55:33 +00:00
sspitzer%netscape.com
7689570968
curse these fat fingers. &&, not &.
2002-09-26 23:07:49 +00:00
sspitzer%netscape.com
d1d6c0ffbf
more work for #169638 . junk settings UI. we are going to all for junk mail controls
...
when reading news. instead of using canGetMessages (poorly named, really means, "do I have an inbox on this account type?") I've added canGetIncomingMessages, which means ("do messages come in for this account type?") true for all but none type (think local folders).
r/sr=bienvenu
2002-09-26 23:03:22 +00:00
sspitzer%netscape.com
0c4bb3bda8
for #169638 . whoops, this is a long, not a bool. thanks to navin for catching my mistake. r=naving.
2002-09-26 22:58:01 +00:00
sspitzer%netscape.com
0cef078337
work for #169638 . make it so when you mark a message as spam from the stand alone msg
...
window, the other views (like the thread pane) get notified. also, some code cleanup
to use nsCOMPtr. r/sr=bienvenu
2002-09-26 22:56:00 +00:00
cavin%netscape.com
8f45431159
Fix for 155491. Don't write out the delimiter if the field is to be ignored (for export). Also, cellular number type should not be exported. R=ducarroz, sr=sspitzer.
2002-09-26 22:53:30 +00:00
dmose%netscape.com
d1acb02c94
Tweaks to match interface; not part of build
2002-09-26 22:34:18 +00:00
sspitzer%netscape.com
5713d4df02
fix js warning.
2002-09-26 07:42:17 +00:00
sspitzer%netscape.com
3f4582a9c1
hide the spam settings until the feature is turned on.
2002-09-26 07:40:34 +00:00
sspitzer%netscape.com
eee8449c1d
add account central UI for spam settings. part of #169638 . r/sr=bienvenu
2002-09-26 07:39:46 +00:00
sspitzer%netscape.com
e47ae45dd6
close the spam log stream and release the ref to the spam settings instance
...
one shutdown, like we do for mFilterList. part of #169638 . r/sr=bienvenu
2002-09-26 07:22:49 +00:00
sspitzer%netscape.com
92491d466e
conditionally enable the UI elements. part of #169638 . r/sr=bienvenu
2002-09-26 07:12:48 +00:00
sspitzer%netscape.com
007f259c0d
fix score sorting so that unscored messages are before scored messages.
...
part of #169638 . r/sr=bienvenu
2002-09-26 07:11:59 +00:00
sspitzer%netscape.com
064edaef53
fix for #129011 . movemail can support filters. r/sr=sspitzer. thanks to pretzalz@techhouse.org for the fix.
2002-09-26 05:47:28 +00:00
sspitzer%netscape.com
5e6e412f50
junk mail work. store the current changes on accept, as they might not have been stored yet.
2002-09-26 02:06:44 +00:00
sspitzer%netscape.com
fc57cf735b
remove dump statements.
2002-09-26 01:58:44 +00:00
sspitzer%netscape.com
3d94096754
more work for #169638 . implementing spam UI. get the "enable logging" checkbox to work and persisting in prefs. r/sr=bienvenu.
2002-09-26 01:58:11 +00:00
dmose%netscape.com
0f3d3c0654
Fix syntax error (not yet part of build).
2002-09-26 01:12:42 +00:00
mscott%netscape.com
3b96dd6b59
Allow the component manager to create instances of a nsMsgSearchTerm.
...
rs=sspitzer
2002-09-26 01:06:25 +00:00
dmose%netscape.com
dd6491d35b
Fix syntax error (not part of build).
2002-09-26 01:03:06 +00:00
sspitzer%netscape.com
421c0d835e
working on spam UI, making it match the spec. see bug #169638 .
...
not visible to the user yet. r/sr=bienvenu
2002-09-26 00:33:15 +00:00
dmose%netscape.com
0503099ac2
Add bayesian spam filter Makefile generation; not yet part of the build
2002-09-26 00:31:17 +00:00
sspitzer%netscape.com
25c8310fb2
rename a global var to gFoo, to match our conventions.
2002-09-26 00:31:09 +00:00
dmose%netscape.com
399c89c164
Make it possible to get an nsMsgKeyArray from an nsMsgKeySet, and to get the list of NEW messages from nsIMsgDatabase (bug 170841). r=naving@netscape.com, sr=bienvenu@netscape.com
2002-09-26 00:22:53 +00:00
naving%netscape.com
f5f1e3b8e6
r/sr=sspitzer adding msg_folder_flag_junk needed for junk folder
2002-09-26 00:05:09 +00:00