Commit Graph

5041 Commits

Author SHA1 Message Date
alecf%netscape.com
2d544a12eb add a bunch of new attributes for identities 1999-08-31 00:19:08 +00:00
sspitzer%netscape.com
29a4df5a10 code clean up. fix bug #8362, pop up server error message as alerts. since #7770 is fixed, remove the ifdefs. 1999-08-30 22:31:45 +00:00
putterman%netscape.com
82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
putterman%netscape.com
1494b97366 Turn on Next and Previous menu items. 1999-08-30 22:14:14 +00:00
putterman%netscape.com
0c76851ba8 use new view navigation code for next and previous menu items. 1999-08-30 22:13:45 +00:00
putterman%netscape.com
7500dfc242 include msgViewNavigation.js 1999-08-30 22:13:26 +00:00
putterman%netscape.com
9ef475d95b Remove view navigation code. 1999-08-30 22:13:12 +00:00
putterman%netscape.com
29e6397e4c add msgViewNavigation.js 1999-08-30 22:13:00 +00:00
putterman%netscape.com
6c0316033c If there's no root folder in GetRootFolder, create one. 1999-08-30 22:12:20 +00:00
putterman%netscape.com
bc95087542 Don't show normal priority string. 1999-08-30 22:11:50 +00:00
putterman%netscape.com
c3b29bc0d8 Don't show counts for servers. 1999-08-30 22:11:30 +00:00
putterman%netscape.com
5cefe3cdfc use GetRootFolder which now creates a root folder if there isn't one. 1999-08-30 22:11:07 +00:00
putterman%netscape.com
5412e152a4 Make sure we work when we have to parse a .msf file. 1999-08-30 22:10:39 +00:00
alecf%netscape.com
33dfa6bea9 add makefiles for locale directory 1999-08-30 22:07:55 +00:00
alecf%netscape.com
c6216ef5fe oops, wrong depth 1999-08-30 22:06:59 +00:00
alecf%netscape.com
7253fc1d6e fix makefiles 1999-08-30 22:06:36 +00:00
alecf%netscape.com
4f39b0fb8a add DTDs to search 1999-08-30 22:03:42 +00:00
alecf%netscape.com
4154b3a057 move entities into external DTD 1999-08-30 22:02:49 +00:00
alecf%netscape.com
956f8af1e0 do lots of error checking on QueryInterface calls
add new FindServerByServerKey call
1999-08-30 22:00:22 +00:00
mscott%netscape.com
d8a1e15139 Change a PL_strdup to nsCRT::strdup 1999-08-30 21:55:26 +00:00
mscott%netscape.com
c68fda9796 Bug #11691 --> fix some empty comparisons with a PRUint32 < 0. 1999-08-30 21:55:03 +00:00
waterson%netscape.com
3f4b23faf7 Add an 'html:div' tag so that we don't reflow this indefinitely. 1999-08-30 21:34:50 +00:00
putterman%netscape.com
b5807c8acf More work on priority column 1999-08-30 02:57:52 +00:00
putterman%netscape.com
f25e6a8c9e More work on priority column. 1999-08-30 02:57:34 +00:00
putterman%netscape.com
00e4af13fb Use XULSortService and fix NextUnreadMessage. 1999-08-30 02:57:03 +00:00
bienvenu%netscape.com
d23f6bff06 convert some interfaces to use nsisupports proxy 1999-08-29 18:27:30 +00:00
bienvenu%netscape.com
b0efbb4e29 make incoming server implement nsIImapServerSink interface 1999-08-29 17:37:36 +00:00
bienvenu%netscape.com
20dacf7920 add alert methods to server sink 1999-08-29 17:35:43 +00:00
bienvenu%netscape.com
4f0568a698 fix assert about auto assigning ids by commenting out atom zapping code 1999-08-29 16:50:48 +00:00
bienvenu%netscape.com
ded778a670 add server sink idl 1999-08-28 19:02:33 +00:00
sspitzer%netscape.com
c4e885520a silly change. ignore 1999-08-28 18:20:44 +00:00
ducarroz%netscape.com
57cf9bbd2c First Checked In. 1999-08-28 18:00:36 +00:00
sspitzer%netscape.com
7f50fd738b initial pass at hooking up news to the progress bar and status area. more to be done here. 1999-08-28 17:29:15 +00:00
sspitzer%netscape.com
5128f5dcb8 don't clear the news.directory pref. 1999-08-28 17:27:37 +00:00
sspitzer%netscape.com
4cbf66f6c3 turn off my debugging noise 1999-08-28 17:26:13 +00:00
bienvenu%netscape.com
7c8a97472b add server sink idl, not part of build 1999-08-28 15:54:13 +00:00
alecf%netscape.com
5a26414e22 now support checkboxes too 1999-08-28 00:56:37 +00:00
hangas%netscape.com
08b0a5aa20 First steps towards command updating for menus etc. hook?=trudelle 1999-08-28 00:43:42 +00:00
hangas%netscape.com
16d170bff5 Changed sort JS to use new interface as requested by rjc. hook?=trudelle 1999-08-28 00:42:33 +00:00
alecf%netscape.com
74b4d731cf add stylesheets 1999-08-28 00:30:01 +00:00
alecf%netscape.com
9a0a4d29c9 check in revved account manager
now displays many settings and allows you to change them, but doesn't write it back to prefs
1999-08-28 00:29:23 +00:00
ducarroz%netscape.com
94b6e48788 Fix VC5 bustage 1999-08-27 22:32:19 +00:00
ducarroz%netscape.com
00eff64657 Add way to quote a message without headers, just quote the body. 1999-08-27 21:18:57 +00:00
mscott%netscape.com
5e0156d0e3 Bug #7811 --> sync with new nsISmtpService apis. 1999-08-27 21:15:57 +00:00
mscott%netscape.com
1d876d68ee Bug #7811 --. nsISmtpUrl is now an idl file. 1999-08-27 21:14:34 +00:00
mscott%netscape.com
6241384a29 Bug #7811m --> nsISmtpService is now an idl file 1999-08-27 21:14:26 +00:00
mscott%netscape.com
6c27c48ae2 Bug #7811 --. nsISmtpService is now an idl file. 1999-08-27 21:13:04 +00:00
mscott%netscape.com
763631d74d Bug #7811 --> nsISmtpService is now expressed in idl and several of the interfaces changed. 1999-08-27 21:12:46 +00:00
mscott%netscape.com
ad166748ef Bug #7811 --> turn this interface into an XPIDL interface. 1999-08-27 21:12:22 +00:00
mscott%netscape.com
befadcee22 move CID from an interface into this file for nsISmtpService. 1999-08-27 21:12:00 +00:00
mscott%netscape.com
2fa2e5a9c0 Bug #12558 --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-27 21:03:25 +00:00
mscott%netscape.com
9c7bcc92c1 Bug #12558 --> nsCString cleanup work. 1999-08-27 21:02:17 +00:00
alecf%netscape.com
eabcd7839d implement toString() for identities (for debugging) 1999-08-27 20:57:07 +00:00
alecf%netscape.com
08761a1b0a implement toString() for accounts (for debugging) 1999-08-27 20:55:35 +00:00
mscott%netscape.com
15184a23e3 Bug #12558 nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-27 20:54:41 +00:00
mscott%netscape.com
074896c67b simplify interface by removing nsString requirement from several methods 1999-08-27 20:53:34 +00:00
alecf%netscape.com
859ad58ecd fix for #12639 1999-08-27 18:23:59 +00:00
sspitzer%netscape.com
d82be20274 fix for #12637. I was *removing* the server type pref when you called nsMsgAccountManager::GetIncomingServer(). not good. also, wrap my other ClearUserPref() calls until they are ready for prime-time, just to be safe. 1999-08-27 18:20:27 +00:00
warren%netscape.com
c6d73eff64 Removed unneeded nsIBufferObserver stuff. 1999-08-27 10:32:40 +00:00
alecf%netscape.com
d62364e486 remove non existant CSS 1999-08-27 08:06:44 +00:00
alecf%netscape.com
d112580331 update tree to new layout 1999-08-27 08:05:35 +00:00
alecf%netscape.com
dd1a65aa4c updated account manager - prepare to prepopulate pages 1999-08-27 08:01:19 +00:00
alecf%netscape.com
34ffa406ea for some reason m_defaultIdentity keeps getting corrupted. for now just return null instead of an invalid pointer 1999-08-27 07:57:58 +00:00
hangas%netscape.com
2252c76b07 Changed new card and edit card to be usable from components outside of address book. 1999-08-27 07:07:34 +00:00
hangas%netscape.com
accaff242d Changed back to onkeyup= because someone broke the windows onkeypress= again. 1999-08-27 07:06:25 +00:00
sspitzer%netscape.com
804a7e88a4 fix for #12595, #12596, #12570, and #10672. migrate some more 4.x prefs, and fix some crashers, and clear 4.x prefs after migrating. 1999-08-27 06:16:14 +00:00
putterman%netscape.com
1378f725e1 Pass in the nsString version to fix bustage. 1999-08-27 05:43:05 +00:00
alecf%netscape.com
d3d937ab94 fix my breakage again 1999-08-27 04:12:38 +00:00
alecf%netscape.com
355a920fb3 remove unnecessary files 1999-08-27 03:59:40 +00:00
alecf%netscape.com
5efd86aaf1 removed files: mozilla/mailnews/base/src/nsMsgAccountDataSource.cpp, mozilla/mailnews/base/src/nsMsgIdentityDataSource.cpp, mozilla/mailnews/base/src/nsMsgServerDataSource.cpp 1999-08-27 03:52:57 +00:00
alecf%netscape.com
9f0038afd3 remove dud datasources from the build 1999-08-27 03:50:53 +00:00
putterman%netscape.com
38cfb0cdd1 Only Top level folders are special folders. 1999-08-27 03:50:20 +00:00
putterman%netscape.com
f4ee84842d Change peqWithParameter to work correctly. 1999-08-27 03:49:22 +00:00
putterman%netscape.com
855fc982d0 Add Priority and Size to thread pane. 1999-08-27 03:48:53 +00:00
alecf%netscape.com
f80eb7eab3 remove account/server/identity datasource from the build 1999-08-27 03:48:34 +00:00
putterman%netscape.com
b66321649f Sort FolderPane. 1999-08-27 03:48:32 +00:00
putterman%netscape.com
07d2e282e5 Setup copy menu correctly. 1999-08-27 03:47:58 +00:00
putterman%netscape.com
f27dca9da6 Sort folderPane. 1999-08-27 03:47:44 +00:00
alecf%netscape.com
7acaa619a1 fix 12549 1999-08-27 03:44:47 +00:00
rpotts%netscape.com
0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
mscott%netscape.com
b787a68d1a This file is not part of the build yet! (approved by cyeh)
This file is the idl replacement of nsISmtpService.h
1999-08-26 21:50:46 +00:00
alecf%netscape.com
987ce4d3d9 save results of setIncomingServer and AddIdentity to the prefs file 1999-08-26 09:08:28 +00:00
alecf%netscape.com
94efd6f780 fix the migration code to use the new prefs api, and remove some depricated functions 1999-08-26 09:07:59 +00:00
alecf%netscape.com
6fbe6ad816 fix win32 vc5 bustage 1999-08-26 07:39:41 +00:00
alecf%netscape.com
ee550cbd99 oops, didn't realize I was already using these macros 1999-08-26 06:44:25 +00:00
alecf%netscape.com
61b415c918 forgot to check in the new API 1999-08-26 06:20:06 +00:00
alecf%netscape.com
e76535e659 land new account manager
- now uniquifies servers and identities
- cleaner way of creating/finding accounts, servers, identities
- far more robust
1999-08-26 05:45:00 +00:00
putterman%netscape.com
4c5217c7c9 Add icons to move and copy menus. 1999-08-26 05:27:52 +00:00
chuang%netscape.com
aadb72ddfd Add Directory Uri to datasource 1999-08-26 05:05:43 +00:00
bienvenu%netscape.com
922a55a1b7 replace nsIEnumerator with nsISimpleEnumerator 1999-08-26 04:41:07 +00:00
chuang%netscape.com
8f3de42ae5 fic build bustage 1999-08-26 03:26:37 +00:00
chuang%netscape.com
1b580fdf43 Add address book ui to datasource 1999-08-26 03:03:25 +00:00
rhp%netscape.com
11ebaafbf8 Adding MAPI DLL code to the tree - NOT PART OF THE BUILD 1999-08-26 03:02:45 +00:00
ducarroz%netscape.com
c2fd2611ec Add Ender Debug Menu 1999-08-26 00:41:32 +00:00
phil%netscape.com
e7cb5cc629 Fix bug 12494. We were misinterpreting the return code from nsString::Equals, so 'is' filters were misfiring 1999-08-25 23:58:41 +00:00
sspitzer%netscape.com
b7f3331cc3 fix #10895. Get printing to sort of work for mail/news. more bugs (and fixes) to come. this is far from complete. 1999-08-25 23:58:31 +00:00
mscott%netscape.com
b3f95b0016 This file has been replaced by an idl file. 1999-08-25 23:57:03 +00:00
putterman%netscape.com
0bd02cceea More work on columns. Thread column can now be clicked on to change view. Also update to make
work with recent tree changes.
1999-08-25 23:56:54 +00:00
mscott%netscape.com
c1b3d32444 Bug #10844 hook up progress bar for getting new mail. This is just a first pass. I still have a ways to go. 1999-08-25 23:50:18 +00:00
mscott%netscape.com
00519dc56e Bug #10844 --> set status feedback on pop urls 1999-08-25 23:49:39 +00:00