jefft%netscape.com
dd2accbee8
fixed unnecessary database loading when building folder view; r=bienvenu
2000-03-15 06:26:31 +00:00
mscott%netscape.com
96fce242e1
Force all copy related objects to only get executed on the UI thread instead of the imap thread.
...
r=bienvenu
2000-03-15 02:00:27 +00:00
jefft%netscape.com
9cdfa6fef7
fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here
2000-03-14 13:54:42 +00:00
jefft%netscape.com
489aa96a47
fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu
2000-03-14 13:37:54 +00:00
gagan%netscape.com
583ed3e9c4
Fix for 30385. We were leaking channel due to the no longer needed "proxy channel" by the cache transport (mem cache)
2000-03-14 03:20:26 +00:00
rickg%netscape.com
7a722be971
replaced calls to deprecated string methods
2000-03-12 21:36:35 +00:00
bienvenu%netscape.com
e1eea71612
change default for fetching by chunks if pref is not specfiied 31191
2000-03-11 19:45:56 +00:00
putterman%netscape.com
36a0950773
a=phil. r=jefft and mscott. Fix for 30918. Can now move messages from imap to local
...
and local to imap.
2000-03-09 04:17:02 +00:00
sspitzer%netscape.com
ae9d88e477
bulletproofing fix for #30937 . r=mscott a=jar. don't crash if the imap server goes away.
2000-03-08 05:04:14 +00:00
sspitzer%netscape.com
daa66da4ed
bulletproofing fix for #30937 . r=mscott a=jar. don't crash
...
if the imap server goes away.
2000-03-08 04:17:05 +00:00
mscott%netscape.com
ee46900da4
fix assertion problems related to the thread macro by adding a routine to prxoy the imap url to the ui thread
...
for release. this ensures that the objects held onto by the imap url are released and destroyed on the ui thread.
r=bienvenu
a=jar
2000-03-07 06:40:41 +00:00
mscott%netscape.com
5444f29e24
fix assertion problems related to the thread macro by adding a routine to prxoy the imap url to the ui thread
...
for release. there is also a lot of white space changes to this file so don't be alarmed.
r=bienvenu
a=jar
2000-03-07 06:39:10 +00:00
mscott%netscape.com
9d0e84f49d
fix assertion problems related to the thread macro by adding a routine to prxoy the imap url to the ui thread
...
for release
r=bienvenu
a=jar
2000-03-07 06:38:30 +00:00
warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
bienvenu%netscape.com
07efd04099
fix 28203 handle bad password error from logon redirection a=chofmann, r=mscott
2000-03-05 03:04:23 +00:00
mscott%netscape.com
a6d6fc0f6a
Bug #30102 --> don't logoff the external login requestor
...
if we succeeded in the request...we want to cache the requestor
for the session.
r=amusil
a=daver
2000-03-03 06:29:58 +00:00
jefft%netscape.com
4cb964ecf5
fixed bug 29746 - startup imap folder cache bypassed; reset online folder name should only happen when rename; a=phil,r=bienvenu
2000-03-02 03:21:15 +00:00
jefft%netscape.com
8142d351ad
fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu
2000-03-01 05:17:53 +00:00
bienvenu%netscape.com
38aeed8620
fix utf7 encoding of folder names whose last char is non-ascii, r=jefft a=phil 26745
2000-03-01 03:58:53 +00:00
mscott%netscape.com
4bed2407e9
Bug #29650 --> add a cache stream listener which can mediate between the cache channel and the mock channel
...
when broadcasting onstart/on stop, etc. notifications to the end consumer
r=bienvenu
a=phil
2000-03-01 03:10:06 +00:00
jefft%netscape.com
2c5ea9d2a5
fixed bug 28445 - [PDT+] Error displayed after selecting the renamed subfolders; bug 20366 - Unsuccessful IMAP folder rename makes folder disappear; r=bienvenu,a=phil
2000-02-29 01:16:55 +00:00
mscott%netscape.com
2d70636dd5
Bug #23788 --> in order for the logon redirector to work for smtp and imap we need to pass in a service ID request
...
token.
r=bienvenu
a=phil
2000-02-27 01:11:13 +00:00
putterman%netscape.com
5f45c92152
a=phil. r=bienvenu. More work on 26456, speeding up Imap mail folder loading by
...
reusing dbhdr in syncflags.
2000-02-26 20:48:14 +00:00
sspitzer%netscape.com
09b7b9db4f
fix for #26773 , alert when there is a network error in mailnews. r=mscott, a=phil
2000-02-26 01:04:50 +00:00
bryner%uiuc.edu
6985354db4
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
bienvenu%netscape.com
408197527f
part of fix for 28891 r=mscott, a=phil
2000-02-25 01:19:13 +00:00
bienvenu%netscape.com
c8bac6b070
fix logon referral stuff to put up error messages and reprompt a=phil,r=mscott 28201 28203
2000-02-24 04:27:16 +00:00
jefft%netscape.com
d7de82e4e7
fixed bug 28445, 26547, 26657, 25988 - failed to set server directory separator correctly; r=bienvenu, a=phil
2000-02-23 20:31:11 +00:00
bienvenu%netscape.com
768775fb2a
null terminate cookie coming back from logon redirection, a=phil,r=mscott 18920
2000-02-22 03:01:04 +00:00
mscott%netscape.com
fdf6596edd
Bug #28099 --> turn on imap ssl. Part of this code was written by pavlov. I needed to examine the greeting
...
from the server and if the server told us we were in the pre-authenticated state, then we should move directly to
our authenticated state on the client. Pav added code to detect if the server is supposed to be secure and if it is,
to create a ssl socket transport.
r=jefft,bienvenu,pavlov
a=phil
2000-02-18 21:28:25 +00:00
jefft%netscape.com
3122359680
fixed bug 27759 -- Empty Trash breaks trash folder display; r=bienvenu,a=phil,chofmann
2000-02-17 06:03:55 +00:00
bienvenu%netscape.com
c7135c3496
use msf file spec as key for panacea.dat, r=sspitzer 26977
2000-02-16 05:06:37 +00:00
bienvenu%netscape.com
24e403ac8e
more work for logon referral, r=mscott (+ backout inadvertent checkin to nsImapMailFolder.cpp
2000-02-16 00:53:43 +00:00
putterman%netscape.com
de272ba0ac
Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
...
to it so that you don't lose your place in the thread pane. More work on 26456. r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
rhp%netscape.com
0d5876b1d2
Changes to implement printing correctly - Buf #12505 - r: jefft
2000-02-15 23:05:06 +00:00
bienvenu%netscape.com
57807b6a9f
logon referral code, r=mscott,jefft
2000-02-15 22:22:57 +00:00
bienvenu%netscape.com
cb3ebd6620
add nsIMsgLogonRedirector.idl
2000-02-15 15:37:45 +00:00
bienvenu%netscape.com
de9bd2fa96
add logon requestor interface r=amusil"
2000-02-15 07:05:27 +00:00
jefft%netscape.com
1cc80e8dba
partial checkin for bug 24740 - namespaces and acl for imap account; r=bienvenu
2000-02-11 15:36:34 +00:00
jefft%netscape.com
2852f3fc6b
partial check in for bug 24740; check for non-empty namespace for public & other users when reading from the pref; r=bienvenu
2000-02-11 05:23:01 +00:00
bienvenu%netscape.com
25d1996511
add nsIMsgLogonRedirector,r=phil
2000-02-11 01:36:41 +00:00
bienvenu%netscape.com
373d59125c
fix 26246 problem reading aol imap mail, just a typo
2000-02-10 06:56:22 +00:00
bienvenu%netscape.com
97b6ba7b3d
msg logon redirector, NOT PART OF BUILD
2000-02-10 03:44:39 +00:00
bienvenu%netscape.com
7bd6982e23
add support for unicode error and status messages, fix non-latin1 folder names at startup, r=jefft 26596
2000-02-09 06:48:21 +00:00
jefft%netscape.com
0c7c21b07d
fixed bug 23322 -- [IMAP] freeze on folder/ in .mailboxlist; r=bienvenu
2000-02-08 15:49:52 +00:00
alecf%netscape.com
8b80d95351
don't access mFolder directly, instead go through base class
...
r=putterman
2000-02-08 06:00:57 +00:00
mscott%netscape.com
2a539efa45
Optimize our use of monitors in this class because it gets called from multiple threads. This means
...
using nsAutoCMonitor instead of NS_LOCK/UNLOCK_INSTANCE. I also went through and removed the locks from
methods which are only called from one thread.
r=bienvenu.
2000-02-08 01:36:07 +00:00
bienvenu%netscape.com
85ee28a198
more fixes for double byte folder names, including create and rename, r=putterman,jefft
2000-02-08 01:20:00 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
jefft%netscape.com
015ed59aa6
fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp
2000-02-07 15:15:14 +00:00