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

1911 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net c380c59f65 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 d3a6c5e333 fix regression emptying imap trash, sr=mscott 235481 2004-02-25 20:02:06 +00:00
bienvenu%nventure.com bbe45d054e fix for prompting about deleting folders when emtpying trash; previous fix didn't prevent folders from getting deleted on server sr=mscott 232557 2004-02-24 01:01:50 +00:00
bienvenu%nventure.com adaeba3d49 potential fix for partially downloaded imap messages ending up in offline store, 234553, sr=mscott 2004-02-20 00:52:19 +00:00
bienvenu%nventure.com 19bb57f083 fix saving as draft when imap drafts folder is empty and has just been compacted, sr=mscott, a=dveditz 98576 2004-02-16 01:43:47 +00:00
scott%scott-macgregor.org 11a6951114 Back out Bug #115349 --> This randomly causes deadlock on quit, prevent the process from terminating. It also causes long freezes in the UI when trying to reconnect to a disconnected folder.
sr=bienvenu
2004-02-13 03:43:10 +00:00
bienvenu%nventure.com bdfa31a32a fix 206050 don't fire new mail notification for imap messages that are deleted or marked read by mail filters, sr=mscott 2004-02-09 16:00:44 +00:00
bienvenu%nventure.com f6474f85a6 more work on 204441, pref to turn off imap use of literal+ when appending to folders, sr=mscott 2004-02-09 05:48:53 +00:00
bienvenu%nventure.com acede3324d add pref to turn off use of literal+ in case that's causing spins on append to imap folders on some servers, 20441, sr=mscott 2004-02-07 18:55:11 +00:00
bienvenu%nventure.com a71dfb2da5 fix 232892 imap unread counts not correctly updated when moving messages from imap to imap, sr=mscott 2004-02-04 21:47:19 +00:00
dbaron%dbaron.org 1e6ed08cc8 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
dbaron%dbaron.org 1cafe23dd0 Fix build bustage. Filenames are case sensitive. b=232557 2004-02-02 19:18:00 +00:00
bienvenu%nventure.com 73d537ba4a attempt to fix linux build bustage 2004-02-02 18:55:25 +00:00
bienvenu%nventure.com 9f5a425a25 add optional prompt for deleting imap sub-folders of trash when emptying trash sr=mscott 232557 2004-02-02 18:21:08 +00:00
bienvenu%nventure.com f62b6fc2e1 properly logout of imap connections when shutting down sr=mscott 115349 2004-01-27 00:17:49 +00:00
bienvenu%nventure.com 93c0ca4c45 make imap protocol logging handle large chunks of data sent to server, 232129 sr=mscott 2004-01-26 15:52:04 +00:00
bienvenu%nventure.com 7acc931f15 fix imap build bustage 2004-01-23 01:24:03 +00:00
bienvenu%nventure.com 6823409161 fix incorrect total and unread msg counts in msg db's, and try to remove bogus headers, sr=mscott 162342 and 227472 also clean up use of unread vs. new in nsIDBfolderInfo 2004-01-23 01:11:26 +00:00
bienvenu%nventure.com f7c155a952 fixes for 229003, imap status command returning unread counts when it shouldn't, sr=mscott, mark deleted messages as seen, don't check trash or junk folders for new messages, or no select folders 2004-01-20 00:39:04 +00:00
bienvenu%nventure.com 7a6a1c91f9 don't use cram-md5 for imap unless use secure auth is turned on, patch by ch.ey@gmx.net, sr=me 231303, and back out my previous fix for this bug in favour of ch.ey's fix 2004-01-19 04:09:19 +00:00
bienvenu%nventure.com 0a3109cb1b don't use cram-md5 for imap unless use secure auth is turned on, r=ch.ey@gmx.net, sr=sspitzer 231303 2004-01-18 17:58:46 +00:00
bienvenu%nventure.com 38da346c58 fix 46233 saving imap attachments causes message to get downloaded again, sr=sspitzer 2004-01-18 17:42:57 +00:00
bienvenu%nventure.com a63f45cb22 fix 230888, checking imap folders that don't exist for new messages sometimes gives green arrow on those non-existent folders, r/sr=mscott 2004-01-15 21:09:35 +00:00
bienvenu%nventure.com 3a518abcfd fix discovery of 3+ level deep folders when not using imap subscription, 165161, sr=mscott 2004-01-13 19:00:18 +00:00
bienvenu%nventure.com ed1f306349 fix progress on imap fcc 230278 sr=mscott mark imap msg read when moved, patch by holger@mauermann.org r/sr=me 225021 2004-01-12 01:35:48 +00:00
bienvenu%nventure.com 418cb1220e 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
scott%scott-macgregor.org 3262b2c194 Bug #230429 --> Progressmeter broken in progress dialog when saving / opening imap attachments.
sr=bienvenu
2004-01-09 17:43:10 +00:00
scott%scott-macgregor.org 1a466051dd 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:46:39 +00:00
scott%scott-macgregor.org cffea5e84c 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 a6eafdf3be fix move/copying local msgs with labels set to imap server, 127141, r/sr=mscott, and fix handling of very long lines from imap server by creating infinfite pipe, 229033 2004-01-09 00:36:00 +00:00
bsmedberg%covad.net d0f309943a 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 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
scott%scott-macgregor.org 2a5a30198d fix for bug #229214
non-subscribable folders in subscribe ui should be grayed out and have the subscribe checkbox hidden

