Commit Graph

2112 Commits

Author SHA1 Message Date
bienvenu%nventure.com
88fe14fd3a fix comma handling when breaking up long imap fetch statements, initial patch by lee.essen@db.com, r/sr=bienvenu 2004-03-04 19:39:36 +00:00
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
bienvenu%nventure.com
4a0a6e3ea0 fix handling of online sub directories with imap namespaces, r/sr=mscott 219645 2003-11-10 23:13:54 +00:00
bienvenu%nventure.com
7c100dee55 fix problem creating local folder .msf file if missing, 224849 r/sr=mscott 2003-11-06 16:28:44 +00:00
ere%atp.fi
7269444eb2 Fix for bug 200152: Clean up usage of nsImapProtocol::m_imapThreadIsRunning
r=bienvenu
sr=mscott
2003-11-06 08:57:53 +00:00
neil%parkwaycc.co.uk
264ac07f24 Bug 216154 Anchors in e-mails are broken p=andreas.otte@debitel.net r=bienvenu sr=bz 2003-11-04 11:23:34 +00:00
bienvenu%nventure.com
57d8a01c3b force creation of imap server directory when it has been deleted to avoid imap server directory.sbd creation, patch by gemal.dk, r/sr=me 210683 2003-10-30 15:29:17 +00:00
bienvenu%nventure.com
dcd99760e2 make IMAP ACL user name comparison case-insensitive, patch by dteuscher@myrealbox.com, r=bienvenu, sr=mscott 223404 2003-10-30 04:05:06 +00:00
bienvenu%nventure.com
d6629585fb potential fix for imap urls spinning, r/sr=mscott 221023, and add more logging, whitespace cleanup 2003-10-20 15:06:43 +00:00
bienvenu%nventure.com
b5c133b7a8 unescape urls inimap protocol logging to diagnose spinning problems 221023 r/sr=mscott 2003-10-18 00:19:59 +00:00
bienvenu%nventure.com
5aa315030f fix 206746 store labels on imap server if server lists label keywords, patch by gary.maths.tcd.ie, r/sr=me, and add more imap protocol logging to diagnose spinning problems 221023 and potential fix for crash destroying monitor in nsImapProtocol destructor 183497 r/sr=mscott 2003-10-18 00:13:15 +00:00
bienvenu%nventure.com
4e3547108e log when imap urls are doomed, to help track down 221023 r/sr=mscott 2003-10-12 18:41:13 +00:00
bienvenu%nventure.com
0448145fba add more imap protocol logging in attempt to discover why imap connections are getting stuck (221023), r/sr=mscott 2003-10-07 14:56:36 +00:00
bienvenu%nventure.com
2b18847667 make biff not fire when junk mail arrives, r/sr=mscott 189289 part of patch from emmet@cogs.sussex.ac.uk 2003-09-29 01:16:31 +00:00
bienvenu%nventure.com
90adf2eb37 occasionally expunge folders when user is using delete immediately delete model, r/sr=mscott 156168 2003-09-23 18:53:12 +00:00
bienvenu%nventure.com
6ed28eaf50 handle propagating user defined keywords to .msf file when imap server doesn't support user defined keywords, esp useful for junk mail status r/sr=mscott 216612 2003-09-16 21:55:48 +00:00
bienvenu%nventure.com
3694ebb66d fix failure to connect to imap server, 219185, r/sr=sspitzer 2003-09-14 22:56:51 +00:00
bienvenu%nventure.com
c11076be90 make imap use blocking reads, big performance win on high speed networks, r=darin, sr=mscott 218874 2003-09-13 14:59:47 +00:00
bienvenu%nventure.com
7d55aba05a whitespace code cleanup no bug, r/sr=me 2003-09-11 14:44:01 +00:00
bienvenu%nventure.com
9ebce65f80 potential fix for problem with the imap subscribe ui when the server returns a folder with a trailing hierarchy delimiter, 217532, r/sr=mscott 2003-09-11 14:36:00 +00:00
bienvenu%nventure.com
9b06265469 cleanup unused mailnews methods r/sr=mscott 218888 also attempt to fix incorrect msg counts in imap folder by checking if we've already downloaded a particular hdr, r=sspitzer, sr=mscott 2003-09-11 13:48:37 +00:00
bienvenu%nventure.com
bc46e70141 whitespace code cleanup, no bug, r/sr=me 2003-09-11 02:57:27 +00:00
bienvenu%nventure.com
b1547431e9 fix crash going back offline with folders with offline events r/a=sspitzer, sr=mscott, 218725 2003-09-10 18:10:58 +00:00
bryner%brianryner.com
5cd0bcdb7a Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:56:05 +00:00
bryner%brianryner.com
57cad2e840 Change static_cast of nsFileSpec -> nsFilePath to explicit construction of nsFilePath, to avoid problems with gcc 3.4. Bug 218551, r/sr=dbaron, a=brendan 2003-09-07 22:53:49 +00:00
bienvenu%nventure.com
b99fd170c5 fix handling of special folder uri's in case the online server directory is the same as the imap namespace modulo a trailing delimiter, r=ssptizer, sr=mscott, a=sspitzer 214962 2003-09-03 16:28:16 +00:00
bienvenu%nventure.com
0a18cc58de fix handling of online sub-directory specified w/o a trailing delimiter, r=sspitzer, sr=scott, a=sspitzer, 214962 2003-09-03 16:08:23 +00:00
bienvenu%nventure.com
3fdadcff7b use myrights for personal folders to fix interoperability problem with fastmail.fm, r=sspitzer, sr=scott, a=sspitzer 217431 2003-08-28 23:16:52 +00:00
caillon%returnzero.com
883462a198 Bug 216940 - mailnews channels violate nsIChannel api (contentType)
Also fixes 216939
Patch by Christian Biesinger <cbiesinger@web.de>
r=bienvenu@nventure.com
sr=darin@meer.net
a=mkaply@us.ibm.com
2003-08-22 19:14:22 +00:00
bienvenu%nventure.com
8d4da721bc fix 214402 keep thread pane blank until password entered for imap and local folders, controlled by a hidden pref r=mscott, sr/a=sspitzer 2003-08-20 22:37:01 +00:00
bienvenu%nventure.com
18a04d8ef6 fix 216467 getting append failed when copying from offline sent folder to imap folder on server that doesn't support user-defined keywords, r=sspitzer, sr=mscott, a=sspitzer 2003-08-19 19:27:26 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
bienvenu%nventure.com
d414717b44 handle reading messages when the server does not return the /SEEN flag as it SHOULD, r/sr/a=sspitzer, 215620 2003-08-12 23:12:21 +00:00
bienvenu%nventure.com
eea0a73e80 fix multiple connection protection code by making sure host name is set correctly when processing selected state url, fixes a regression by backing out one line of change r/sr/a=sspizer 215776 2003-08-11 16:36:20 +00:00
bienvenu%nventure.com
5336ebac88 fix offline sync not to leave db's open, and not to open db's without offline events, r=sspitzer, sr=mscott, a=sspitzer 215371 2003-08-11 15:54:25 +00:00
bienvenu%nventure.com
751fd1efe1 fix problem re-applying junk/non-junk status to new messages after first update of folder r/sr/a=sspitzer 2003-08-09 02:03:09 +00:00
bienvenu%nventure.com
04ab082141 fix 214245 speedup downloading of large messages, and messages for offline use, r/sr/a=sspitzer 2003-08-08 14:14:08 +00:00
bienvenu%nventure.com
06af5aba93 try to speed up downloading for offline imap, get rid of obsolete method, notifystoreclosedallheaders, r/sr=mscott 214245 2003-08-05 19:35:38 +00:00
neil%parkwaycc.co.uk
1db54cf6bc Bug 16967 implement Mark by Date p=frank.schoenheit@gmx.de r=me sr=bienvenu 2003-07-31 21:20:23 +00:00
bienvenu%nventure.com
83a77b7505 make it so pressing stop doesn't make us forget imap password part of work on 214217, r/sr=scott, and ramifications of backing out fix for 160425 2003-07-30 22:46:46 +00:00
bienvenu%nventure.com
e57a0375c0 fix build warnings and cleanup tabs/formatting, r/sr=mscott 210694 2003-07-29 22:22:18 +00:00
bienvenu%nventure.com
ca28fc8334 fix compiler warning in nsImapProtocol.cpp 182275 r/sr=mscott 2003-07-29 22:15:01 +00:00
bienvenu%nventure.com
135de94513 fix bloat bringing up copy menu item on imap folders by caching imap acl, remove unused methods, r/sr=mscott 213688 miscellaneous formatting cleanup 2003-07-29 03:42:23 +00:00
bienvenu%nventure.com
56700fe134 get rid of unused structs in nsImapCore, r/sr=mscott, part of cleanup work for 209545 2003-07-28 01:00:18 +00:00
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
jaggernaut%netscape.com
4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
bienvenu%nventure.com
edb48aaa33 fix handling of uid gaps when opening folders and requesting headers, r/sr=mscott 103401 2003-07-22 13:57:48 +00:00
jaggernaut%netscape.com
abc5fc3aff Forgot some stuff 2003-07-20 09:52:25 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
bienvenu%nventure.com
4fa5b868ae fix handling of selecting folders when online directory is set and personal namespace used, 211793, r/sr=mscott 2003-07-19 17:23:18 +00:00
bienvenu%netscape.com
52c4b062ab fix 185176, don't hold open .msf files for newly discovered imap folders, r/sr=mscott 2003-07-17 01:12:32 +00:00
jaggernaut%netscape.com
817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
bienvenu%netscape.com
26962d2124 more fixes for corruption of offline imap stores after compact, 166617, r/sr=sspitzer 2003-07-03 14:42:08 +00:00
bienvenu%netscape.com
6f90413097 fix 210800 problem parsing imap headers/messages with mal-formatted line terminators (CRCRLF) on windows r/sr=sspitzer 2003-07-02 21:03:30 +00:00
bienvenu%netscape.com
cb0214f949 part of work to prevent corruption of offline imap stores when compacting offline stores, and miscellaneous cleanup 166617 r/sr=sspitzer 2003-06-30 23:51:50 +00:00
bienvenu%netscape.com
1573b494ea fix problem selecting imap messages after imap uid validity rolls, r/sr=sspitzer 145638 2003-06-28 00:40:08 +00:00
bienvenu%netscape.com
a1b1e71fd8 remove debugging code accidentally checked in with last checkin 2003-06-25 14:49:28 +00:00
bienvenu%netscape.com
475384bd2d logout of connections that get a syntax error, because we don't re-use them correctly, r/sr=sspitzer, 205789 - the most common cause of this is spam messages with embedded nulls 2003-06-25 14:42:03 +00:00
jst%netscape.com
abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
caillon%returnzero.com
4cc64cee34 Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
bzbarsky%mit.edu
1192bcea2e Attempt to fix windows bustage. 2003-06-18 04:17:23 +00:00
bzbarsky%mit.edu
5c03b78c3e Constify some constants in mailnews/imap. Bug 200389, patch by ataylor@its.to
(Andrew Taylor), r=sspitzer, sr=alecf
2003-06-18 02:40:32 +00:00
bienvenu%netscape.com
d4c29471d3 first part of 209545, get rid of unused imap proxy event, r/sr=sspitzer 2003-06-16 14:37:43 +00:00
bienvenu%netscape.com
9cec2db205 part of work for 145638, use uid validity in mem cache key so if uid validity rolls, we won't use the old cache entry, this checkin makes it so we can get the uid validity, the remaining work is to use it in the cache key r/sr=sspitzer 2003-06-16 03:27:47 +00:00
bienvenu%netscape.com
040f0dd599 fix handling case where imap server drops the connection by using nsITransport::isAlive, r=ere@atp.fi, sr=sspitzer 200181, 195106 2003-06-15 19:42:51 +00:00
alecf%flett.org
13e8097b51 fix what is almost certainly a typo - ACstring->ACString (no harm done, just causing an xpidl warning at build time) 2003-06-11 18:28:23 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
bienvenu%netscape.com
15aa0cabb7 fix problem with imap mail dbs getting cleared when doing subscribe on cyrus servers, r/sr=sspitzer 208660 2003-06-11 14:47:44 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
bienvenu%netscape.com
88d247b651 fix for 208815 crash stopping downloading of imap message, r/sr=sspitzer 2003-06-10 18:51:12 +00:00
bienvenu%netscape.com
b6211f49cc fix handling of acl for setting seen flag in read-only folders, r/sr=sspitzer 206791 2003-06-06 23:39:20 +00:00
bienvenu%netscape.com
6ab4191aaf fix problems with imap subscribe ui and cyrus servers, r/sr=sspitzer, 202622 2003-06-05 03:36:27 +00:00
bienvenu%netscape.com
611a344c54 make imap pay attention to secure auth pref to fix problem logging onto misconfigured imap servers that claim to support auth-md5, but don't 2003-06-03 17:01:40 +00:00
bienvenu%netscape.com
d60ad56ec3 fix multiple connections to inbox when using account central to read new imap msgs, r/sr=sspitzer 207635 2003-06-01 22:04:30 +00:00
bienvenu%netscape.com
8f4bb24684 fix build error in #ifdef debug code 2003-05-28 14:32:00 +00:00
bienvenu%netscape.com
df3d5c81fc attempt to fix race condition in multiple connection protection code 146558 r/sr=sspitzer 2003-05-28 14:27:05 +00:00
bienvenu%netscape.com
d7eb3427b4 fix move/copying multiple messages into imap folder from another account to not update the dest folder for every message copied into it, if open in another window, 207292 r/sr=sspitzer 2003-05-27 23:52:18 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
bienvenu%netscape.com
1e64877b6c fix problem migrating/downloading mail that has been downloaded by Mail.app and marked as non junk, r=sfraser, sr/a=sspitzer 192596 2003-05-22 20:50:40 +00:00
cavin%netscape.com
72f75498c9 Fix for 205729. Added 'aMsgWindow' input parameter to PerformBiff() which is set to null for regular biff (ie, check mail for every xx minutes) and is set to a valid window for check mail at startup. r=sspitzer, sr=bienvenu, a=sspitzer. 2003-05-19 23:59:06 +00:00
scott%scott-macgregor.org
eb5faba111 Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
been moved to ..\src.
2003-05-18 19:25:59 +00:00
sspitzer%netscape.com
fdd4cc0957 fix for bug #194273
move to junk folder (or delete) when the user manually marks as junk.
this was one of the top usability items we found, during UE studies
r/sr=bienvenu, a=sspitzer
2003-05-14 20:38:40 +00:00
bienvenu%netscape.com
6acd0b59e3 fix for losing junk flags after selecting folder, r/sr/a=sspitzer 191042 2003-05-14 13:38:29 +00:00
sspitzer%netscape.com
62a758724a fix for bug #195234
mail status line reports: "Transferring data" with the wrong hostname.
affects pop, imap, and nntp.  (not smtp)
thanks to ch.ey@gmx.net for the initial patch.
r/sr=bienvenu, a=sspitzer
2003-05-14 05:28:25 +00:00
bienvenu%netscape.com
335c0ffd8d fix crash in imap code when socket transport is closed, r/sr/a=sspitzer 205420 2003-05-14 01:44:05 +00:00
bienvenu%netscape.com
73c50bbb76 fix for problem failing to delete imap messages when user has a server that supports acl and changes his username, r/sr/a=sspitzer 63550 2003-05-14 00:52:16 +00:00
bienvenu%netscape.com
2d4d28d52d better fix for 204874 problems with custom proprietary envelope command with imap sent folder, r/sr/a=sspitzer 2003-05-10 14:48:24 +00:00
cavin%netscape.com
c4ff4b91e8 Fix for 190354. Create CanRenameDeleteJunkMail() to determine if a given junk folder uri is being used or not. Reset OnlineFolder flag for a folder that has been renamed. sr=bienvenu, r/sr/a=sspitzer. 2003-05-08 22:50:48 +00:00
cavin%netscape.com
9a096f5390 Fix for 200199. Create HandleMDNResponse() to handle all return receipt (MDN) requests in mailWindowOverlay.js. Remove all MDN generation code in cpp files. r=bienvenu, sr/a=sspitzer. 2003-05-08 22:37:41 +00:00
bienvenu%netscape.com
14f1bc05e6 fix problem updating imap folder that has local messages appended to it, r/sr/a=sspitzer 195826 (and 204678 along the way) 2003-05-08 22:23:49 +00:00
bienvenu%netscape.com
c75a0173b6 fix problem with sent folder and custom envelope command, r/sr=sspitzer, a=sspitzer, 204874 2003-05-08 14:15:43 +00:00
sspitzer%netscape.com
0e038caab6 fix for bug #189490.
remember the current mail view, across sessions.
(we already remember it when switching folders).
r/sr=bienvenu a=sspitzer
2003-05-08 14:05:57 +00:00
darin%netscape.com
ddcc1e9593 fixes bug 204673 "throbber icon keeps spinning after viewing previously read mail" r=mscott sr=sspitzer a=sspitzer,asa 2003-05-07 21:22:24 +00:00
darin%netscape.com
3c6e0afaa8 fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa 2003-05-02 06:31:55 +00:00
sspitzer%netscape.com
20e3c000e1 fix for bug #161999
for local trash folder, empty trash doesn't always update unread / total msg counts.
r/sr=bienvenu, a=sspitzer
2003-05-02 02:30:09 +00:00
sspitzer%netscape.com
5b30518caa remove bogus comment. 2003-05-02 02:11:53 +00:00
bienvenu%netscape.com
d6fe2358de fix endless quota alerts, r/sr=sspitzer, a=sspitzer 204120 2003-05-01 22:35:51 +00:00
cavin%netscape.com
a58b5ef4fa Fix for 202355. Turn on apple single/double code for MacOSX. r=ccarlen, sr=sfraser. 2003-04-25 21:18:10 +00:00
sspitzer%netscape.com
5599c46767 fix for security bug #199088
r/sr=bienvenu
2003-04-23 05:21:18 +00:00
scott%scott-macgregor.org
8b5be13a9d Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
r/sr=sspiter
2003-04-20 20:56:21 +00:00
scott%scott-macgregor.org
7bf4126720 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
cavin%netscape.com
93ff5785bf Fix for 202356. Only issue getquotaroot cmd for aol inbox folder. r/sr=bienvenu. 2003-04-17 20:11:44 +00:00
bienvenu%netscape.com
dd3d986e3c one more fix for 41594, cram-md5 support, handle case where digest has embedded nulls, r/sr=sspitzer 2003-04-13 18:46:10 +00:00
bienvenu%netscape.com
79552ec278 little cleanup of cram-md5 code for imap, fix umr and replace PR_FREEIF with PR_Free r/sr=sspitzer 41594 2003-04-10 18:18:14 +00:00
bienvenu%netscape.com
103e4f3705 try to fix imap cram md5 r/sr=sspitzer, hardcode digestLength to 16 per cram md5 rfc bug 41594 2003-04-07 03:19:12 +00:00
bienvenu%netscape.com
d11405d58c extend cram md5 digest result len buffer to 17 bytes r/sr=sspitzer 41594 2003-04-06 21:31:23 +00:00
bienvenu%netscape.com
ffa1b3be72 fix for 41594 add cram md5 to imap r/sr=sspitzer 2003-04-05 21:40:14 +00:00
mscott%netscape.com
0e31f957a8 Porting a minotaur fix back into mozilla mail.
Bug #200696 --> Status text improvements. Load Document... is now "Load Message..."
Don't use "Done' as the default status text for mail. It doesn't make sense.

