Commit Graph

2085 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
ea0646f211 Bug #230093, Bug #181534, Bug #237095 --> Port thunderbird junk mail improvements to the trunk.
Replace the core bayesian junk mail algorithm with a chi-squared probability distribution
modeled after spam bayes and Gary Robinson's work.

Change the model for how we count tokens across messages.

Token counts get out of alignment when re-training against already classified messages.

Revamp the junk mail tokenizer. Make it a hdr sink listener and add custom tokens for attachment
information. Ignore tokens larger than 13 characters. Tokenize purely off of white space.
Ignore tokens less than 3 bytes in length. There is still a lot more work to be done to the tokenizer.


Many thanks to Miguel Varga for working out the initial core algorithm improvement and to all
of the folks at spam bayes and of course Gary Robinson for helping to make this happen.
2004-05-12 18:16:32 +00:00
bienvenu%nventure.com
078d02fe5f more work on pop3 global inbox, 30057, hide deferred accounts from folderpane sr=mscott 2004-05-11 16:37:15 +00:00
scott%scott-macgregor.org
cc2998d145 fix for bug #44494
remember the decision the user makes in the askSendFormat dialog so that we don't ask again.

fix for bug #242991
export addressbook is broken (fall out from bug #240723)

r/sr=bienvenu
2004-05-09 23:23:43 +00:00
Stefan.Borggraefe%gmx.de
53c00f0b91 Fix for Bug 63654: Folder pane shouldn't be resized when mail window is resized
r=ben.bucksch, sr=mscott
2004-05-07 17:20:44 +00:00
bienvenu%nventure.com
e214125e31 fix 186894 folders other than imap inbox aren't checked for new mail at startup, r/sr=mscott 2004-05-04 18:32:25 +00:00
neil%parkwaycc.co.uk
efbcf0bf61 Bug 226270 Rationalization of folder listeners, part 3: search listener can cut out the middle man r=bienvenu sr=mscott 2004-04-28 12:48:58 +00:00
Stefan.Borggraefe%gmx.de
3b99c7876d Fix for Bug 241854: "JavaScript-Error when Subscribing to Newsgroups"
r=bienvenu, sr=mscott
2004-04-27 21:13:32 +00:00
neil%parkwaycc.co.uk
b76499f933 Bug 226270 Rationalization of folder listeners, part 2 r=bienvenu sr=mscott 2004-04-26 22:51:27 +00:00
Stefan.Borggraefe%gmx.de
14f86d9fcd Minor menu cleanup (remaining issues of bug 75622).
r=timeless, sr=mscott
2004-04-20 18:45:03 +00:00
scott%scott-macgregor.org
6d124dd2c2 fix for bug #218774
clear filter (and spam) log doesn't appear to work, you have to close and re open the dialog

r/sr=bienvenu
2004-04-18 17:25:25 +00:00
gerv%gerv.net
f534a92d25 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 13:54:27 +00:00
gerv%gerv.net
dfb29e9236 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
varga%nixcorp.com
45f225aa80 Forgot to update some files. Bug 221619. 2004-04-17 07:33:42 +00:00
varga%nixcorp.com
2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
neil%parkwaycc.co.uk
e98ce22790 Bug 193625 Option to mark incoming junk mail as read p=eyalroz@technion.ac.il r=me sr=bienvenu 2004-04-16 10:24:19 +00:00
neil%parkwaycc.co.uk
d27a07dcd7 Bug 132450 Remove unused viewString parameter from the OnItemAdded method r=bienvenu sr=mscott 2004-04-16 08:38:53 +00:00
bienvenu%nventure.com
312552003d add ability to open .eml and .msg files into standalone msg window, patch by DIGITALGimpus, r=bienvenu, sr=mscott, 239555, plus some whitespace cleanup, dump statement removal 2004-04-15 03:16:58 +00:00
bzbarsky%mit.edu
7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
Stefan.Borggraefe%gmx.de
fb221e5950 Fix for bug 123910: "Get Next 500 news messages shouldn't be displayed when server selected"
r=bienvenu, sr=mscott
2004-04-12 22:00:28 +00:00
scott%scott-macgregor.org
57c35a2f34 Bug #238846 --> Dragging an item from a multi-item attachment list to the the desktop always copies
the last attachment instead of the selected attachment.

sr=bienvenu
a=chofmann
2004-04-06 23:43:30 +00:00
scott%scott-macgregor.org
354bf26b0d Bug #238913 --> Wrong name for attachment dragged from one message to compose attachment panel. We are showing
"Attached Message Part" instead of the actual attachment name.

sr=bienvenu
a=chofmann
2004-04-03 07:04:05 +00:00
scott%scott-macgregor.org
49e59292f9 Bug #217149 --> Add a menu item under file for opening a .eml file from the desktop. Move the Open Message menu item under File over to the Messages menu where it really belongs.
This allows thunderbird to open .eml files.

patch by Robert Accettura and David Bienvenu

sr=mscott
a=asa for the one line property string addition in messenger.properties
2004-04-02 07:44:25 +00:00
neil%parkwaycc.co.uk
0a3405c813 Bug 237857 Put the Block/Unblock images menu item back in its rightful place in the standalone message context menu r/sr=mscott a=chofmann 2004-03-25 16:38:04 +00:00
neil%parkwaycc.co.uk
e4f1c3709b Bug 207861 Rename Folder option erroneously displays in newsgroup context menu p=biesi r=me sr=mscott a=chofmann 2004-03-17 11:22:31 +00:00
neil%parkwaycc.co.uk
1496020612 Bug 235879 JS strict warning: redeclaration of var loadedFolder p=gautheri@noos.fr r=me sr=mscott a=chofmann 2004-03-15 16:58:17 +00:00
neil%parkwaycc.co.uk
a47edd0398 Bug 185136 Give the edit menupopup an id p=mcow@well.com r=me sr=mscott a=chofmann 2004-03-13 23:33:02 +00:00
neil%parkwaycc.co.uk
7ee040982a Bug 145798 Create Filter from Message should be available when the message pane is closed p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:30:48 +00:00
neil%parkwaycc.co.uk
288854a167 Bug 142748 File/Compact Folders should almost always be enabled p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:27:43 +00:00
scott%scott-macgregor.org
89564fdd30 Bug #237151 --> Make the junk mail filter support the ability to reset the training data. This code is not called by anyone yet but is part of the build.
sr=bienvenu
a=asa
2004-03-12 19:14:50 +00:00
bienvenu%nventure.com
f74b8b5ec6 add keys for toggling message and thread pane, patch by vdvo@vdvo.net, r=neil.parkwaycc.co.uk, sr=me, a=chofmann 2004-03-12 14:54:30 +00:00
Stefan.Borggraefe%gmx.de
2a90cb5f99 Fix for bug 219620: "Rationalize Thread Messages menu items"
r=neil, sr=mscott, a=chofmann
2004-03-12 08:09:42 +00:00
neil%parkwaycc.co.uk
a85c6f4ab0 Bug 234867 Change extractHeaderAddressMailboxes out param to a return value to make it easier to use from js r/sr=bienvenu 2004-03-08 00:29:30 +00:00
neil%parkwaycc.co.uk
8cf69f8955 Supplementary patch to bug 232452 to move the unsent message check to a function called after the window has fully opened r/sr=bienvenu 2004-03-05 16:15:37 +00:00
scott%scott-macgregor.org
8fb34392c3 Bug #233740 --> Drag from Attachment Panel is broken
Port a minor mozilla\toolkit change back to xpfe to make this work again.

sr=bienvenu
2004-03-04 19:10:03 +00:00
neil%parkwaycc.co.uk
c93f8bd7ee Bug 61870 Mail window should not display Edit/Delete Message when cursor is in a textbox (quicksearch) r=timeless sr=bienvenu 2004-03-04 09:22:06 +00:00
scott%scott-macgregor.org
207db2e1db Bug #223295 --> <dialog>s don't need trailing <separator>s
r=neil
sr=mscott
2004-03-02 02:41:10 +00:00
scott%scott-macgregor.org
6bb6926a09 no bug.
Fix an incorrect localization comment
2004-03-02 00:01:06 +00:00
kairo%kairo.at
5f250d223d bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv 2004-02-27 11:54:28 +00:00
kyle.yuan%sun.com
0c05f0e98f Second patch for Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
make the new keybindings only available on X11 platform
r=bsmedberg, sr=mscott
2004-02-27 06:22:29 +00:00
jshin%mailaps.org
41c532dc70 bug 232722 : replace character coding with character encoding (r=neil, sr=mscott, moa=daniel@glazeman) 2004-02-21 04:52:39 +00:00
neil%parkwaycc.co.uk
ea8f6a9160 Bug 195315 Run Junk Mail Controls on selected messages r=mscott sr=bienvenu 2004-02-20 21:13:24 +00:00
bienvenu%nventure.com
aa0ed8a94f prompt to send unsent messages when going online via pressing get new mail while offline, sr=mscott 232452 2004-02-20 18:09:13 +00:00
kyle.yuan%sun.com
4021f06547 Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
r=timeless, sr=henry.jia
patch by Simford.Dong@sun.com
2004-02-20 01:59:34 +00:00
jshin%mailaps.org
e36a7933da bug 224595 : use de/encodeURI(Component) instead of escape/unescape (extra patch) : r=neil, sr=bryner 2004-02-19 11:13:29 +00:00
cbiesinger%web.de
b2cc894226 Bug 201879 Warn the user that many message windows are going opened due to a double-click when many messages are selected
patch by Chris Thomas <cst@andrew.cmu.edu> r=neil sr=bienvenu
2004-02-09 00:38:51 +00:00
neil%parkwaycc.co.uk
098fafeb6c Bug 189430 JS strict warning reference to undefined property window.arguments[2] p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:30:42 +00:00
neil%parkwaycc.co.uk
1692abfa7e Bug 231595 Remove obsolete showSidebarMenu entity p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:27:18 +00:00
cbiesinger%web.de
5e5d33d0e8 bug 230347, Javascript warnings in msgHdrViewOverlay.js
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=neil sr=mscott
2004-02-04 23:34:34 +00:00
kairo%kairo.at
3d12a17e05 bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00
neil%parkwaycc.co.uk
21fd53ca06 Spurious semicolon in patch to bug 78360 found by mnyromyr@tprac.de r/sr=bienvenu 2004-02-02 19:35:13 +00:00