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

1613 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org bcfe601745 add assertion like the one in nsImapMailFolder.cpp for when configuring temporary filters fails.
rs=bienvenu
2004-04-18 19:21:22 +00:00
scott%scott-macgregor.org 8eaaff6894 minor code clean up. no bug #.
rs=bienvenu
2004-04-18 19:19:57 +00:00
neil%parkwaycc.co.uk 3a754bb5f0 Die viewString die! (previous checkin for bug 132450 missed some sites) r/sr=bienvenu 2004-04-17 20:50:30 +00:00
gerv%gerv.net 482dc5fcad Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
bienvenu%nventure.com 7d0c9c15ce fix 226669 and 238087 patches by ch.ey@gmx.net, r=bienvenu,sr=mscott fix handling of (illegal) gaps in pop3 message nums, handle parsing of multi-line message ids 2004-04-16 14:25:18 +00:00
neil%parkwaycc.co.uk ffbd23982c 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 46c38c5ed8 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 d626970465 224318 backend support for automatic server spam filter filters sr=mscott 2004-04-13 18:16:35 +00:00
bienvenu%nventure.com 6fd0bba771 make nsISeekableStream interface support 64 bit streams, part of 180154 also fix 207400 allow mail folders > 2GB r=darin, sr=mscott 2004-04-13 14:37:53 +00:00
jshin%mailaps.org fdf2ad9bff bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
neil%parkwaycc.co.uk 0516ef587a Bug 226270 Rationalization of folder listeners, part 1 r=bienvenu sr=mscott 2004-04-12 22:35:01 +00:00
pkw%us.ibm.com 6207840361 Bug 239583 - mail lost when getting fetchmailed messages.
r=bienvenu@nventure.com, sr=mscott@mozilla.org, a=chofmann@mozilla.org
2004-04-09 13:32:35 +00:00
darin%meer.net a3645b33e5 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
bienvenu%nventure.com 61ed2a19ae back out part of previous patch to fix build bustage -didn't mean to include that 2004-03-25 20:21:27 +00:00
bienvenu%nventure.com bf4c4d50ca allow filters to set junk status, r/sr=mscott, a=asa 224318 2004-03-25 20:08:26 +00:00
cls%seawood.org d12bd0dac7 Fix mingw 3.3.1/3.3.3 bustage.
Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Remove dllimport/dllexport declarations from all nsXPTCStubBase functions and just export the class itself.
Bug #226609 r=shaver/swalker sr=dbaron a=chofmann
2004-03-16 08:07:25 +00:00
cls%seawood.org b3977b384a Backing out changes from bug 226609. MSVC is being uncharacteristically picky. 2004-03-16 00:59:29 +00:00
cls%seawood.org 19e016c009 Fix mingw 3.3.1/3.3.3 bustage. Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Bug #226609 r=shaver sr=dbaron a=chofmann
2004-03-15 23:47:04 +00:00
bienvenu%nventure.com f6b5e8b530 Fix 223318 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott MSN authentication not supported if using SMTP or POP3 2004-03-08 19:50:30 +00:00
bienvenu%nventure.com 80238f10a5 fix 166111 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott better handling of bad pop3 messages, e.g., with naked line terminators 2004-03-08 17:40:20 +00:00
darin%meer.net 1d2d419885 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
bienvenu%nventure.com e6bb132d80 fix memory leak saving local messages as file, 235316 sr=mscott 2004-02-24 01:03:19 +00:00
neil%parkwaycc.co.uk eeae78f3e5 Bug 97532 Make some POP3 error messages less meaningless p=stolenclover@yahoo.com.tw r/sr=mscott 2004-02-22 17:50:10 +00:00
pkw%us.ibm.com 2e07f0ded6 Bug 57958 - use PR_LOG instead of fprintf(stderr, "")
r/sr=mscott@mozilla.org
2004-02-10 21:58:17 +00:00
bienvenu%nventure.com 60d8d021b8 delete .sbd when local folder has its last sub-folder deleted, 73404 patch by kazhik@mozilla.gr.jp, r/sr=me 2004-02-09 16:23:25 +00:00
bienvenu%nventure.com 7dd44d74d3 fix 206050 don't fire new mail notification for pop3 messages that are deleted or marked read by mail filters, sr=mscott 2004-02-09 15:59:20 +00:00
dbaron%dbaron.org 71a7773d75 Fix some incorrect string usage and improve performance in a few places that show up in an LXR search for the previous pattern. b=232339 r=jshin sr=darin 2004-02-03 18:23:41 +00:00
bienvenu%nventure.com 13aa47eebe fix duplication of messages in inbox if new mail arrives while the user has the inbox open, and the inbox.msf file is out of date for some reason (usually file systems with latency issues) sr=mscott 90422 2004-01-23 19:52:06 +00:00
bienvenu%nventure.com b914985b03 fix slowdown in pop3 mail downloading on nfs servers, 231814 sr=mscott by checking if we're at eof before seeking to eof 2004-01-22 17:46:02 +00:00
bienvenu%nventure.com edb0792789 fix imap compact all to compact all imap folders, and imap compact to compact offline stores, 222938, sr=mscott 2004-01-10 23:48:10 +00:00
neil%parkwaycc.co.uk a55870f348 Bug 90906 Remove unused variables p=gautheri@noos.fr r=me sr=sspitzer 2004-01-10 00:32:45 +00:00
scott%scott-macgregor.org dbfa473488 Bug #75866 --> Mark a message as read in JS instead of once for each mail protocol to simplify code.
Hookup the JS function to a timer to allow users to only mark messages as read after they have
been viewed in the preview pane for a configurable number of seconds.

