Граф коммитов

825 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 3e273021f9 fix folder info uint32 handling 1999-03-05 07:23:24 +00:00
bienvenu%netscape.com e086d76285 add factory method, remove oid parameter to match real mdb 1999-03-05 03:29:41 +00:00
bienvenu%netscape.com f366250691 try to fix time stamp and stat routines so we can re-open existing db's 1999-03-05 03:28:34 +00:00
bienvenu%netscape.com af373c479e add rdf to the stupid mailbox parsing test app 1999-03-05 03:25:51 +00:00
bienvenu%netscape.com 5ea8a7cda3 add morkConfig to makefile 1999-03-05 02:49:36 +00:00
mscott%netscape.com bcf7ff6db0 Don't add a null urllistener... 1999-03-04 20:10:20 +00:00
ducarroz%netscape.com a29697b157 no comment 1999-03-04 19:43:28 +00:00
ducarroz%netscape.com 41f19c23e2 Add the function NewMessage to popup the compose window. 1999-03-04 19:33:55 +00:00
bienvenu%netscape.com c8c2fa438f add a couple cursors 1999-03-04 15:58:52 +00:00
putterman%netscape.com e29f02d492 Need to register the datasource. 1999-03-04 05:24:12 +00:00
putterman%netscape.com 9760e36dad changed id to rdf:id 1999-03-04 05:03:32 +00:00
alecf%netscape.com e51ee28c06 remove FE_Alert to remove dependancy on netlib 1999-03-04 03:11:59 +00:00
mscott%netscape.com ad64473c49 Changes for naoki to implement SetDocumentCharset. 1999-03-04 02:02:12 +00:00
alecf%netscape.com 5bbeb7cf33 make this test compile on unix 1999-03-04 01:40:40 +00:00
alecf%netscape.com 5fb4b727d2 forgot to include nsUInt32Array.cpp in this library! 1999-03-04 01:40:03 +00:00
alecf%netscape.com 5020cdb95b fully resolve all symbols and make the base mailnews library a component 1999-03-04 01:39:36 +00:00
alecf%netscape.com 396690f1cd only build tests when ENABLE_TESTS (i.e. --enable-tests) is turned on 1999-03-04 01:36:25 +00:00
mscott%netscape.com 399ea6d2b6 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
mscott%netscape.com d8f2aeb50c part of scc's merge: change IID() calls to GetIID(). 1999-03-04 00:44:05 +00:00
mscott%netscape.com eb6d06c4f4 attribute name space changes. 1999-03-03 21:59:04 +00:00
mscott%netscape.com d9a65acfe8 attribute name space changes. Spell start up correctly. 1999-03-03 21:56:48 +00:00
mscott%netscape.com cd17d0c300 Fix build breakage by defining SetDocumentCharSet which was added to nsIDOMAppCore. 1999-03-03 18:47:16 +00:00
mscott%netscape.com f4abaae1bd Fix build breakage by adding SetDocumentCharset function which was added to nIDOMMsgAppCore. 1999-03-03 18:44:12 +00:00
mscott%netscape.com 5d477fdf0e Updates to restore commands by changing Onclick to onclick. Also fixed the syntax error in the openURL call that was preventing the LoadMsg button from working. 1999-03-03 18:11:53 +00:00
alecf%netscape.com ab9cdd7f13 onClick -> onclick 1999-03-03 17:48:34 +00:00
rhp%netscape.com 4d3e325ad3 More cleanup for stream conveter interface. 1999-03-03 05:58:00 +00:00
rhp%netscape.com 4fd16c792b Changes for new XP-COM interface for stream converters. 1999-03-03 05:45:55 +00:00
rhp%netscape.com bb1d88e404 New files for XP-COM stream converter interface. 1999-03-03 05:36:20 +00:00
bienvenu%netscape.com 08c538c41f fix build bustage courtesy of the nsCOMPtr team 1999-03-03 05:13:21 +00:00
mscott%netscape.com 40b35e353a Remove nsIsmgSend->Test() call. 1999-03-03 03:27:31 +00:00
bienvenu%netscape.com bd62c57d1e latest drop of mork files 1999-03-03 03:15:45 +00:00
mscott%netscape.com 634a35c78e Fix build breakage. Seems like none of these interfaces implement a Test() method... 1999-03-03 02:03:48 +00:00
mscott%netscape.com 455cd35f19 url listener update. 1999-03-03 01:32:10 +00:00
mscott%netscape.com 0ddffd2393 Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll. 1999-03-03 01:31:28 +00:00
mscott%netscape.com 8eddda2990 Update smtp test to register itself as a url listener on the current smtp url being run. 1999-03-03 01:27:11 +00:00
mscott%netscape.com 6da99d4363 Don't rely on msgcore.lib, use the dll instead.... 1999-03-03 01:25:49 +00:00
mscott%netscape.com 72d8fed76a asking the smtp service to send a message requires you to pass in a url listener (which can be nsnull if you don't care). 1999-03-03 01:24:56 +00:00
bienvenu%netscape.com b0a61eb1ef make sure message key gets set correctly 1999-03-03 01:22:49 +00:00
mscott%netscape.com 7e73c45aa1 Pass in a url listener to send message. 1999-03-03 01:22:20 +00:00
mscott%netscape.com 1288d51931 Update to latest version of nsIMsgMailNewsUrl which includes url listener registration and notification stuff. 1999-03-03 01:21:38 +00:00
nhotta%netscape.com 97a44299d7 Reformat code for MIME encoder, otherwise unreadable. 1999-03-03 01:20:22 +00:00
mscott%netscape.com 21550b1e0f Update to take a url listener when sending a message. 1999-03-03 01:19:50 +00:00
mscott%netscape.com 16188dfbca Changes to make the mailbox test driver a url listener on the currently loaded url. This allowed me to use the test driver for mailbox urls as a test for url listeners... 1999-03-03 01:18:18 +00:00
mscott%netscape.com 251f09540d Update urlListener stuff. 1999-03-03 01:16:42 +00:00
mscott%netscape.com 702229c0c5 pass in urlListener as argument to parsing a mailbox. 1999-03-03 01:15:40 +00:00
mscott%netscape.com becaace5ad Add url listener manager support to mailbox urls. 1999-03-03 01:14:45 +00:00
mscott%netscape.com 8f3340d738 When parsing a mailbox, allow the caller to pass in a url listener on the action.... 1999-03-03 01:13:34 +00:00
mscott%netscape.com a0e38e24d7 Requires netlib. 1999-03-03 01:12:20 +00:00
mscott%netscape.com c6bd0cba90 Add code to register a url listener manager. 1999-03-03 01:11:53 +00:00
mscott%netscape.com 8e14e30d93 Build nsUrlListenerManager. 1999-03-03 01:10:42 +00:00