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
sspitzer%netscape.com
1d230ad935
fix for bug #180477 . fix crasher and other problems with toggling junk
...
state from the advanced search dialog. and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +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
bienvenu%netscape.com
b364539585
cleanup dead/unused pop3/local code, r/sr=sspitzer 181805
2002-11-25 23:28:01 +00:00
bienvenu%netscape.com
d91618556e
fix 181639 strip out unused code, replace PR_FREEIF with PR_Free, r/sr=sspitzer
2002-11-24 17:14:25 +00:00
bzbarsky%mit.edu
840850565e
Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
...
sr=alecf
2002-11-21 03:49:11 +00:00
bienvenu%netscape.com
b570c14671
apply filter plugins to new messages in local mail folders, r=cavin, sr=sspitzer 180153
2002-11-20 15:21:01 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bienvenu%netscape.com
39cfc9c8ff
fix copying of messages to local folders leaving the db in an invalid state, r=naving, sr=sspitzer, 178641
2002-11-12 00:58:03 +00:00
sspitzer%netscape.com
2029990b82
fix for #178934 . junk classification of local mail (and incoming pop mail)
...
was getting marked as read. r=dmose, sr=bienvenu. thanks to granrose for finding the bug.
2002-11-07 21:26:38 +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
sspitzer%netscape.com
2c5a191033
implement news filters. bug #17483 .
...
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.
code cleanup.
r/sr=bienvenu
2002-11-06 05:59:19 +00:00
naving%netscape.com
c18fc62b1d
178580 r=bienvenu fixing regression - mail slow on startup. thanks to bienvenu for catching my mistake
2002-11-06 05:09:20 +00:00
naving%netscape.com
66fb9ebcb3
174441 r=cavin sr=bienvenu Implementing multiple filter actions, so you can do things like move the message
...
and label as "to-do" etc..
168553 r=cavin sr=bienvenu Forking rules.dat so that we can handle new filter types. msgFilterRules.dat is
where your filters are going to be persisted. Also added support to handle future filters by not parsing
them, will prevent us from forking in future.
2002-11-06 02:13:37 +00:00
naving%netscape.com
28cbedeb74
117835 r=cavin sr=bienvenu fixing invalid folder name containing japanese characters when you restart after creating new local folders. Also cleaning up local folders code that deals with checking for duplicate
...
folder names, renaming/deleting local folders
2002-11-06 01:30:31 +00:00
bienvenu%netscape.com
4c2dd45281
add folder size to folder pane, r=cavin, sr=sspitzer, 173825
2002-11-06 00:34:13 +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
naving%netscape.com
c1caff3309
157644 r=cavin sr=mscott a=roc+moz fixing pop3 security bug
2002-10-21 23:33:40 +00:00
naving%netscape.com
ed82b32c19
removing a line I didn't mean to checkin
2002-10-17 23:08:57 +00:00
naving%netscape.com
40ef91e220
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
sspitzer%netscape.com
8ef569b776
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
sspitzer%netscape.com
52b427ec48
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
a09d6f1361
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
926928070a
173137 fixing warning from last checkin
2002-10-09 05:12:42 +00:00
naving%netscape.com
fd72397d3a
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
bienvenu%netscape.com
9438cd084d
support for imap and pop3 spam filters, not turned on yet r/sr=sspitzer 169557
2002-10-09 01:21:27 +00:00
naving%netscape.com
e1bdbb16d7
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
timeless%mac.com
d045c33b6b
Bug 170443 Build warning in nsLocalMailFolder.cpp
...
walk84@yahoo.com r=naving sr=dveditz
2002-10-08 02:09:26 +00:00
sspitzer%netscape.com
995ff937e9
code cleanup. use contract id instead of cid. remove unused cid
2002-10-02 07:52:09 +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
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
naving%netscape.com
5ae87db0ad
168533 backing out this needs to go with other filter enhancements
2002-09-23 03:11:10 +00:00
naving%netscape.com
60a7ef7ed2
168553 r=cavin sr=bienvenu forked rules.dat to rules1.dat. All the filter rules will be stored in rules1.dat going forward.
2002-09-22 06:24:50 +00:00
sspitzer%netscape.com
3e564330d2
fix for #169227 . for certain redirector types, don't show hostname in the password prompt.
...
r/sr=bienvenu. UI changes approved by jglick.
2002-09-17 19:25:31 +00:00
nhotta%netscape.com
ba37d816b6
Added an error check for charset conversion result for mail folder creation,
...
patch by mkaply@us.ibm.com ,
bug 156336, r=naving, sr=bienvenu.
2002-09-16 17:23:59 +00:00
sspitzer%netscape.com
1b1eef476f
code cleanup. use contract ids instead of static cids. remove some usused static cids.
2002-09-16 00:46:09 +00:00
sspitzer%netscape.com
71a01c28f3
fix for bug #168521 . too much disk IO when logging filters.
...
fix for bug #168536 . assertions on shutting down due to filter changes.
r/sr=bienvenu
2002-09-13 21:58:45 +00:00
naving%netscape.com
c6af1fc938
166411 r=cavin sr=bienvenu made so that copying msgs to local folders w/ invalid db not kick off folder parsing, just append the msg
...
165151 r=cavin sr=bienvenu made so that parsing folder obtains folder lock, fixes some corruption issues
writing/reading from the folder at the same time.
166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
2002-09-12 06:01:59 +00:00
sspitzer%netscape.com
35dcce26de
fix for #161002 . implement filter logging. add some UI for applying
...
filters after the fact. code cleanup.
r=mscott, sr=bienvenu
2002-09-11 05:03:36 +00:00
naving%netscape.com
c3ecae8a0a
167579 r=cavin sr=bienvenu making copyservice handle requests better and deal with failure cases gracefully
2002-09-11 01:50:21 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
bienvenu%netscape.com
8505058394
fix build warnings, no bug, r/sr=sspitzer
2002-08-26 23:07:50 +00:00
naving%netscape.com
8b68cb407a
66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
...
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
bienvenu%netscape.com
e3b4b83716
add extensibility hooks for getting headers from msg parser, r=cavin, sr=sspitzer 161226
2002-08-13 01:44:26 +00:00
bienvenu%netscape.com
ba3502ac84
add folder attribute to mailnews urls, part of extensibility hooks, r=cavin, sr=sspitzer 161226
2002-08-13 01:29:49 +00:00
cbiesinger%web.de
5aa71c0a69
bug 48436 r=caillon sr=blake Change "Document: Done" to "Done"
2002-08-11 18:04:50 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
naving%netscape.com
4398da6e5e
74937 r=cavin sr=bienvenu fixing no alert when d&d local folders to trash
2002-08-08 20:03:23 +00:00
naving%netscape.com
e1b2eda331
159990 r=cavin sr=bienvenu make drag and drop of messages to newly created local folder work (when done twice
...
in a row)
2002-08-07 00:07:00 +00:00
mkaply%us.ibm.com
153729787b
#160004
...
r=cavin, sr=bienvenu, a=asa
Fix for regression I caused deleting local folders. Thanks navin!
2002-07-30 13:39:10 +00:00