Commit Graph

1528 Commits

Author SHA1 Message Date
cavin%netscape.com
a6e3c423ee Fix for bugscape #3867. Added code to use xaol-move cmd, instead of copy and store (flag) cmds, for "delete msg" operations on webmail servers. r=naving, sr=bienvenu. 2002-02-06 21:12:21 +00:00
bienvenu%netscape.com
037d0a9b40 fix delete of multiple imap messages while offline from copying whole offline store to offline trash store r=naving, sr=sspitzer 123427 and remove offline store when folder deleted/trash emptied 2002-02-06 03:57:36 +00:00
bienvenu%netscape.com
d1802bed3f add assertion to catch imap move/copy across imap servers r=naving, sr=sspitzer 123721 2002-02-06 03:56:22 +00:00
bienvenu%netscape.com
5379bb9e90 fix playback of imap move/copy across imap servers r=naving, sr=sspitzer 123721 2002-02-06 03:54:11 +00:00
bienvenu%netscape.com
b0abe70e9d fix imap subscribe ui not to allow subscription to no select/namespace folders r=sspitzer, sr=mscott 9572 2002-02-05 15:54:14 +00:00
mscott%netscape.com
9e7114b7a5 Bug #123457 --> fix some thread safety assertion warnings by making sure
the notifications callback for the socket gets released on the UI thread.
r/sr=bienvenu
2002-02-05 05:05:37 +00:00
bzbarsky%mit.edu
40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
mscott%netscape.com
66e5d0b2ca Bug #122236 --> set the performing biff flag when we are about to perform biff
and register the root folder as a listener on the url so it can clear the flag
r=naving
sr=bienvenu
2002-02-05 01:36:42 +00:00
bienvenu%netscape.com
7eee4af254 disallow drag drop into read-only imap folders r=naving, sr=mscott 112103 2002-02-02 17:30:03 +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
naving%netscape.com
ee39ebed49 112927 sr=bienvenu. fix whitespace, we do lot more than alerting, we backup old rules.dat as rulesbackup.dat
and create a new rules.dat and alert is thrown when receiving new mail/opening filters dialog.
2002-01-31 22:23:42 +00:00
naving%netscape.com
ba6500b0e5 112927 sr=bienvenu. Made it so that we alert the user in case we cannot
parse rules.dat, upon getting filterList
2002-01-31 22:08:48 +00:00
bienvenu%netscape.com
8114327709 fix crash playing back offline empty of imap trash when trash is selected, check for null dbfolderinfo rs=mscott 121799 2002-01-31 21:19:55 +00:00
bienvenu%netscape.com
85777aa8cd fix hourglass problem selecting a non-selectable imap folder r=naving, sr=mscott 120608 2002-01-31 20:10:06 +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
mscott%netscape.com
166128cd69 Bug #11926 --> add a pref for disabling the pseudo mailbox box view and force
the imap delete model if psuedo mailbox view is being suppressed
r=sspitzer
sr=bienvenu
2002-01-29 21:21:43 +00:00
mscott%netscape.com
8001987c7e Bug #11922 --> if the redirector already has a password for the account
then set the authenticated state to true. this should cause biff
to start working for accounts using the redirector.
r=bienvenu
sr=sspitzer
2002-01-29 01:13:55 +00:00
bienvenu%netscape.com
320952d8c3 fix crash playing back offline imap trash emptying r/sr=sspitzer 121799 2002-01-29 00:39:06 +00:00
mkaply%us.ibm.com
0a71775d7d More OS/2 bustage 2002-01-28 19:26:12 +00:00
bienvenu%netscape.com
4feb42d0de fix mac build bustage 2002-01-27 02:32:36 +00:00
bienvenu%netscape.com
4675bc64d0 more work on shared imap folders and acl, sharing tab of folder properties r=sspitzer, sr=mscott 112096 2002-01-27 02:06:46 +00:00
cathleen%netscape.com
486c0d47f9 remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
2002-01-26 00:04:45 +00:00
mscott%netscape.com
de1dccc11e Bug #119344 --> set the new message count based on the # of headers downloaded
r=racham
sr=sspitzer
2002-01-25 02:10:51 +00:00
naving%netscape.com
c2c2666551 120349 r=cavin sr=mscott Add a handy accessor for getting parentMsgFolder 2002-01-25 01:48:07 +00:00
naving%netscape.com
32410728ad 119515 r=bienvenu sr=mscott. fix local move/copy messages failures 2002-01-24 21:49:15 +00:00
naving%netscape.com
b42859515c 84988 r=cavin sr=mscott. fix imap copy folder to local folders
for folders(children) not selected.
2002-01-24 02:03:57 +00:00
naving%netscape.com
b54db20942 120203 r=bienvenu sr=sspitzer. fix notification to rdf/outliner so
that we notify move/rename/delete/copy folder for the parent folder
only (no need for children).
2002-01-23 01:40:26 +00:00
cavin%netscape.com
3689556b6c Bug #100167: Added IMAP_REDIRECT_LOGIN_FAILED for redirect login error. r=bienvenu, sr=sspitzer, a=blizzard. 2002-01-17 08:01:53 +00:00
bzbarsky%mit.edu
68c2123b34 Bug 104480. "EqualsIgnoreCase(nsAutoString(foo)) is bad and should
die." r=alecf, sr=jag
2002-01-16 03:31:25 +00:00
bienvenu%netscape.com
9a0275c86e whitespace cleanup (and remove null check before delete) r/sr=sspitzer, no bug 2002-01-15 00:43:07 +00:00
bienvenu%netscape.com
99acc68a83 use nsIMsgIncomingServer::GetRootMsgFolder method r/sr=sspitzer 119579 2002-01-15 00:40:35 +00:00
bienvenu%netscape.com
8a762c6e37 add strings for imap sharing privileges and acl r/sr=sspitzer 112096 2002-01-14 23:35:08 +00:00
cavin%netscape.com
ecdeca711f Bug #100167: Added server name to a few connection error msgs for imap, news and pop. Also fixed two obsolete imap error numbers (1 & 2). r=bienvenu, sr=sspitzer. 2002-01-13 19:26:28 +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
bienvenu%netscape.com
c8b2aa96b4 fix problem issuing search in non selected folder after copying to sent folder r/sr=sspitzer 119154 2002-01-10 21:23:02 +00:00
bienvenu%netscape.com
0c6619abe1 fix problem downloading message with inline images multiple times 93298 uploading messages to certain imap servers 72928 implement privileges command for imap folder sharing r=sspitzer, sr=mscott 2002-01-10 02:46:40 +00:00
bienvenu%netscape.com
be2717b24a whitespace cleanup 2002-01-10 02:19:56 +00:00
sspitzer%netscape.com
29c731c68e fix for performance bug #117864. implement SetQuery() on these derived classes and make it
so SetQuery() will reparse the url.  we need this because we call SetQuery()
after calling SetSpec() when quoting.  reparsing the url will set some internal state
that we use for the optimization of only quoting the body part of message,
instead of the whole message (attachments and all!)
r/sr=bienvenu
2002-01-08 01:40:01 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +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
dad6f73f5d Bug 96108: Bustage noticed by mscott in checkin (would crash). jst and
waterson say go for it.
2001-12-21 01:54:59 +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
ssu%netscape.com
b24da3b10a fixing bug 83196 - Netscape hardwired in imapMsgs.properties. r=mscott, sr=bienvenu 2001-12-20 21:09:45 +00:00
mscott%netscape.com
cf1f250fc9 Bug #116159 --> don't create the prefs service on the imap thread in order to read out the language accept
pref. Read it ahead of time while we are on the UI thread and remember it for later.
r=bienvenu
rs=sspitzer
2001-12-20 04:03:42 +00:00
mscott%netscape.com
7e4e7a0aa2 Bug #85613 --> add a null ptr check to avoid a top crash.
rs=sspitzer
2001-12-19 00:54:22 +00:00
mscott%netscape.com
775b16832c Bug #114571 --> if the mock channel gets canceled and we are writing into a
cache entry, doom the cache entry.
r=darin
sr=bienvenu
2001-12-19 00:53: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
jaggernaut%netscape.com
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00