sr=bienvenu
2004-01-09 07:27:21 +00:00
bienvenu%nventure.com fbb37fff5d fix 227657 mark msg read filter still leaves msg as new, r/sr=mscott 2004-01-07 21:35:22 +00:00
bsmedberg%covad.net 1f4ab81acd Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net f0bfff2628 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
bienvenu%nventure.com 5f6add1f2a fix pop capablity enum flags from last checkin for 200436, suggested by ch.ey, r/sr=me 2004-01-06 20:37:31 +00:00
bienvenu%nventure.com fe27639c62 add Secure Password Authentication using SSPI NTLM auth support for SMTP and POP3, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott 200436 2004-01-06 20:28:26 +00:00
bienvenu%nventure.com e0f7af13dd fix pop3 messages filtered into open folder to have new status, r/sr=mscott 192039 2004-01-06 17:30:21 +00:00
bienvenu%nventure.com a30424a63e fix 67963, don't ask for x-sender unless pop3 server returns it as a CAPA, r=me, sr=mscott, patch by ch.ey@gmx.net 2004-01-06 16:18:42 +00:00
bienvenu%nventure.com 693f9301e7 replace nsIPref with nsIPrefBranch in mailnews, patch by arne.anka@stupido.com, r=me, sr=mscott 2004-01-04 21:47:17 +00:00
bienvenu%nventure.com 3fec9a8908 Use nsILocalFile relative descs for mail prefs r=sspitzer, sr=mscott 137006, initial patch by ccarlen 2003-12-19 20:57:59 +00:00
bienvenu%nventure.com e6d0a544d6 fix linux build bustage 2003-12-19 20:38:54 +00:00
bienvenu%nventure.com 88c8e6f47e Use nsILocalFile relative descs for mail prefs r=sspitzer, sr=mscott 137006, initial patch by ccarlen 2003-12-19 19:47:27 +00:00
bienvenu%nventure.com 7cbd629030 fix memory bloat when compacting all folders by closing db after folder is compacted, r/a=sspitzer, sr=mscott 228383 2003-12-15 23:31:25 +00:00
bienvenu%nventure.com d4f8e0c837 fix regression connecting to pop3 server where we don't send the password because of an uninitialized var, r/s=sspitzer, sr=mscott 227378 2003-12-04 16:51:44 +00:00
bienvenu%nventure.com 041ada4990 fix hourglass when selecting inbox while new mail arriving r/a=sspitzer, sr=mscott 203340 2003-12-01 20:40:36 +00:00
bienvenu%nventure.com 4f58ac90ab fix crash copying local folder hiearchies across accounts when a folder is empty, r/a=sspitzer, sr=mscott 226516 2003-11-24 15:24:28 +00:00
bienvenu%nventure.com 3b0f89016b fix 225332, patch by ch.ey@gmx.net r=me, sr=mscott, a=asa problem with pop3 leave on server when user name has a space in it 2003-11-22 16:13:02 +00:00
bienvenu%nventure.com e51e568aa8 fix forgetting pop3 password when pop3 account is busy, r/sr=mscott 219162 2003-11-15 00:57:41 +00:00
neil%parkwaycc.co.uk 1bbf0f0121 Supplementary patch to bug 218825, part 2: convert users of nsMsgFolder to nsMsgDBFolder r/sr=bienvenu 2003-11-14 22:03:52 +00:00