Commit Graph

1571 Commits

Author SHA1 Message Date
putterman%netscape.com
c8389034f3 More work on unread messages view. 1999-04-06 18:40:30 +00:00
bienvenu%netscape.com
0c90f57c28 add interfaces to get thread object from msg hdr or msg key 1999-04-06 18:27:28 +00:00
ducarroz%netscape.com
13ecc6211a update project 1999-04-06 18:23:30 +00:00
ducarroz%netscape.com
a1d5e9f613 Don't need to link with msgCoreUtil.lib 1999-04-06 18:22:31 +00:00
sspitzer%netscape.com
7c1d7cde16 build the tests by default 1999-04-06 06:47:47 +00:00
sspitzer%netscape.com
08472ff074 have the throbber point to www.mozilla.org, not www.netscape.com 1999-04-06 06:47:05 +00:00
bienvenu%netscape.com
dbe5e0e2de more work on threading interfaces, plus i18n change 1999-04-06 05:44:37 +00:00
alecf%netscape.com
3bc785d95b resolve libreg unresolved symbols 1999-04-06 04:54:00 +00:00
alecf%netscape.com
ca6e9c7f04 remove unused variable 1999-04-06 04:40:01 +00:00
alecf%netscape.com
5f172faeca resolve undefined symbols and fix library dependancies 1999-04-06 04:37:50 +00:00
sspitzer%netscape.com
a86bf203b6 fix my build breakage 1999-04-06 04:36:28 +00:00
alecf%netscape.com
1598cc30cf add libreg for xpcom 1999-04-06 04:30:26 +00:00
alecf%netscape.com
0195b45486 fix various unused and uninitialize variables, newline at end of file, etc. 1999-04-06 04:27:51 +00:00
alecf%netscape.com
8db7161075 remove various unused variables, fix some signed/unsigned problems, fix some sscanf/printf format strings 1999-04-06 04:26:14 +00:00
sspitzer%netscape.com
8bdd0acb57 added newsParser 1999-04-06 04:26:13 +00:00
sspitzer%netscape.com
090b13c235 add the newsParser test 1999-04-06 04:23:42 +00:00
sspitzer%netscape.com
198913d00e add newParserTest to the tests 1999-04-06 04:23:17 +00:00
sspitzer%netscape.com
ccf8bbb911 quiet egcs / gcc.
(the windows compiler will compile ANYTHING, or windows people like to ignore
warnings.)

update the arguments to Open().  This code has suffered bit rot.
1999-04-06 04:22:45 +00:00
mscott%netscape.com
a574c5cc04 Updates to how we generate components in create instance. All the NS_New*** objects require an interface ID now and they return a ref counted object. 1999-04-06 03:24:04 +00:00
mscott%netscape.com
e41a83346e NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend all take interface IDs. 1999-04-06 03:23:22 +00:00
mscott%netscape.com
221e1adbb7 NS_NewComposer and NS_NewComposerBootstrap take interface IDs. 1999-04-06 03:22:41 +00:00
mscott%netscape.com
8a3ebc24ab NS_NewComposeAppCore takes an interface ID. 1999-04-06 03:22:21 +00:00
mscott%netscape.com
893aefb355 NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend, NS_NewComposeAppCore, NS_NewComposer all now take an interface IID. 1999-04-06 03:21:50 +00:00
mscott%netscape.com
0acb49aa3a Clean up our create instance method. Always check to see if the construction of the object succeeded or not. In addition, verify that the QI succeeded and if it failed, delete the object we had created. 1999-04-06 03:15:55 +00:00
mscott%netscape.com
f93965a831 Fixed with help from Jean-Francois. In ::GetMessages, if getting the folderInfo failed, then we still tried to access the object through the pointer outside of the if(m_folderInfo) clause. Also, we need to initialize the return value as it didn't get a value in one code path... 1999-04-06 03:14:18 +00:00
mscott%netscape.com
3b72e1f24e make destructor public so it can be called from the factory. 1999-04-06 03:12:54 +00:00
mscott%netscape.com
5f761c7817 make destructor public so it can be called from the factory 1999-04-06 03:12:26 +00:00
mscott%netscape.com
d22f5d494f fix ref counting bug in create instance. Update all NS_New*** functions to pass in the interface we want the object in... 1999-04-06 03:11:40 +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
nhotta%netscape.com
e60bf4fc19 Fixed to map us-ascii to Latin1 for unicode coversion. 1999-04-06 02:08:34 +00:00
ducarroz%netscape.com
d3c78aa540 Part of Messenger Mac landing 1999-04-06 02:05:52 +00:00
ducarroz%netscape.com
6852928ca5 Mac only, define LINEBREAK as \012 to avoid conflict with fe_proto.h 1999-04-06 02:05:51 +00:00
ducarroz%netscape.com
17e78f95a6 Update project, added nsIMessageViewDataSource.cpp 1999-04-06 01:57:28 +00:00
ducarroz%netscape.com
e74de88d7a Update project 1999-04-06 00:59:38 +00:00
ducarroz%netscape.com
973d6eb1ae update manifest file 1999-04-06 00:58:58 +00:00
ducarroz%netscape.com
8623605b91 First Checked In. 1999-04-06 00:58:31 +00:00
putterman%netscape.com
d606f4acfd Implement OnAssert and OnUnassert so delete and move work again. 1999-04-06 00:42:51 +00:00
ducarroz%netscape.com
8876e69d85 part of Messenger Mac Landing, modifications affect only Mac build. 1999-04-06 00:40:57 +00:00
bienvenu%netscape.com
371506b69f get top level reference threading working 1999-04-05 23:42:32 +00:00
putterman%netscape.com
d2c9aede5b Added views and sorting. 1999-04-05 23:37:13 +00:00
putterman%netscape.com
7cc6423cff added sorting. 1999-04-05 23:36:25 +00:00
putterman%netscape.com
4c0d65449b Fixed subfolders. 1999-04-05 23:35:56 +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
putterman%netscape.com
58bef020e2 Added ViewAllMessages ViewUnreadMessages. 1999-04-05 23:34:10 +00:00
putterman%netscape.com
9fd031ae06 Added nsIMessageView. 1999-04-05 23:33:43 +00:00
putterman%netscape.com
e9c46278cd added message view datasource. 1999-04-05 23:32:46 +00:00
ducarroz%netscape.com
0e70ec5b97 updated project 1999-04-05 23:21:25 +00:00