mscott%netscape.com
1312fa4242
Bug #19955 --> QueryInterface was going to the RDFResource base class
...
if it couldn't handle it. It should go to nsMsgFolder which is the next class in the hierarchy.
r=alecf
1999-11-24 00:39:26 +00:00
mscott%netscape.com
e2edf33027
Bug #1966 --> be safe...when you get an OnStopRunningUrl,
...
remove yourself as a url listener because you don't care anymore.
r=rhp
1999-11-22 23:32:48 +00:00
putterman%netscape.com
a6b00e810f
Fixes various message count updating bugs. reviewed by bienvenu.
1999-11-18 04:31:01 +00:00
putterman%netscape.com
4206331eba
Fix for 17712. Reviewed by bienvenu and alecf. Mailnews shuts down accounts, biff,
...
and folders properly as an xpcom shutdown observer.
1999-11-14 20:36:22 +00:00
putterman%netscape.com
dbbbc837b6
Work on 12846 for making message threads work. Reviewed by bienvenu.
1999-11-11 00:23:29 +00:00
bienvenu%netscape.com
801c04575d
move folder cache to account mgr, per alecf, fix pending counts r=jefft
1999-11-10 00:41:52 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
bienvenu%netscape.com
c49a1301ce
add support for pending counts for imap folders r=mscott
1999-11-01 01:06:29 +00:00
sspitzer%netscape.com
c245a83fdb
check in work around for #10235
...
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
putterman%netscape.com
61f529773f
more performance work for loading folders without .msf files or that have to have
...
headers downloaded.
1999-09-17 23:12:44 +00:00
putterman%netscape.com
53297d3499
Add NotifyFolderLoaded.
1999-09-16 21:07:56 +00:00
bienvenu%netscape.com
c1e85db743
add folder loaded notifications
1999-09-15 00:59:03 +00:00
bienvenu%netscape.com
7992d6003f
add folder loaded notification and hack around dynamic folder loading slowness method
1999-09-13 21:36:02 +00:00
bienvenu%netscape.com
a0b23e79af
return error from writing out folder cache if any, add code to turn off rdf notifications
1999-09-12 21:36:51 +00:00
alecf%netscape.com
e0e35e016b
switch to nsCRT routines and PR_TRUE/PR_FALSE to reduce include dependancy
1999-09-08 03:08:27 +00:00
bienvenu%netscape.com
57247bc224
replace nsIEnumerator with nsISimpleEnumerator
1999-08-26 04:41:07 +00:00
putterman%netscape.com
c5bc4f5797
work on MarkFlagged.
1999-08-24 21:47:22 +00:00
sspitzer%netscape.com
99b131713b
change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579
1999-08-11 03:44:32 +00:00
bienvenu%netscape.com
f8adfcfc65
get rid of nsString2, more hooking up of status
1999-08-07 02:30:11 +00:00
putterman%netscape.com
9e1848eb5b
UpdateSummaryTotals when adding messages.
1999-08-07 00:24:25 +00:00
mscott%netscape.com
9d36bc350c
Cast nsCSTring as a const char * before passing as an argument.
1999-08-05 05:13:15 +00:00
mscott%netscape.com
b301f7cbaf
Changes for:
...
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
putterman%netscape.com
80e2621d11
Always return a value.
1999-07-25 23:07:18 +00:00
putterman%netscape.com
8594d09967
Added MarkAllMessagesRead
1999-07-24 21:10:53 +00:00
bienvenu%netscape.com
d3f9445e00
ad parent key to notifications
1999-07-21 03:00:49 +00:00
bienvenu%netscape.com
b8bbebefc6
more work on folder cache
1999-07-17 20:33:15 +00:00
bienvenu%netscape.com
77cc0a3b0d
more work on folder cache
1999-07-17 03:26:24 +00:00
bienvenu%netscape.com
c62cfad36e
changes for msgdb idl
1999-07-13 18:52:56 +00:00
putterman%netscape.com
dbc1fc4f7f
Protect again null ptrs.
1999-07-01 22:13:13 +00:00
jefft%netscape.com
d91b227280
back out checking for pMsgDBHdr
1999-07-01 18:27:10 +00:00
jefft%netscape.com
46579cf2e5
check pMsgDBHdr to prevent crash
1999-07-01 18:12:29 +00:00
putterman%netscape.com
aeea4449fa
Use nsCOMTypeInfo
1999-07-01 00:16:39 +00:00
jefft%netscape.com
20cf70454a
added readonly attribute nsIMsgDatabase msgDatabase for undo work
1999-06-21 22:56:18 +00:00
putterman%netscape.com
3c6bdb7048
Commit after setting charset.
1999-06-15 01:25:15 +00:00
bienvenu%netscape.com
53ebac20a8
prepare for msgdb idl
1999-06-14 02:20:41 +00:00
putterman%netscape.com
7c08697ccb
Added Charset functions.
1999-06-03 22:56:14 +00:00
putterman%netscape.com
8569762bac
Fix for 7002. Speed up mail by commenting out call to UpdateSummaryTotals. Reviewed by
...
mscott and approved by chofmann.
1999-05-24 22:03:47 +00:00
putterman%netscape.com
0f0798ca5b
Do status flag notifications based on flags changed.
1999-05-14 21:03:26 +00:00
putterman%netscape.com
ae5675076f
Handle flag changes.
1999-05-14 00:45:25 +00:00
bienvenu%netscape.com
5c9fb8669f
add old flags to key change notification
1999-05-13 23:19:14 +00:00
putterman%netscape.com
22d8c23575
Separate db related folder code into separate class.
1999-05-10 21:47:07 +00:00