r/sr=bienvenu
2003-12-24 20:44:58 +00:00
bienvenu%nventure.com 125e717224 fix imap folders not showing up in subscribe ui when there are two levels of no select folders, r/sr=sspitzer 219498 2003-12-22 23:48:30 +00:00
bienvenu%nventure.com ec56dfbd94 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 fba6dac84a fix 227178 checking folders other than inbox for new messages doesn't fire biff, and selecting the folders with new msgs does cause biff to fire, r/sr=mscott 2003-12-19 16:23:58 +00:00
bienvenu%nventure.com c8f5f078ed fix 190905 imap msg body shown as 'this part will be downloaded on demand' when msg > 30K and view attachments inline is off, r/sr=mscott 2003-12-19 16:08:08 +00:00
bienvenu%nventure.com e33658ee5f fix three backend mailnews memory leaks, r/a=sspitzer, sr=mscott 228561 2003-12-15 23:16:03 +00:00
bienvenu%nventure.com ffcc804c78 fix imap parser problem with quoted strings with escape characters, this caused some messages not to load r/a=sspitzer, sr=mscott 195645 2003-12-12 00:22:06 +00:00
bienvenu%nventure.com a7f0628e2e fix unread counts on non-inbox imap folders checked for new message, r/a=ssiptzer, sr=mscott 227579 2003-12-05 18:03:47 +00:00
bienvenu%nventure.com c1060de794 fix problems with checking folders other than inbox for new mail using STATUS command, r/a=sspitzer, sr=mscott 226989 2003-12-01 19:37:02 +00:00
scott%scott-macgregor.org 721de3f9b4 Bug #225809 --> Don't fall back to insecure authentication if "use secure authentication" is checked. Patch by Lorenzo Colitti.
r=mscott
sr=bienvenu
a=asa
2003-11-25 19:06:30 +00:00
bienvenu%nventure.com 6688554274 fix biff on non-inbox open folder to update, r/sr=mscott 226114 2003-11-18 20:32:57 +00:00
bienvenu%nventure.com 6bd5665598 add pref to use status for checking non-inbox imap folders for new mail, r/sr=mscott 224381 2003-11-18 03:35:28 +00:00
neil%parkwaycc.co.uk f60bbc90e7 Bug 218825, part 2: convert users of nsMsgFolder to nsMsgDBFolder r=bienvenu sr=Henry.Jia 2003-11-14 10:51:43 +00:00
scott%scott-macgregor.org 8a71fdb9c8 Bug #225651 --> fix regression in reporting progress in the progressmeter for loading of imap messages.
r/sr=bienvenu
2003-11-14 05:18:48 +00:00
bienvenu%nventure.com e172434e8f pave way for using STATUS command to update imap folder counts, not turned on yet, r/sr=mscott 224381 2003-11-14 03:19:58 +00:00
neil%parkwaycc.co.uk 56091f7f9d Bug 224587 Biff shouldn't alert for transient IMAP server errors r=bienvenu sr=Henry.Jia 2003-11-13 10:36:37 +00:00
neil%parkwaycc.co.uk 29db6bec29 Fix whitespace and line endings clobbered by previous checkin to bug 218825 2003-11-11 13:54:17 +00:00
neil%parkwaycc.co.uk f47625f30d Bug 218825, part 1: convert users of nsIFolder to nsIMsgFolder r=bienvenu sr=Henry.Jia 2003-11-11 10:19:05 +00:00