167 Commits

Author SHA1 Message Date
alecf%netscape.com
ceb7169f78 clean up memory leaks 1999-04-16 00:55:04 +00:00
alecf%netscape.com
1e9eb9b898 since nsIMsgAccountManager doesn't use nsIPref.h anymore, include it here 1999-04-16 00:32:59 +00:00
alecf%netscape.com
99e7600407 since nsIPref.h got removed from the interface, include it here 1999-04-16 00:30:57 +00:00
putterman%netscape.com
8f60e96f9e Added NewFolder 1999-04-15 21:12:10 +00:00
alecf%netscape.com
86ad80de67 fix newline-at-end-of-file problem 1999-04-14 03:35:58 +00:00
nhotta%netscape.com
6d3502a293 nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
chuang%netscape.com
260026da45 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
jdunn%netscape.com
eac23ef438 use 'common' memcpy routine 1999-04-12 22:19:25 +00:00
sspitzer%netscape.com
70e2ff56a6 quiet the UNIX compiler. Thanks to bruce@cybersight.com for this patch. 1999-04-12 21:28:28 +00:00
jdunn%netscape.com
b501a78d8a fix compiler error (NS_DECL_ISUPPORTS shouldn't have a ';' at the end 1999-04-12 20:40:13 +00:00
jdunn%netscape.com
db13725843 fix native compiler error (NS_DECL_ISUPPORTS should not be followed by a ';' 1999-04-12 20:38:57 +00:00
putterman%netscape.com
5d1733a2af Some code cleanup. 1999-04-12 20:22:27 +00:00
sspitzer%netscape.com
bbedc07458 more newsdb work 1999-04-10 22:05:58 +00:00
alecf%netscape.com
00c1c35b5f the POP3 service now takes an nsIPop3IncomingServer to get context for all pop3 activity.
nsIPop3Sink now contains an nsIPop3IncomingServer that gets passed down along
with the URL so that after the URL has run we still have information about which server this came from
1999-04-10 20:50:52 +00:00
alecf%netscape.com
e3d0e63626 rev the Multiple Accounts system:
- remove LoadPreferences() function, make use of SetKey instead
- lazily create accounts/identities/servers are they are requested
- request pref service inside each object rather than passing the same service around
- start to support upgrading of preferences from 4.x world
- preference accessors ask prefs store directly instead of trying to maintain their own copy of each preference
- start to add support for shadow/default "fallback" account/server prefs
1999-04-10 20:46:47 +00:00
ducarroz%netscape.com
daf77c1b85 update Manifest files 1999-04-10 01:36:30 +00:00
putterman%netscape.com
357b3bff79 More work on threads. 1999-04-07 02:50:25 +00:00
putterman%netscape.com
69a8c8e526 Started work on threading. 1999-04-07 00:03:26 +00:00
alecf%netscape.com
b14036073c forgot to export nsMsgAccount and nsMsgAccountManager 1999-04-06 23:35:17 +00:00
alecf%netscape.com
f552311d79 landing multiple accounts
account information is now acquired by the account manager, which is held by the nsIMsgMailSession service.
1999-04-06 22:47:12 +00:00
alecf%netscape.com
9bd8050786 first addition of nsIMsgAccount and nsIMsgAccountManager implementations 1999-04-06 22:35:43 +00:00
putterman%netscape.com
c8389034f3 More work on unread messages view. 1999-04-06 18:40:30 +00:00
alecf%netscape.com
ca6e9c7f04 remove unused variable 1999-04-06 04:40:01 +00:00
mscott%netscape.com
ecf84d223d NS_NewMessengerBootstrap & NS_NewMessenger now take an IID 1999-04-06 03:11:02 +00:00
mscott%netscape.com
9563568ae7 NS_NewMsgAppCore takes an IID & refcounts returned object 1999-04-06 03:10:17 +00:00
mscott%netscape.com
3ce209e97d NS_NewRFC822Parser takes an IID & refcounts returned object. 1999-04-06 03:09:36 +00:00
putterman%netscape.com
d606f4acfd Implement OnAssert and OnUnassert so delete and move work again. 1999-04-06 00:42:51 +00:00
putterman%netscape.com
e379cbc2cd Added View All/Unread messages. 1999-04-05 23:35:35 +00:00
putterman%netscape.com
8331da1beb Added nsMessageViewDataSource 1999-04-05 23:35:10 +00:00
mscott%netscape.com
f8ccb2f204 Part of my mailnews reduce disk footprint cleanup effort. Remove use of XP_IS* to help remove dependencies on xplib. don't include xp.h. Use nsCRT::mem* functions. 1999-04-04 21:57:28 +00:00
putterman%netscape.com
8c3ed7e4b2 More work on copying/moving messages. 1999-04-01 23:42:41 +00:00
ducarroz%netscape.com
0226e8d3d0 part of messenger Mac landing 1999-04-01 23:19:59 +00:00
mscott%netscape.com
bc5f2037ca file needs a new line at the end. 1999-04-01 05:49:49 +00:00
mscott%netscape.com
8c1a1aa382 Destructor should be virtual. Checked in on behalf of Bruce Mitchener <bruce@cybersight.com>. 1999-04-01 05:48:07 +00:00
mscott%netscape.com
05a6e05ec2 DisplayMessage now takes the URI instead of the path, msg key pair. So I'm cleaning up the code that used to decompose the URI... 1999-04-01 01:15:07 +00:00
mscott%netscape.com
93afda3503 use nsAutoCString 1999-03-31 19:29:34 +00:00
putterman%netscape.com
27ff742958 Added nsCopyMessageStreamListener for copying messages. 1999-03-30 02:22:06 +00:00
mscott%netscape.com
46f202d0cc When initializing a msg app core, add ourselves to the app cores manager. This now means that XP_FindAppCore should work through java script and return the correct msg app core. In the destructor, we remove ourselves from the app core. I'm also including a patch from Bruce Mitchener <bruce@cybersight.com>" to change a delete to delete []. 1999-03-30 00:58:39 +00:00
mscott%netscape.com
f4fc8f0166 News now builds as a standalone component. Use the nntp service for running news urls and remove the old "C" functions. 1999-03-26 01:06:41 +00:00
briano%netscape.com
29ed08771b Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
ducarroz%netscape.com
8ecc4e7b22 First Checked In. 1999-03-24 21:49:55 +00:00
bienvenu%netscape.com
a49d03c2df add imap prefs for host, user, and password to identity object 1999-03-24 00:41:29 +00:00
alecf%netscape.com
52b5f1520f forgot an underscore that broke the build for big endian machines 1999-03-24 00:25:02 +00:00
mscott%netscape.com
22e69ea6e8 Initialize a variable to null. Assert if we are unable to create an instance of the prefs service. 1999-03-22 23:27:44 +00:00
putterman%netscape.com
cc444a085e Implemented Exit menu item. 1999-03-22 22:34:43 +00:00
danm%netscape.com
d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
alecf%netscape.com
15a017ed81 remove some files that aren't in this directory any more 1999-03-20 00:29:44 +00:00
alecf%netscape.com
1c39471ba4 move files over to util library to link against it directly 1999-03-20 00:24:26 +00:00
putterman%netscape.com
42d19f0637 Use .sbd not .sbd/ 1999-03-18 21:37:48 +00:00
putterman%netscape.com
7555abc831 Changes made to avoid nsMsgHdr duplication. 1999-03-18 21:37:21 +00:00