naving%netscape.com
7b85e6c79f
fixing comment from last checkin
2002-10-09 02:54:23 +00:00
naving%netscape.com
fd72397d3a
173137 r=cavin sr=bienvenu Made it so that deleting/marking read/flagged etc fails and throw
...
alert (only for delete) if we are compacting that folder in the background.
2002-10-09 02:47:20 +00:00
sspitzer%netscape.com
f60bd335f1
cid to progid cleanup. no bug.
2002-09-27 09:32:06 +00:00
sspitzer%netscape.com
0cef078337
work for #169638 . make it so when you mark a message as spam from the stand alone msg
...
window, the other views (like the thread pane) get notified. also, some code cleanup
to use nsCOMPtr. r/sr=bienvenu
2002-09-26 22:56:00 +00:00
dmose%netscape.com
399c89c164
Make it possible to get an nsMsgKeyArray from an nsMsgKeySet, and to get the list of NEW messages from nsIMsgDatabase (bug 170841). r=naving@netscape.com, sr=bienvenu@netscape.com
2002-09-26 00:22:53 +00:00
sspitzer%netscape.com
91c00f9cca
land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
...
currently, hidden by default. more work to come. r/sr=bienvenu. bug #169638
2002-09-20 00:04:01 +00:00
ere%atp.fi
f742680f4b
Bug 167305, Folded references: headers are parsed incorrectly
...
r=scc, sr=bienvenu, a=asa
2002-09-09 19:26:11 +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
bienvenu%netscape.com
d357de89a2
fix build warnings, no bug, r/sr=sspitzer
2002-08-26 22:58:50 +00:00
naving%netscape.com
9848cf196f
156558 r=cavin sr=sspitzer bienvenu Adding changes on mozilla side so that aim can show new mail status from buddies etc..
2002-08-17 02:31:08 +00:00
bienvenu%netscape.com
2c8b715231
fix purging of news headers, based on initial patch by nandini.sakar@intel.com 145355, r=me, sr=sspitzer
2002-08-10 19:47:33 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
bienvenu%netscape.com
994a55ea7c
add methods to get and set string properties and other hooks part of 161226 mail extensibility hooks r=cavin, sr=sspitzer
2002-08-07 14:17:27 +00:00
bryner%netscape.com
90a2f7dfb7
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
bienvenu%netscape.com
fcca18379b
fix crash selecting folder after deleting messages in another folder 121240 r=naving, sr=sspitzer
2002-07-03 00:40:55 +00:00
bienvenu%netscape.com
8c4a187566
add code to sync msg hdr flags with newsrc flags, r=cavin, sr=sspitzer original patch by ayn2@cornell.edu 64476
2002-05-30 14:27:49 +00:00
bienvenu%netscape.com
e3c83f77fc
fix threading by subject r=cavin, sr=sspitzer 140613
2002-05-29 21:02:58 +00:00
bienvenu%netscape.com
ca74f8e54b
fix another compiler warning, rs=sspitzer 126460
2002-05-20 21:33:47 +00:00
naving%netscape.com
84b9e60aa8
fixing a warning from last checkin
2002-05-17 22:29:51 +00:00
naving%netscape.com
247ce996c4
139576 r=bienvenu sr=mscott Fixing a performance regression in downloading pop3 mail on MAC and other platforms (not win32 & linux). This was because seek is expensive, atleast on mac. Made it so that we
...
seek whenever absolutely necessary.
2002-05-17 18:41:38 +00:00
bienvenu%netscape.com
e570523373
fix mark all read when we do get previous neww messages r/sr =sspitzer 64480
2002-05-16 23:53:40 +00:00
bienvenu%netscape.com
5b0636cad4
fix warning about possible use of unitialized var, r=naving, sr=sspitzer 127289
2002-05-16 14:24:36 +00:00
bienvenu%netscape.com
27b381fcf4
fix crash on shutdown when duplicate mail db listeners have been registered r=naving, sr=sspitzer 141028
2002-05-01 20:48:03 +00:00
naving%netscape.com
9704a57636
139876 r=bienvenu sr=mscott Add two methods to nsIMsgFolder to transfer db init info when we are getting rid
...
of old db and creating a new db for the same folder
135275 r=bienvenu sr=mscott Added a boolean dbBatching param to EnableNotification that will tell us when
to do db batching. This param help us to not open unused stream to local dest folder in mailDatabase code, hence we can rid of #ifdef MAC.
2002-04-30 21:24:22 +00:00
bienvenu%netscape.com
589caa5e16
fix 123721 can't move/copy imap messages across imap servers r=naving, sr=sspitzer
2002-04-12 14:36:11 +00:00
naving%netscape.com
69fbf8cc53
136636 r=sspitzer sr=bienvenu a=rjesup. StartBatch is called twice in some cases, so don't set m_ownFolderStream to false. fixes regressions - moving msgs/ filter corrupting Inbox.
2002-04-10 21:12:29 +00:00
naving%netscape.com
8d7723d92d
122361 r=bienvenu sr=sspitzer a=asa. Share the output file stream created for downloading pop3 messages with
...
the db, so that we don't have two streams writing to Inbox - in case the user reads/deletes mail while downloading.
2002-04-05 23:52:28 +00:00
seawood%netscape.com
090c63d423
More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
...
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
bienvenu%netscape.com
ae459fcb64
potential fix for crash reading corrupted imap messages r=cavin, sr=sspitzer, a=asa 126987 make GetMsgHdrForKey return an error when it can't create a msg hdr
2002-03-14 21:02:08 +00:00
bienvenu%netscape.com
b51e3933b0
fix problem leaking msg dbs and db's not getting closed when not in use r=naving, sr=sspitzer a=asa 129312
2002-03-07 15:43:17 +00:00
bienvenu%netscape.com
b5f916d0df
fix ref count leak of msgdb when marking local msgs read r=naving, sr=sspitzer a=asa 128910
2002-03-06 01:24:13 +00:00
cathleen%netscape.com
3f9b432d36
eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan
2002-02-19 08:42:48 +00:00
bienvenu%netscape.com
ab8c7d0993
fix crash in nsMsgDatabase::Uint32ToRowCellColumn 124283 rs=sspitzer (and whitespace fixes)
2002-02-17 19:23:48 +00:00
sspitzer%netscape.com
13c2006fa5
fix for 97310. problems with offline sync and the imap delete model on solaris and mac.
...
fix by bienvenu, r/sr=sspitzer
2002-02-16 01:19:08 +00:00
bienvenu%netscape.com
e657765042
fix failure to play back offline imap deletes with the delete immediately delete model r=naving sr=sspitzer 93710
2002-02-06 03:54:56 +00:00
bienvenu%netscape.com
02e0c2e5cc
fix crash in morkRow::closerow object r=naving, sr=mscott 104659
2002-02-02 16:57:25 +00:00
alecf%netscape.com
5483b6f627
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
bienvenu%netscape.com
15b6ce8467
white space fixes
2002-01-27 02:13:52 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
sspitzer%netscape.com
d08d4d3f97
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
rjesup%wgate.com
2e680f1b17
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mkaply%us.ibm.com
84a94298c2
#114501
...
r=bienvenu, sr=sspitzer, a=brendan
Use PRUint32 instead of time_t for folderdate, since that's what the APIs expect
2001-12-15 23:43:41 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
naving%netscape.com
9428ca82b8
113397 r=bienvenu sr=mscott. reduce the cache size once the folder has been loaded.
2001-12-12 01:47:24 +00:00
ccarlen%netscape.com
f810f656cc
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
bienvenu%netscape.com
cfc7547669
make summaryValid an attribute on db's, r/sr=sspitzer part of work for 101315, speedup parsing of local folders
2001-12-08 01:02:33 +00:00
bienvenu%netscape.com
5fe7c5f44d
fix persistence of folder charset when set from properties dialog r/sr=sspitzer 113910
2001-12-08 00:41:02 +00:00