r/sr=sspitzer
2003-04-05 04:10:02 +00:00
dmose%mozilla.org
c35bd98cd5 Add basic UI for displaying IMAP quota information (bug 178758). Thanks to Lorenzo Colliti <lorenzo@collitti.com> for the patch. r=bienvenu@netscape.com, neil@parkwaycc.co.uk; sr=dmose@mozilla.org 2003-04-02 04:18:57 +00:00
cavin%netscape.com
d14560aa7f Fix for 168097. Need to fetch MIME headers for message/rfc822 body part if it is enclosed in the msg body (most likely as a body part of a multipart/mixed msg). r=ducarroz, sr=sspitzer. 2003-03-18 22:46:14 +00:00
sspitzer%netscape.com
a12aa97d06 code cleanup, no bug. 2003-03-16 00:31:15 +00:00
sspitzer%netscape.com
39faff3252 fix for bug #191042.
clear the custom flags for the message
otherwise the old custom flags will stay around
thanks to ere@atp.fi (Ere Maijala) for the fix.
r/sr=sspitzer
2003-03-15 22:15:55 +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
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
cavin%netscape.com
e406e0f4cf Fix for 138054. When appending msg to a folder set the msg with "MDNSent" flag if we support the flag. r/sr=sspitzer. 2003-02-27 23:43:01 +00:00
neil%parkwaycc.co.uk
303232c110 Bug 194764 "File Here" shows up for IMAP servers r/sr=sspitzer 2003-02-26 13:06:22 +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
b3cf92a384 fix for bug #160586.
IMAP folder moved to ~/<folder> instead of ~/mail/<folder> when moving from sub-folder
r/sr=henry.jia,sspitzer
thanks to philip.zhao@sun.com for the patch.
2003-02-23 15:58:35 +00:00
sspitzer%netscape.com
5ac91abaef bullet proofing for crasher bug #194335.
some additional code clean up (found while reviewing bug #190106.
r/sr=bienvenu
2003-02-23 01:51:37 +00:00
darin%netscape.com
01533c82cd fixes bug 190106 "IMAP connections hanging" r/sr=sspitzer,bienvenu a=asa 2003-02-21 09:48:41 +00:00
sspitzer%netscape.com
6351eb56de 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
sspitzer%netscape.com
1d1b1171be fix for bug #188051. IMAP mark as read sends DeleteOrMoveMsgCompleted event.
thanks to bienvenu for the fix.  r/sr=sspitzer, asa.
2003-02-11 07:49:39 +00:00
henry.jia%sun.com
2a809d07c1 Bug 148043: namespace prefs keep growing when checking for mail in multiple folders is on due to cached connections
r=bienvenu, sr=Henry, a=asa
2003-02-11 04:07:22 +00:00
darin%netscape.com
0017e6b9e3 fixes bug 192272 "Mozilla crashed on Quit after attempting access to SSL
IMAP account during DNS hang [@ nsInputStreamPump::EnsureWaiting]"
r=sspitzer sr=bienvenu a=asa
2003-02-08 00:52:54 +00:00
sspitzer%netscape.com
4726452fb9 supplimental fix for bug #180857
make spam-status more strongly bound to the message on IMAP.
we weren't subtracting the flags correctly.

thanks to bienvenu for the fix.  r/sr=sspitzer, a=asa
2003-01-28 05:17:28 +00:00
bienvenu%netscape.com
87aa6e6fe0 store junk mail classification on imap servers that support user keywords, r/sr=sspitzer 180857 2003-01-21 18:00:00 +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
6ed8423441 turn assertion into warning, so I don't go insane. 2003-01-17 23:40:37 +00:00
antonio.xu%sun.com
1ebf393d33 fix for bug #185959 Many function(For exam. Reply, Forward) works and leads to crash before user login r=Henry sr=binevenu 2003-01-12 08:47:34 +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
02d7bbb433 code cleanup. remove static cid. 2003-01-10 04:51:47 +00:00
sspitzer%netscape.com
db4255e05a code cleanup. 2003-01-10 04:51:00 +00:00
sspitzer%netscape.com
b81b299567 code cleanup. remove the static CID. 2003-01-10 04:50:17 +00:00
sspitzer%netscape.com
a006c74fa9 adding a contract id for the imap service, so I can clean up some code 2003-01-10 03:46:23 +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
dbb7679474 fix problem deleting multiple imap messages (and with check for new mail on multiple folders), cleanup unused methods r/sr=sspitzer 182808 2002-12-21 16:43:23 +00:00
bienvenu%netscape.com
ad78333a43 fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666 2002-12-17 15:52:01 +00:00
bienvenu%netscape.com
8b0c97fb35 make newly discovered imap folders be collapsed by default, fix 147528 r/sr=sspitzer 2002-12-16 02:08:53 +00:00
ere%atp.fi
43f494f1cb Bug 165090 - spurious "Server has disconnected" messages
r/sr=bienvenu
2002-12-15 19:36:19 +00:00
sspitzer%netscape.com
38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
bienvenu%netscape.com
2aa2f6fa6e fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372 2002-12-10 23:43:09 +00:00
bienvenu%netscape.com
596d8eaa46 attempt to fix stalling of imap urls due to race condition in url chaining, r=ducarroz, sr=sspitzer, a=asa 182808 2002-12-09 20:03:43 +00:00
ere%atp.fi
d79dcf466c Fix for bug 182678: IMAP flags are lost if Mozilla crashes or connection is lost.
r=bienvenu, sr=sspitzer, a=asa
2002-12-04 21:17:02 +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
caillon%returnzero.com
2b0254ddd4 Bug 182953: Clean up IMAP prefs usage to use nsIPrefBranch and friends
r=timeless sr=bienvenu
2002-12-04 02:09:11 +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
bzbarsky%mit.edu
6e7ea01e65 Fix Irix bustage. Stray CR chars are bad. 2002-12-03 06:13:38 +00:00
bienvenu%netscape.com
be196d26b8 make sure we have a db in SyncFlags, bullet proofing for crash going offline r/sr=sspitzer 181372 2002-12-03 03:42:36 +00:00
bienvenu%netscape.com
60a0aff107 fix losing delete changes on server that says there are no permanent flags, r/sr=sspitzer 182641 2002-12-03 03:38:10 +00:00
kaie%netscape.com
c6b0b2497e b=180806 IMAP backend should avoid unnecessary logout
r=bienvenu sr=sspitzer
2002-11-28 18:36:36 +00:00
bienvenu%netscape.com
42ca5f2672 fix problem with folder permissions and imap acl r/sr=sspitzer 170597 2002-11-28 03:32:17 +00:00
sspitzer%netscape.com
1d230ad935 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
ere%atp.fi
184532a39b Bug 24064: Need ability to specify Trash folder
r=Henry.Jia
sr=bienvenu
2002-11-27 12:20:37 +00:00
henry.jia%sun.com
729b7067ca Bug 161085: get rid of m_onlineBaseFolderExists, it's not used
r=antonio.xu@sun.com, sr=bienvenu@netscape.com
2002-11-27 04:02:00 +00:00
dmose%netscape.com
baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +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
bienvenu%netscape.com
3dc79dbde4 fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858 2002-11-26 00:45:07 +00:00
bienvenu%netscape.com
d64f033f85 fix problem with IMail imap server flag changes not persisting also fixed whitespace and replace PR_FREEIF with PR_Free r=cavin, sr=sspitzer 180001 2002-11-24 17:11:43 +00:00
leaf%mozilla.org
9cdf072c7d TRUE -> PR_TRUE, build bustage fix 2002-11-22 16:46:32 +00:00
ducarroz%netscape.com
47d6072128 Fix for bug 55657. Implement possibility to disable display attachment inline. R=cavin, SR=bienvenu 2002-11-22 15:47:04 +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
bienvenu%netscape.com
c0e378dcc6 stop playing back operations in a folder when playback fails (e.g., we're not connected to the server), r=cavin, sr=sspitzer 145048 2002-11-18 15:17:34 +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
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