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

1698 Коммитов

Автор SHA1 Сообщение Дата
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 57ca9ca2fb remove unneeded call to CreateUtf7ConvertedString when refreshing folder acl r=nhotta, sr=sspitzer 180158 2002-11-14 22:01:58 +00:00
bienvenu%netscape.com 0f49f4a5ec fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer 2002-11-12 01:00:17 +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
bzbarsky%mit.edu e5fafcae33 Use the right contractid for the pref service. Bug 178062, r=brendan,
sr=alecf
2002-11-06 03:14:47 +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 06116cb469 176380 r=cavin sr=bienvenu set the sent and trash folder flags on aol folders if redirector="aol" 2002-11-06 00:47:46 +00:00
bienvenu%netscape.com 7d1a44fbfb add folder size to folder pane, r=cavin, sr=sspitzer, 173825 fix imap use of mem cache not to mark entries valid until finished loading, r=cavin, sr=sspitzer 114965 2002-11-06 00:18:25 +00:00
bienvenu%netscape.com b685adfd58 fix handling of spam plugin imap msg fetch requests so they'll go into memory cache correctly, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:03:07 +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
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
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
sspitzer%netscape.com 24d3bea489 fix more build bustage. 2002-10-08 05:26:03 +00:00
bienvenu%netscape.com 001c8496e0 work for imap spam filters, ifdeffed off for now r/sr=sspitzer 169557 2002-10-08 04:19:11 +00:00
bienvenu%netscape.com 9481fa3284 add imap msg fetch peek url, part of spam filter work r/sr=sspitzer 169557 2002-10-08 03:52:41 +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
bienvenu%netscape.com 0fd4bbe14f add ability to pass results of commands back to front end code so the fe can handle errors, bug 20071 r=cavin, sr=sspitzer 2002-10-01 18:45:08 +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
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
rpotts%netscape.com dc675a9675 bug #169583 (r=jst, sr=darin) URILoader should allow nsIContentHandler::DoContent() to fail... 2002-09-24 19:53:43 +00:00
henry.jia%sun.com eac9409ebf Patch for bug 133717: Possibly missing a break before falling through into the default case
Patch by leon.zhang@sun.com
r=henry, sr=bienvenu
2002-09-20 02:40:42 +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
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
ere%atp.fi 42bccbaa31 Bug 168697, Need to request In-Reply-To header from imap server
r/sr=bienvenu
2002-09-14 18:41:15 +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
bienvenu%netscape.com b52d22612b work for filter after the fact, r=naving, sr=sspitzer 11033 2002-09-13 00:58:06 +00:00
naving%netscape.com 31c2746d11 166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
72322 r=cavin sr=bienvenu Make imap deletes (move to trash) not fail if user hits delete, delete... quickly.
2002-09-12 06:22:55 +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 e4a0d79697 167560 r=cavin sr=bienvenu make remaining cases of copyMessages go through copy service 2002-09-11 01:54:13 +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
naving%netscape.com b8ed276cdc 167560 r=cavin sr=bienvenu a=asa fixing a regression in imap offline copy filing code. 2002-09-10 18:19:07 +00:00
bienvenu%netscape.com 48262b8fc9 fix offline recording and playback of imap offline operations, r=naving (and part of fix by navin), r=sspitzer, a=asa 167382 2002-09-09 19:20:29 +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
sspitzer%netscape.com 70f20ae10a fix for bug #166899. auto detect and set redirector type to based on hostname
r=cavin, sr=bienvenu, a=asa
2002-09-06 03:45:00 +00:00
bienvenu%netscape.com 1c61d571cb fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342 2002-09-05 22:08:50 +00:00
bienvenu%netscape.com 97ac4945f7 fix crash getting new mail when rules.dat has incorrect host name, r=naving, sr=sspitzer 149059 2002-09-03 23:27:56 +00:00
bienvenu%netscape.com deb3facfeb potential fix for crash in nsImapProtocol::HandleMessageDownloadline r/sr=sspitzer 166196 2002-09-03 21:50:36 +00:00
bienvenu%netscape.com 0a30b8b2a5 fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer 2002-08-31 16:01:33 +00:00
bienvenu%netscape.com 2034afd0ef fix build warning, r/sr=sspitzer, no bug 2002-08-30 16:11:45 +00:00
bienvenu%netscape.com 1a9c161c73 fix problems parsing certain imap headers with new hdr downloading code, r/sr=sspitzer, 19552 2002-08-29 23:51:43 +00:00
henry.jia%sun.com e66273228b fix bug 147995: Difficulty finding trash folder when using an IMAP server directory
Patch By Henry.Jia@sun.com
r=naving, sr=bienvenu
2002-08-28 06:29:15 +00:00
bienvenu%netscape.com 43c56c09a8 fix 164404, 100% cpu use when waiting for imap server response r=mscott, sr=sspitzer 2002-08-26 22:57:11 +00:00
naving%netscape.com 99efaa5cdd no bug r/sr=bienvenu removing some lines not needed 2002-08-23 21:02:36 +00:00
bienvenu%netscape.com 545df5bede fix msg size for newly downloaded imap headers r/sr=sspitzer, 164281 2002-08-23 18:30:08 +00:00
bienvenu%netscape.com f6584ea326 fix regression in imap undo so that it downloads undeleted header immediately r/sr =sspitzer 164144 2002-08-23 14:07:04 +00:00
bienvenu%netscape.com a2e24f9cee fix mem leak introduced by blocker fix, a=loan 2002-08-22 17:02:21 +00:00
bienvenu%netscape.com 623f33a451 attempted fix for smoketest blocker in imap header downloading 164047 - backout part of change for imap hdr downloading, so that we go through the line termination adjustment code we used to 2002-08-22 16:45:17 +00:00