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

3200 Коммитов

Автор SHA1 Сообщение Дата
hangas%netscape.com a6ebf372cc Added code to update the cardview pane with data from datasource 1999-06-07 18:50:20 +00:00
rhp%netscape.com b6e1445779 New compose BE functionality 1999-06-07 18:48:32 +00:00
rhp%netscape.com 1304273d5d Cleanup of compose back end 1999-06-07 18:46:14 +00:00
mscott%netscape.com c78ee2032c Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com bb264789fb Fix win32 build breakage (*I think*) by not trying to generate the dll until the install
phase and not the lib phase.
1999-06-07 08:13:14 +00:00
mscott%netscape.com f8948272f2 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:16:53 +00:00
mscott%netscape.com a7e4128294 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:03:50 +00:00
mscott%netscape.com 266ed15e24 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com 853e1ab67e Build mork before msgdb. 1999-06-07 06:45:56 +00:00
mscott%netscape.com b010b6ca4e Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
1999-06-07 06:41:51 +00:00
alecf%netscape.com ca776f901e XPConnect doesn't seem to like returning NULL from string accessors 1999-06-07 04:29:18 +00:00
alecf%netscape.com 4256db97c8 build test 1999-06-06 22:38:34 +00:00
alecf%netscape.com 5ef0b5fc67 ignore makefile 1999-06-06 22:37:35 +00:00
alecf%netscape.com 8d547bee6a add some sample JavaScript tests 1999-06-06 22:37:16 +00:00
alecf%netscape.com 3ea7a6c876 make a little more robust so that we can easily call this from JS 1999-06-06 18:46:03 +00:00
mscott%netscape.com d2b2e2cc4b Updates to include the fact that Initialialzing the protocol instance no longer requires the
transport object to be created. It does it for you. These changes are related to my
nsMsgProtocol changes.
1999-06-06 18:39:56 +00:00
mscott%netscape.com 35288a8c60 Revamp of news protocol to use my new nsMsgProtocol base class. This caused the signature of
several functions to change.

I also added some code to properly kill the network connection after we have finished
a nntp command.
1999-06-06 18:38:43 +00:00
rhp%netscape.com 80d23eb80e forgot to use the propertyURL for as the resource URL 1999-06-06 13:28:30 +00:00
sspitzer%netscape.com b89bb52160 use NS_DEFINE_CID instead of NS_DEFINE_IID. 1999-06-06 00:01:02 +00:00
sspitzer%netscape.com 7efd4dbb68 add dialogs and alerts to the cancel article process. 1999-06-05 23:48:50 +00:00
mscott%netscape.com 41e470f8c8 Add nsIMsgMailNewsUrl to the QueryInterface method. 1999-06-05 23:46:08 +00:00
mscott%netscape.com c364d8954a Load has become LoadUrl on the pop3 protocol class. 1999-06-05 22:52:15 +00:00
mscott%netscape.com 3704aba1d0 Major revamping of the pop protocol. Themain changes were to use my new nsMsgProtocol base class for most of the core netlib interaction. 1999-06-05 22:51:46 +00:00
mscott%netscape.com 250468eea3 Add nsIMsgMailNewsUrl to the QI method. 1999-06-05 22:30:48 +00:00
sspitzer%netscape.com 6c0ba6dcf1 initial work to get news CANCEL working 1999-06-05 22:11:38 +00:00
sspitzer%netscape.com c4ac24f55e fix the mac, again. 1999-06-05 22:02:31 +00:00
mscott%netscape.com 95ffb1e54d Make LoadUrl public and not protected. 1999-06-05 21:47:04 +00:00
sspitzer%netscape.com b6a66c52f3 fix the mac, because it sucks. 1999-06-05 21:26:48 +00:00
mscott%netscape.com bae17d6ab2 Fix unix warning by removing unused variable. 1999-06-05 20:41:10 +00:00
mscott%netscape.com 3569277683 LoadURL is now LoadUrl on the mailbox protocol as part of the nsMsgProtocol changes. 1999-06-05 20:37:42 +00:00
mscott%netscape.com 0f44bac4bd Major revamping of the mailbox protocol. The main changes were to use my new nsMsgProtocol base class for most of the core netlib interaction. 1999-06-05 20:36:58 +00:00
mscott%netscape.com 21065e6ab3 Comment out text following #endif to fix unix warning. 1999-06-05 20:33:36 +00:00
mscott%netscape.com de584878f8 Link against msgcoreutil for nsMsgProtocol. 1999-06-05 20:29:15 +00:00
mscott%netscape.com f3a476d32b LoadURL is now LoadUrl on the smtp protocol. 1999-06-05 20:28:49 +00:00
mscott%netscape.com e4c9eeb3f4 Major revamping of the smtp protocol. The main changes were to use my new nsMsgProtocol base class for most of the core netlib interaction. While i was here, I also fixed a leak where we weren't closing the file stream for the message we were sending. Fixed a leak that was preventing the smtp protocol instance from getting released & destroyed.
Also rewrote the protocol state methods to use nsAutoString instead of allocating buffers for the protocol commands.
1999-06-05 20:28:21 +00:00
mscott%netscape.com b9ae714a11 Add default implemenations for OnDataAvailable, OnStartBinding, OnStopBinding. Push even more functionality for loading a url up into the base class. 1999-06-05 20:21:27 +00:00
mscott%netscape.com a9eed4c2d2 If we fail to register or unregister a component, we should remember the error code and return it,
BUT we should also still try to register/unregister the rest of the components.
1999-06-05 02:21:20 +00:00
mscott%netscape.com 075e9d09d6 If we fail to register or unregister a component, we should remember the error code and return it, BUT we should also still try to register/unregister the rest of the components. 1999-06-05 01:02:42 +00:00
mscott%netscape.com 6e340ba483 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:46:54 +00:00
mscott%netscape.com 7ef713509b Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsXmlEmitterFactory.
1999-06-05 00:39:08 +00:00
mscott%netscape.com 8ae85c4649 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsRawEmitterFactory.
1999-06-05 00:36:09 +00:00
mscott%netscape.com 0b94e000e3 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Rename factory from nsMsgFactory to something more appropriate --> nsHTMLEmitterFactory.
1999-06-05 00:33:00 +00:00
mscott%netscape.com 4e9523c148 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
Change the factory name from nsMsgFactory to nsVCardFactory.
1999-06-05 00:28:45 +00:00
mscott%netscape.com fa4952f753 Change the name of the factory class from nsMsgFactory to a more appropriate name: nsCalendarFactory. 1999-06-05 00:25:54 +00:00
mscott%netscape.com 24ce187361 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:22:18 +00:00
mscott%netscape.com 03e4921265 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:15:12 +00:00
mscott%netscape.com 9fb7de13d5 Remove unnecessary ifdef code... 1999-06-05 00:10:16 +00:00
mscott%netscape.com 087b7b5fb2 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:06:05 +00:00
mscott%netscape.com d41d51bcad Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. We still return the last failure error code though. 1999-06-04 23:56:20 +00:00
mscott%netscape.com 5106aa1e25 Bug #5633 -- use NS_WITH_SERVICE macro. 1999-06-04 23:42:18 +00:00