Граф коммитов

1482 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 965ba28bb1 Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
sspitzer%netscape.com 047274db44 fix for bug #192780
after deleting one mail from a POP3-based inbox,
no further moves/deletes are possible.
this happened to you if the file on disk was named INBOX,
or InBox (only Inbox was safe)

also made the fix for other special folder.

r/sr=bienvenu
2003-03-22 02:13:46 +00:00
dougt%netscape.com be629223b6 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sspitzer%netscape.com 79251dc089 fix for big #192043.
can't delete more than one message in the "Unsent Messages" folder.
argument to FindSubFolder() needs to be an escaped folder name.
r/sr=bienvenu
2003-02-26 05:49:10 +00:00
sspitzer%netscape.com 071071b342 fix for bug #189327.
if last pop mail received is not junk, we fail to move the junk
messages to the junk folder (assuming the user has it configured for that.)
r/sr=bienvenu
2003-02-26 01:41:24 +00:00
cbiesinger%web.de 26fd1afa1f 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
sspitzer%netscape.com 5df8ac3e9a fix for bug #190825. add junk mail icon to header pane for messages we think are junk.
also, fix for bug #185269 (fix classic skin icon in thread pane and thread pane column header)
r/sr=bienvenu
2003-02-23 04:05:57 +00:00
sspitzer%netscape.com a155a65a45 fix for 1.3 blocker bug #179856
crash when you undo a move (or copy).

this regression was caused by two checkins (#59694 and #166411)

the fix is to move the code that sets the src and dest keys on the
undo transaction back to where it was and to bullet proof
the undo transaction code so that if we don't have any src keys.

r=cavin, sr=bienvenu, a=asa
2003-02-21 01:20:44 +00:00
darin%netscape.com 8f284ed984 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
sspitzer%netscape.com 3cf65a599e fix for bug #189415.
treat the junk folder icon as special in the UI.
(can't rename, can't delete, special icon, special placement.
r/sr=bienvenu
2003-01-17 05:22:23 +00:00
pkw%us.ibm.com b68680c5f2 Bug 137863 - [movemail] Spurious newsgroup settings in preferences panels.
r/sr=sspitzer@netscape.com
2003-01-16 23:40:40 +00:00
sspitzer%netscape.com df75e4e018 fix for bug #181397 (automatically create the junk folder)
fix for bug #181394 (enable the "Move to Folder" UI in junk controls)
r/sr=bienvenu
2003-01-11 23:09:34 +00:00
sspitzer%netscape.com cbdbbbcabb remove static cid. 2003-01-10 04:45:48 +00:00
dbaron%dbaron.org 99f34f283f Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
sspitzer%netscape.com 19399bfe43 no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
bienvenu%netscape.com 728c933efc fix for failure deleting in/moving multiple message to local folders 182808 r=dmose, sr=bzbarsky a=asa 2002-12-09 17:41:50 +00:00
bienvenu%netscape.com 64d12d8ed7 fix problem displaying inline images in local mail messages, r=ducarroz, sr=sspitzer, a=brendan 183559 2002-12-05 19:13:24 +00:00
bienvenu%netscape.com eb21039375 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:31:47 +00:00
bienvenu%netscape.com 1e0776bf87 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 14bb49372a 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 5ddfa5fe9b 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 3c614ec98d cleanup dead/unused pop3/local code, r/sr=sspitzer 181805 2002-11-25 23:28:01 +00:00
bienvenu%netscape.com bb91ada11d 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 c0a8aaf4c5 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 3d6cdf53d0 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 7875f468ed 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 f479b047a0 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 55417555fa 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 8364187e66 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 febd3315db 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 765fcfe933 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 baa100da7c 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 db69c054eb 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 3fbb7c16f3 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:34:13 +00:00
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 be8a38f92f 157644 r=cavin sr=mscott a=roc+moz fixing pop3 security bug 2002-10-21 23:33:40 +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
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
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 22a5f8643c 173137 fixing warning from last checkin 2002-10-09 05:12:42 +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
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
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
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
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 2fb1248849 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 4dc0ae15ea 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 b846d70fad 168533 backing out this needs to go with other filter enhancements 2002-09-23 03:11:10 +00:00