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

1583 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 3790ed5c9c first addition of identity work
- Identity for outgoing mail
- Incoming Server for incoming mail
1999-04-06 22:34:19 +00:00
alecf%netscape.com 52dfdee6cc first check in of identity tests 1999-04-06 22:30:47 +00:00
alecf%netscape.com b6d19b3e68 remove dependancy on libxp so we can track this with ldd -r 1999-04-06 22:30:20 +00:00
mscott%netscape.com f980da1c60 The style sheets for displaying message headers is now in /res/mailnews/messenger. 1999-04-06 22:24:05 +00:00
alecf%netscape.com 5f3050d965 rev this interface 1999-04-06 22:23:11 +00:00
mscott%netscape.com d0fb5c1f7b The style sheets for displaying message headers are now being copied into /res/mailnews/messenger. 1999-04-06 22:22:15 +00:00
alecf%netscape.com f889bdf135 fix crash if local mail directory is not found 1999-04-06 22:19:59 +00:00
nhotta%netscape.com 6b54fa0505 Changed to use unicode converter and related changes. 1999-04-06 21:46:15 +00:00
mscott%netscape.com 77c1ad9cc2 Add getter and setter for an identity to the imap url interface. 1999-04-06 21:02:50 +00:00
mscott%netscape.com fd16397931 Add getters and setters for the identity associated with the url. If the caller attempts to get an identity and we don't have one, then we go out and return the default identity.... 1999-04-06 21:02:07 +00:00
ducarroz%netscape.com 2f046a21b4 Update project, added nsRDFCursorUtil.cpp 1999-04-06 19:32:15 +00:00
mscott%netscape.com 47734ea2b1 Fix linux breakage for rhp. Build new mime/emitters/raw directory. 1999-04-06 19:05:00 +00:00
rhp%netscape.com 7bfca29511 Changes for new CID 1999-04-06 19:03:01 +00:00
rhp%netscape.com e7eb2facb3 Changes for cleaner attachment output 1999-04-06 18:56:54 +00:00
putterman%netscape.com b9ad46047b More work on unread messages view. 1999-04-06 18:40:30 +00:00
bienvenu%netscape.com e306d0f9b6 add interfaces to get thread object from msg hdr or msg key 1999-04-06 18:27:28 +00:00
ducarroz%netscape.com 1599e4701f update project 1999-04-06 18:23:30 +00:00
ducarroz%netscape.com 9f630ba983 Don't need to link with msgCoreUtil.lib 1999-04-06 18:22:31 +00:00
sspitzer%netscape.com 43426539e7 build the tests by default 1999-04-06 06:47:47 +00:00
sspitzer%netscape.com 648abd98d7 have the throbber point to www.mozilla.org, not www.netscape.com 1999-04-06 06:47:05 +00:00
bienvenu%netscape.com a3caca534e more work on threading interfaces, plus i18n change 1999-04-06 05:44:37 +00:00
alecf%netscape.com b8a2a9e4c4 resolve libreg unresolved symbols 1999-04-06 04:54:00 +00:00
alecf%netscape.com 03c1e753d4 remove unused variable 1999-04-06 04:40:01 +00:00
alecf%netscape.com dc08d9f769 resolve undefined symbols and fix library dependancies 1999-04-06 04:37:50 +00:00
sspitzer%netscape.com 905bea92ce fix my build breakage 1999-04-06 04:36:28 +00:00
alecf%netscape.com 440a79131c add libreg for xpcom 1999-04-06 04:30:26 +00:00
alecf%netscape.com 878d7ce196 fix various unused and uninitialize variables, newline at end of file, etc. 1999-04-06 04:27:51 +00:00
alecf%netscape.com 840de6c963 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 7103bd56e2 added newsParser 1999-04-06 04:26:13 +00:00
sspitzer%netscape.com 34b7d25991 add the newsParser test 1999-04-06 04:23:42 +00:00
sspitzer%netscape.com 3fd8819602 add newParserTest to the tests 1999-04-06 04:23:17 +00:00
sspitzer%netscape.com 340a380cbb 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 f040f2fcb4 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 05fa867e97 NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend all take interface IDs. 1999-04-06 03:23:22 +00:00
mscott%netscape.com 3e25c8c7f2 NS_NewComposer and NS_NewComposerBootstrap take interface IDs. 1999-04-06 03:22:41 +00:00
mscott%netscape.com b0d6c14ecb NS_NewComposeAppCore takes an interface ID. 1999-04-06 03:22:21 +00:00
mscott%netscape.com 51acd806c1 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 950bc10f23 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 039fd48b0b 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 34729d53f7 make destructor public so it can be called from the factory. 1999-04-06 03:12:54 +00:00
mscott%netscape.com 4d915b9b6f make destructor public so it can be called from the factory 1999-04-06 03:12:26 +00:00
mscott%netscape.com 049bc5bcbd 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 b233a5f6e3 NS_NewMessengerBootstrap & NS_NewMessenger now take an IID 1999-04-06 03:11:02 +00:00
mscott%netscape.com 8e3e4152a3 NS_NewMsgAppCore takes an IID & refcounts returned object 1999-04-06 03:10:17 +00:00
mscott%netscape.com 080300c3c0 NS_NewRFC822Parser takes an IID & refcounts returned object. 1999-04-06 03:09:36 +00:00
nhotta%netscape.com 45d5e9728e Fixed to map us-ascii to Latin1 for unicode coversion. 1999-04-06 02:08:34 +00:00
ducarroz%netscape.com 5091269390 Part of Messenger Mac landing 1999-04-06 02:05:52 +00:00
ducarroz%netscape.com 86c24bf8f7 Mac only, define LINEBREAK as \012 to avoid conflict with fe_proto.h 1999-04-06 02:05:51 +00:00
ducarroz%netscape.com b5fbf8c9e9 Update project, added nsIMessageViewDataSource.cpp 1999-04-06 01:57:28 +00:00
ducarroz%netscape.com 7a8ccd237e Update project 1999-04-06 00:59:38 +00:00