Commit Graph

1025 Commits

Author SHA1 Message Date
sspitzer%netscape.com
4973834992 fix for #39913, no you can subscribe / unsubscribe from imap folders with japanese folder
names.  r=mscott
2000-05-20 02:36:30 +00:00
dougt%netscape.com
4b4d8250bf correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com
d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
sspitzer%netscape.com
7b47f851a0 rest of fix for #39172, i18n friendly subscribe dialog. 2000-05-19 22:33:38 +00:00
sspitzer%netscape.com
94b476cc20 changes for make the subscribe dialog i18n friendly. now, imap folders with
japanese names work.  thanks to ji@netscape.com for the help in getting
a japanese folder name.  remove the old news/tests.  they are old
and not used anymore.
2000-05-19 22:27:18 +00:00
sfraser%netscape.com
634ff81936 Remove linkage with NetworkModular.shlb 2000-05-17 08:43:18 +00:00
sspitzer%netscape.com
163ed2f930 get the refresh button to work in the subscribe dialog.
make it so when we get the list of newsgroups from the server, we'll
cache it, and write it to the newsrc file.

still a lot of clean up todo before we *truly* support hostinfo.dat, but the hard
parts are done.
2000-05-17 05:27:04 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
sspitzer%netscape.com
25ebda65c9 a bit of code cleanup. start of the work to support hostinfo.dat 2000-05-16 22:14:23 +00:00
warren%netscape.com
bfdf847716 Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
cls%seawood.org
8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
alecf%netscape.com
ad0d3296c4 oops, in cleaning up the event API, I fired this event on the wrong folder 2000-05-16 00:30:53 +00:00
mscott%netscape.com
b815277e38 Bug #5938 --> set the charset override on the url if there is one. 2000-05-16 00:22:53 +00:00
mscott%netscape.com
fa152ce0ab Bug #5938 --> add get/set charset over-ride to I18N urls. 2000-05-15 22:40:47 +00:00
sspitzer%netscape.com
0e33b45466 comment out some dumps, printfs.
get unsubscribe working for news.
get ready to fix the problem of selecting a non-subscribable server and hitting subscribe.
2000-05-15 21:44:34 +00:00
mscott%netscape.com
5ba79b3ef2 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the imap url if we have one.
2000-05-15 20:34:54 +00:00
jefft%netscape.com
4db0a36e74 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
alecf%netscape.com
0a82b4b25f API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms 2000-05-14 20:35:46 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
95a2585ecc hook up to do imap subscribe / unsubscribe. 2000-05-13 08:08:16 +00:00
sspitzer%netscape.com
4ca2b3d567 add subscribe / unsubscribe to the nsISubscribable interface and use them. 2000-05-13 04:41:52 +00:00
locka%iol.ie
15f7763398 Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
sspitzer%netscape.com
bbab58c258 fix assertion / problem with subscribe. duh. 2000-05-12 04:39:43 +00:00
sspitzer%netscape.com
97325cede8 more subscribe work. 2000-05-12 04:23:45 +00:00
alecf%netscape.com
66b7b6e171 get filter list from the server 2000-05-12 04:09:37 +00:00
mscott%netscape.com
787b9a4065 Bug #34374 --> don't bring up an alert saying the login failed if the user canceled the password dialog
during a redirector request.
2000-05-11 20:57:02 +00:00
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
jefft%netscape.com
f9cf91a8ec added new imap SubscribeFolder() & UnsubscribeFolder() services 2000-05-11 00:49:51 +00:00
jefft%netscape.com
c30462e26a implemented DiscoverAllAndSubscribedBoxes() 2000-05-10 22:07:57 +00:00
sspitzer%netscape.com
e26ba25b81 more work to get subscribe dialog to work with imap servers.
thanks to jefft@netscape.com for the imap help.
2000-05-10 01:40:34 +00:00
cls%seawood.org
fff4a973f8 Changed check for non-zero nsXPIDLCString from a dereference, which gcc 2.7.2.3 on speedracer doesn't seem to like, to a PL_strlen(). 2000-05-09 09:03:02 +00:00
sspitzer%netscape.com
3dd758d1b9 make it so the throbber stops when you try to build the subscribe datasource for imap. 2000-05-09 02:48:25 +00:00
jefft%netscape.com
98efe11ade fixed bug 20878 - IMAP: UW - supporting root folder 2000-05-09 01:26:55 +00:00
mscott%netscape.com
2f0a1f8ada rewrite progress to go through the progress event sink which we get from the
mock channel instead of from the status feedback object attached to the url.

Change progress Info struct to pass in current and max progress separately
instead of as a percentage.
2000-05-03 21:21:07 +00:00
mscott%netscape.com
0f7da964cd don't precaculate the percentage...pass the current and max values around instead
use progress event sink for progress instead of nsIMsgStatusFeedback.
implement Get/SetNotifcationCallbacks on the mock channel. Be sure to extract
the progress event sink if we were given one.
2000-05-03 21:20:34 +00:00
mscott%netscape.com
7ee2674e50 add ability to get the progress event sink directly from the channel. 2000-05-03 21:20:08 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
alecf%netscape.com
f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
alecf%netscape.com
76d3069e09 don't need to do all this extra work, it's been done in the base class 2000-05-01 22:57:54 +00:00
sspitzer%netscape.com
feb0922cfb more wiring for imap subscribe. 2000-04-30 08:19:31 +00:00
pavlov%netscape.com
3139fc8b19 fix for string sillyness 2000-04-27 23:09:31 +00:00
jefft%netscape.com
c5cebe0547 fixed bug 35039 - POP: Shouldn't got an Alert when canceling login dialog 2000-04-26 22:31:59 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
bienvenu%netscape.com
009aeb1488 turn off assertion for everyone but me 2000-04-26 01:00:33 +00:00
jefft%netscape.com
da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
sspitzer%netscape.com
8cc2a5f33f more checkins for the new subscribe dialog.
make it so only subscribable servers show up in the server picker.
make it so "newsgroup" turns to "folder" if subscribing to imap.
do the basic wiring to imap servers are hooked in.
clean up my css.
2000-04-25 01:30:30 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
alecf%netscape.com
42d0e45d86 switch to nspr values to reduce dependancy on xp_core.h 2000-04-23 17:30:21 +00:00
scc%netscape.com
d697741ca4 making string conversions explicit 2000-04-23 11:37:44 +00:00