naving%netscape.com
85c4d363cc
64751, 64753. sr =sspitzer, bienvenu. Adding Compact Folders feature to file_menu and Compact This Folder when
...
you right click on a folder. thanks to sspitzer and bienvenu for good review. Thanks to
david for providing nsMsgFolder::ListDescendents function and all the help.
2001-02-16 02:05:41 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
racham%netscape.com
ba724c809d
Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer
2001-02-07 07:37:04 +00:00
sspitzer%netscape.com
5649214e67
fix #67398 . sr=bienvenu
2001-02-06 15:59:45 +00:00
bienvenu%netscape.com
646c9c334a
add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott
2001-02-06 02:17:47 +00:00
sspitzer%netscape.com
14753e4abf
fix for #67095 , disable news biff by default, and allow us to
...
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.
turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
sspitzer%netscape.com
49a39178a0
fix FMM. #66790 . general code cleanup. r=bratell, sr=bienvenu.
...
thanks to bratell for finding the FMM.
2001-01-30 21:05:47 +00:00
bienvenu%netscape.com
fe3c7a7b68
fix news connection cache with busy connections, r/sr == mscott,sspitzer 65927
2001-01-30 01:36:03 +00:00
sspitzer%netscape.com
f6bd43f5f5
fix #66789 . don't display the quoted '.'
...
sr=bienvenu
2001-01-27 19:52:52 +00:00
dougt%netscape.com
5235e3266f
backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf
2001-01-25 22:07:38 +00:00
dougt%netscape.com
d82f5acc6e
updating to new necko interfaces
2001-01-25 21:44:59 +00:00
blakeross%telocity.com
32b13b722e
Fix 63619, 65325: mao's strict warning fixes. r=jag sr=alecf
2001-01-25 05:31:57 +00:00
blakeross%telocity.com
3f4c7704f0
Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=timeless,sspitzer sr=bienvenu
2001-01-22 20:30:26 +00:00
bienvenu%netscape.com
97fe7b64cf
fix news not to open a new connection for ever post r=sspitzer, sr=mscott 65975
2001-01-22 20:24:12 +00:00
sspitzer%netscape.com
4e265d14d1
add comment, no reviewer.
2001-01-19 20:56:56 +00:00
bienvenu%netscape.com
6e4f7612f5
fix crash on shutdown after reading news message in memory cache r=sspitzer, sr=mscott 65724
2001-01-19 04:10:11 +00:00
bienvenu%netscape.com
53ad72aea2
fix cached news connections to remember current group r=sspitzer, sr=mscott part of 13506
2001-01-18 15:39:35 +00:00
mkaply%us.ibm.com
0cddd31ff7
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
bienvenu%netscape.com
aaf3888a41
add offline msg display r=sspitzer, sr=,mscott 41751
2001-01-13 15:31:30 +00:00
bienvenu%netscape.com
d4501f4b46
add offline msg display r=sspitzer, sr=,mscott 41751, finish support for memory cache
2001-01-13 15:29:51 +00:00
nhotta%netscape.com
a11d58fa42
Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
...
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
sspitzer%netscape.com
b03b252237
fix mac build bustage. sorry.
2001-01-09 05:56:18 +00:00
sspitzer%netscape.com
2e8bbd91c4
fix #63181 . implement nsNntpUrl::GetFolderCharset().
...
also, remove extra strdup from the implementions in nsImapUrl and nsMailboxUrl.
clean up nsNntpUrl::Set/GetNewsgroupName(). sr=bienvenu
2001-01-09 05:27:28 +00:00
sspitzer%netscape.com
3448c95bca
fix for #64482 . we enabled the download headers UI elements when we supposed to disable it, and vice version. sr=bienvenu
2001-01-06 06:28:19 +00:00
bryner%uiuc.edu
f579bca00b
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
bienvenu%netscape.com
a008c5a045
more work on newsgroup hdr purging sr=sspitzer 17217
2001-01-05 04:40:27 +00:00
sspitzer%netscape.com
5ba9158b81
fix for #41146 . get news:group urls to work properly. sr=bienvenu
2001-01-03 01:18:50 +00:00
sspitzer%netscape.com
571284efc2
fix for #63994 , fix string used in news error alert. sr=bienvenu.
2000-12-31 02:57:01 +00:00
sspitzer%netscape.com
dc6f21a541
clean up some string code. thanks to disttsc@bart.nl for the suggestions.
...
sr=bienvenu
2000-12-30 23:54:53 +00:00
bienvenu%netscape.com
6f2568e88f
more work on reading offline news, sr=sspitzer for mscott 15870
2000-12-29 22:49:05 +00:00
bryner%uiuc.edu
c085503380
Eliminating mailnews dependencies on merrors.h and msgcom.h. Part of bug 38061. r=sspitzer, sr=scc.
2000-12-29 03:46:29 +00:00
sspitzer%netscape.com
55cac2cbf8
fix for #49319 . when creating a news account from a news://host/group url,
...
make it so the associated identity composes messages in plain text.
sr=bienvenu.
2000-12-28 23:52:30 +00:00
sspitzer%netscape.com
8d839f9706
code clean up. sr=bienvenu
2000-12-28 00:29:12 +00:00
sspitzer%netscape.com
923fe95a7a
fixes for #57912 , #14295 , #14301
...
1) add ui and backend support for "log into this account at startup". all that is missing is the code to actually do the logging in at startup. that comes next.
2) hide the user name for news servers in the account manager.
3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.
sr=bienvenu
2000-12-22 23:32:32 +00:00
sspitzer%netscape.com
22cb14ad21
fix for #63625 , sr=bienvenu.
...
nsINewsDatabase.h -> nsINewsDatabase.idl
2000-12-22 23:28:56 +00:00
bienvenu%netscape.com
508ee8530e
fix build warning from last checkin
2000-12-22 02:13:58 +00:00
bienvenu%netscape.com
af39cb5ee0
download news messages for offline sr=sspitzer for mscott 15865
2000-12-22 02:05:48 +00:00
sspitzer%netscape.com
a3e9d4ceeb
fix for #47829 and #63382 . some code clean up, move hard coded string into
...
properties files. sr=bienvenu. thanks to jag for the initial patch.
2000-12-20 23:56:22 +00:00
sspitzer%netscape.com
905c7b19cc
fix for #61791 . use nsINewsDownloadDialogArgs instead of nsIDialogParamBlock
...
and some general cleanup. sr=bienvenu
2000-12-20 06:31:54 +00:00
sspitzer%netscape.com
a4b3e9562b
mac part of the fix for #61791 . sr=bienvenu
2000-12-20 06:31:12 +00:00
sspitzer%netscape.com
b088df0bf7
fix for #63248 . prevent crash when running news://host/group?list-ids urls.
...
I exposed this bug to the average user by fixing #24626 .
now, to get list-ids urls to work.
sr=bienvenu.
2000-12-19 05:33:46 +00:00
sspitzer%netscape.com
2a48d3c1f2
rename DisplayHTMLInMessageWindow to DisplayHTMLInMessagePane.
...
sr=bienvenu
2000-12-19 03:45:21 +00:00
sspitzer%netscape.com
a973090955
fix for #24626 . when viewing a cancelled message, display the "error"
...
in the message pane like we did in 4.x. add the code to display
random html in the message pane to nsMsgWindow, so bienvenu can use it
for offline imap. known problems: title isn't being set and headers
aren't being hidden. but that's next. sr=bienvenu.
2000-12-19 02:36:32 +00:00
bienvenu%netscape.com
d2860dad97
make news and imap respect offline state r=sspitzer,sr=mscott 15865
2000-12-19 01:19:34 +00:00
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
sspitzer%netscape.com
0dfb4f4150
fix for #60638 . send "mode reader" to the nntp server. we only
...
send it once per connection. also, changes to skip the code that
asks the server for the extensions it supports. extensions are not
supported yet. sr=mscott
2000-12-14 21:41:23 +00:00
dbaron%fas.harvard.edu
2b2160f1b0
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
racham%netscape.com
9c8dd187c0
Fixing bug 48092. Enabling the ability to change the port value automatically depending on the state of secure checkbox option. r=sspitzer, sr=mscott
2000-12-09 03:03:58 +00:00