Commit Graph

878 Commits

Author SHA1 Message Date
sspitzer%netscape.com
acad356044 more work for respecting the newsrc file. more to come. 1999-06-22 23:42:29 +00:00
jefft%netscape.com
d8792cc7fe added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl 1999-06-22 23:24:25 +00:00
jefft%netscape.com
d83052b6c3 added new file - nsIMsgCopyService.idl 1999-06-22 23:20:56 +00:00
alecf%netscape.com
3211999d03 add account wizard to mac build 1999-06-22 22:33:48 +00:00
alecf%netscape.com
2cc0ab5e11 add account wizard to the windows build 1999-06-22 22:32:40 +00:00
alecf%netscape.com
2081114d61 update account wizard framework:
- save values in a hash in the main wizard context
- repopulate pages as they are loaded
- add validation routine support for pages
1999-06-22 22:30:17 +00:00
alecf%netscape.com
19f1840e39 update wizard pages to have more stuff 1999-06-22 22:28:53 +00:00
alecf%netscape.com
c035e667c2 oops, use dump() not print() 1999-06-22 22:03:09 +00:00
nhotta%netscape.com
be3e28fe91 Bug fix 8246, synch charset menu items with browser. 1999-06-22 21:39:53 +00:00
mscott%netscape.com
fce7015fb4 Use MSG_LINEBREAK instead of LINEBREAK. 1999-06-22 18:55:32 +00:00
alecf%netscape.com
87766b49e8 prevent creation/addition of non-unique servers 1999-06-22 05:59:42 +00:00
alecf%netscape.com
a73331fdcb rename some methods to be more consistent
make all accesses to the account manager kick off LoadPrefs so they can be loaded on demand
don't forget to clean up the accounts in the hash table during destruction
1999-06-22 05:32:50 +00:00
sspitzer%netscape.com
deff73af4a start of work to respect the newsrc files. code cleanup. use nsCOMPtr. 1999-06-22 04:45:15 +00:00
alecf%netscape.com
05fd122471 add userid@ to all mail/news URIs and add parsing code to support this
this change allows servers to be unique by {userid, hostname, type} combination and allows nsIMsgAccountManager::FindServer() to search for servers this way.
1999-06-22 03:03:48 +00:00
alecf%netscape.com
ae6e17ef5a remove useless debugging 1999-06-22 00:45:40 +00:00
alecf%netscape.com
9e66b2d995 remove some #if 0'd code 1999-06-22 00:45:13 +00:00
alecf%netscape.com
1265fe018b add Account Wizard to the unix build 1999-06-22 00:42:08 +00:00
putterman%netscape.com
98ba490908 You can now have biffs from multiple POP servers. 1999-06-22 00:24:53 +00:00
putterman%netscape.com
ba0e9b3a0f backing out changes until I get them working correctly. 1999-06-21 23:34:27 +00:00
putterman%netscape.com
9ae981dede GetFoldersWithFlag now AddRefs its results. 1999-06-21 23:24:29 +00:00
putterman%netscape.com
c4b1eb901c Can now biff from multiple servers. 1999-06-21 23:23:43 +00:00
putterman%netscape.com
7d56c0e962 Add some performance timing output. 1999-06-21 23:23:12 +00:00
jefft%netscape.com
da1c3fd40b added readonly attribute nsIMsgDatabase msgDatabase for undo work 1999-06-21 22:56:18 +00:00
mscott%netscape.com
4502f7816e added files: mozilla/mailnews/base/util/nsMsgMailNewsUrl.cpp 1999-06-21 22:21:19 +00:00
mscott%netscape.com
d4b0c59119 Export nsMsgMailNewsUrl.h 1999-06-21 22:20:07 +00:00
mscott%netscape.com
f741219424 Add threadsafe check in Query Interface call. 1999-06-21 21:11:29 +00:00
mscott%netscape.com
dfd783611b Start building nsMsgMailNewsUrl.... 1999-06-21 21:09:53 +00:00
mscott%netscape.com
a71f224adb Start building nsMsgMailNewsUrl....(no one is actually using it in any implementation though). 1999-06-21 21:09:16 +00:00
mscott%netscape.com
cddba9c895 Necko prep-integration work...add a base implementation class for mailnews urls. This encapsulates some common code that was shared across mailnews protocols. It should make my necko integration work easier as well.
(not part of the build yet).
1999-06-21 20:36:03 +00:00
ducarroz%netscape.com
cc671bb812 Remove forward as quoted. 1999-06-21 20:28:39 +00:00
sspitzer%netscape.com
3c966d4e31 fix for #8360. Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work. 1999-06-21 02:25:34 +00:00
alecf%netscape.com
13d0da7823 fix some of the options so that new rows are added correctly. 1999-06-20 22:05:11 +00:00
alecf%netscape.com
fecfc88199 add completions to tests so that we can traverse specific object types 1999-06-20 22:04:33 +00:00
alecf%netscape.com
f1ac238fe4 add initial implementation of the account wizard 1999-06-20 22:03:12 +00:00
bienvenu%netscape.com
597e93264c fix rfc822 header compare, empty string handling 1999-06-20 15:36:01 +00:00
sfraser%netscape.com
7ec882a272 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why. 1999-06-19 22:04:20 +00:00
bienvenu%netscape.com
9a2d2bcd32 fix filter success determination 1999-06-16 05:56:33 +00:00
alecf%netscape.com
d685d867f0 localize the dialog title 1999-06-16 05:37:21 +00:00
alecf%netscape.com
fc1577dae8 add FilterListDialog.js to makefiles 1999-06-16 05:35:51 +00:00
alecf%netscape.com
a3f201cf7a set column widths appropriately 1999-06-16 05:35:33 +00:00
alecf%netscape.com
a7ec812328 add some logic for Filters 1999-06-16 05:34:36 +00:00
alecf%netscape.com
a6ffeb705c remove some excess XUL that used to have templates for combo boxes 1999-06-16 05:32:17 +00:00
bienvenu%netscape.com
5ec4157361 fix warnings 1999-06-16 05:23:05 +00:00
waterson%netscape.com
d118a3b826 Juggle headers a bit so that we can build on VC5.0 and gcc-2.7.2.3 (need definition of classes for use with nsCOMPtr). 1999-06-16 04:42:45 +00:00
sspitzer%netscape.com
42af1032c1 missing newlines at the end of the file 1999-06-16 00:23:12 +00:00
putterman%netscape.com
327e7edb76 use chrome url to use PrefsWindow.js 1999-06-15 23:47:08 +00:00
mscott%netscape.com
21eeea4d85 Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. 1999-06-15 23:34:52 +00:00
ducarroz%netscape.com
8b7b788e5c add search folder to project 1999-06-15 23:32:34 +00:00
bienvenu%netscape.com
9185ff8e27 add search.lib 1999-06-15 23:31:52 +00:00
bienvenu%netscape.com
dc67e31ff4 add search to base 1999-06-15 23:31:32 +00:00