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

731 Коммитов

Автор SHA1 Сообщение Дата
ere%atp.fi 2445711213 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 c5e8f896cd 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 76763bdabb fix build warnings, no bug, r/sr=sspitzer 2002-08-26 22:58:50 +00:00
naving%netscape.com 6e30c94791 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 273e053b88 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 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
bienvenu%netscape.com 524bb9ba50 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 122b978d08 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 02b8944783 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 2b1c22388a 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 7a70d3095d fix threading by subject r=cavin, sr=sspitzer 140613 2002-05-29 21:02:58 +00:00
bienvenu%netscape.com 38ca7a2d7c fix another compiler warning, rs=sspitzer 126460 2002-05-20 21:33:47 +00:00
naving%netscape.com e0f46691a3 fixing a warning from last checkin 2002-05-17 22:29:51 +00:00
naving%netscape.com 7b7ad53efd 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 8f3365c442 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 969fe196ca fix warning about possible use of unitialized var, r=naving, sr=sspitzer 127289 2002-05-16 14:24:36 +00:00
bienvenu%netscape.com 65301bc0cc 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 17e34b46c4 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 4dd5f199be 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 1c59a850e8 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 2c6aa0110b 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 e2d6c3d8cb 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 d231ea3623 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 d857658388 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 f8bb0ee659 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 2902b8c66e 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 d43a74e82f fix crash in nsMsgDatabase::Uint32ToRowCellColumn 124283 rs=sspitzer (and whitespace fixes) 2002-02-17 19:23:48 +00:00
sspitzer%netscape.com 2afd472bc6 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 7084eedef2 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 5900b882b6 fix crash in morkRow::closerow object r=naving, sr=mscott 104659 2002-02-02 16:57:25 +00:00
alecf%netscape.com 634e2f6f0c 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 d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
bienvenu%netscape.com 8e01946a82 white space fixes 2002-01-27 02:13:52 +00:00
cathleen%netscape.com c2d19ad82a converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
sspitzer%netscape.com 404e12e054 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 2212861db9 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 874c54280c 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 0f5e9f9b93 #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 3738d752bc 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 43c32c2824 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 31d6aca7e7 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 eec09f1b7d 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 5e935b3354 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 0afef5afb5 fix persistence of folder charset when set from properties dialog r/sr=sspitzer 113910 2001-12-08 00:41:02 +00:00
bienvenu%netscape.com 1243ad75ec clear cached thread object when folder tries to clear db (fix for bloat when switching folders) r=naving, sr=sspitzer 95685 2001-12-01 17:25:33 +00:00
bienvenu%netscape.com 30a01891f1 cache most recent thread object asked for, should speed up painting of thread pane when in threaded mode, r=naving, sr=sspitzer 111976 2001-11-27 03:53:31 +00:00
bienvenu%netscape.com f91dac0dd2 fix crash when mail message has no to, cc, or bcc header r=naving, sr=sspitzer 111932 2001-11-26 21:35:50 +00:00
bienvenu%netscape.com 169503e78c fix umr in nsDBFolderInfo.cpp, rs=sspitzer 111382 2001-11-24 16:41:38 +00:00
bienvenu%netscape.com 6b235196a5 use xpcom add/release ref calls now that mork supports them 110850 reduce memory allocations when painting 110820 cache folder charset 102806 r=naving, sr=sspitzer 2001-11-21 21:51:34 +00:00
bienvenu%netscape.com 3bb33888cb remove unused code, r=naving, sr=sspitzer part of general footprint bug 110820 2001-11-21 15:51:39 +00:00