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

1029 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
sspitzer%netscape.com ffe6e8b577 fix for bug #185937
certain filter criteria (like "has attachment" and "is junk") don't work for pop mail, and should be hidden.
r/sr=bienvenu
2003-03-17 06:06:32 +00:00
sspitzer%netscape.com 5f9f295b63 fix for bug #96134
message Save As ignores selected file type, plus some code cleanup.
r/sr=bienvenu
2003-03-16 05:44:48 +00:00
dougt%netscape.com 0d2808c511 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
dougt%netscape.com b8e67dc165 prelanding of minimo. adding nsAdapterEnumerator to this directory. not part of build yet. r=doug/alec. 2003-03-12 22:32:01 +00:00
cls%seawood.org 2c9b0b22dc Fully qualify the call to PostMessage to avoid namespace conflict with win32 define.
Thanks to Dan Mosedale <dmose@mozilla.org> for the patch.
Bug #134113 r=cls sr=sspitzer
2003-03-06 03:14:31 +00:00
sspitzer%netscape.com f5bcc87c97 fix for bug #190349. fix some problems with choosing an existing folder
as the junk mail folder.  r/sr=bienvenu
2003-03-05 06:40:25 +00:00
sspitzer%netscape.com 7b22dc8cf3 fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
sspitzer%netscape.com 149b310ffd fix typo. amazing this never caused a bug. 2003-02-28 06:08:53 +00:00
sspitzer%netscape.com 04cb6b0779 fix for blocker bug #195364
can't open compose window.
r=shliang, sr=bienvenu
2003-02-28 04:58:46 +00:00
cavin%netscape.com df3d84e27a Fix for 135993. Clear temporary return receipt filter when sent folder is changed and recreate this temporary filter when updating folders. r/sr=sspiter. 2003-02-28 01:41:36 +00:00
sspitzer%netscape.com 0d10e3f17b 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
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
sspitzer%netscape.com a343d9575e fix for bug #190044. too many status messages for
pop3, nntp, and smtp.  just do what darin did for imap.
thanks to kazhik@mozilla.gr.jp for the initial patch.
r=cavin, sr=bienvenu
2003-02-23 04:12:21 +00:00
sspitzer%netscape.com 6bdc4c2e20 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
darin%netscape.com 685a7af468 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 c931288c45 turn assertion into warning, so I don't go insane. 2003-01-17 23:46:13 +00:00
sspitzer%netscape.com fd1a9d2975 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
sspitzer%netscape.com 65a5fcf61b 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 729a8dc68c code cleanup. remove comments that aren't needed. 2003-01-10 04:47:30 +00:00
sspitzer%netscape.com fc1697d0af fixing a comment, and some minor code cleanup. no reviewer. 2003-01-10 03:44:08 +00:00
dbaron%dbaron.org acdd4e46c0 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
bienvenu%netscape.com 8365483bb0 fix for crash in bug 186658, make GetServer return an error when it returns a null server, r/sr=sspitzer 2003-01-01 18:05:04 +00:00
sspitzer%netscape.com 8c5891eb62 fix for #10872. remember last selected message feature (4xp)
plus some code cleanup.  r/sr=bienvenu
2002-12-13 19:57:27 +00:00
bienvenu%netscape.com 7f02f7fc8e fix crash creating new account, r=caillon, sr=sspitzer 182982 2002-12-11 01:01:14 +00:00
bienvenu%netscape.com 823326b3fa fix crash on startup with missing default val for server pref, r=dmose, caillon, sr=sspitzer 182982 2002-12-11 00:30:18 +00:00
caillon%returnzero.com 1c580a85d9 182982 - Mailnews utility library needs to use nsIPrefBranch, nsIPrefService, et alia
r=timeless/nhotta sr=bienvenu
2002-12-10 23:52:28 +00:00
darin%netscape.com a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
bienvenu%netscape.com d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
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 acba021b70 fix for #42105.
when creating a news account, don't set the username to be the username
part of the email address (from the wizard).

this fixes bug #154213, a problem with the account picker in the subscribe dialog
cause by the bogus username

also, some code cleanup

r/sr=bienvenu
2002-11-28 06:51:10 +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
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
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 0dc5458b42 fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407 2002-11-16 18:21:36 +00:00
sspitzer%netscape.com b5dd4e4a94 code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com 2520f79e24 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com 384c97f5b7 fix mdn receipts getting filtered to imap sent folder r=cavin, sr=sspitzer 178347 2002-11-12 22:46:58 +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 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 91483ee997 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:13:19 +00:00
bienvenu%netscape.com 64422f8c05 fix whitelisting in junk mail plugin r=dmose, sr=sspitzer, a=asa, not seen by users 169557 2002-10-30 00:42:10 +00:00
bienvenu%netscape.com 8426b85afe fix off by one error when deciding which msgs to score for spam, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:00:14 +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 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 e667d645c7 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
bienvenu%netscape.com e03f9588ef 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