Commit Graph

3396 Commits

Author SHA1 Message Date
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
sspitzer%netscape.com
cd91948b01 remove comi18n.cpp from this project for rhp@netscape.com 1999-06-04 23:39:14 +00:00
mscott%netscape.com
1f5bf29345 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-04 23:37:52 +00:00
sspitzer%netscape.com
234eb11de9 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-04 23:37:16 +00:00
rhp%netscape.com
8da737b78e Further i18n cleanup 1999-06-04 23:31:45 +00:00
rhp%netscape.com
cf9868c413 Cleanup of comi18n.cpp. 1999-06-04 23:31:01 +00:00
sspitzer%netscape.com
8b8a341189 *** empty log message *** 1999-06-04 23:24:27 +00:00
mscott%netscape.com
1b9e6ee34d Export nsMsgProtocol.h 1999-06-04 23:17:38 +00:00
mscott%netscape.com
a3a8a59bd7 Build nsMsgProtocol. 1999-06-04 23:10:24 +00:00
mscott%netscape.com
0cbd571dd3 Aadd ability to spool a message to disk to the list of services a message service provides. 1999-06-04 23:00:52 +00:00
mscott%netscape.com
81fc669270 Build nsMsgProtocol.h nsMsgProtocol.cpp.
Clean up the makefile by removing extraneous CPP_SRCS declaration...
1999-06-04 22:59:05 +00:00
mscott%netscape.com
890a088089 replace nsAutoCString with more efficient nsAutoString.GetBuffer calls. 1999-06-04 22:47:53 +00:00
mscott%netscape.com
340dbf65f1 Include nsIFileSpec.h 1999-06-04 22:44:11 +00:00
mscott%netscape.com
636c568618 support SaveMessageToDisk (stub right now)
replace nsAutoCString with more efficient nsAutoString
1999-06-04 22:42:31 +00:00
mscott%netscape.com
693efe6500 replace nsAutoCString with more efficient nsAutoString 1999-06-04 22:41:56 +00:00
sspitzer%netscape.com
28add8ce53 even though it isn't building yet, follow briano's lead and use
MOZ_DLL_SUFFIX
1999-06-04 22:32:46 +00:00
sspitzer%netscape.com
50b315979f even though it doesn't build right now, follow briano's lead and use
MOZ_DLL_SUFFIX
1999-06-04 22:31:32 +00:00
sspitzer%netscape.com
003183591d follow briano's lead and use MOZ_DLL_SUFFIX 1999-06-04 22:30:45 +00:00
sspitzer%netscape.com
8bd98decde follow briano's lead and use MOZ_DLL_SUFFIX.
also make some changes to get this building again.  It's still not complete,
but its closer.
1999-06-04 22:28:10 +00:00
mscott%netscape.com
311213ea2a support SaveMessageToDisk (stub right now)
replace nsAutoCString with more efficient nsAutoString
1999-06-04 22:19:59 +00:00
mscott%netscape.com
7925efae6b replace nsAutoCString with more efficient nsAutoString. 1999-06-04 22:18:55 +00:00
sspitzer%netscape.com
37e9ec63ea follow briano's lead and use MOZ_DLL_SUFFIX 1999-06-04 22:18:07 +00:00
sspitzer%netscape.com
0f006d9ad0 follow briano's lead and use MOZ_DLL_SUFFIX. also fix warnings while I'm here. 1999-06-04 22:17:19 +00:00
mscott%netscape.com
4301f6ee9f use nsAutoString and nsAutoString.GetBuffer in place of calling nsAutoCString. This is much more memory friendly and doesn't require an extra copy of the object getting created on the healp like nsAutoCString does. 1999-06-04 22:07:26 +00:00
rhp%netscape.com
7a4dabd56e Added a header 1999-06-04 21:57:36 +00:00
mscott%netscape.com
6c9f928bec Remove nsAutoCString with nsAutoString.GetBuffer(). 1999-06-04 21:49:18 +00:00
mscott%netscape.com
4c24e5a54a replace nsAutoCString with more efficient calls using nsAutoString.GetBuffer. This requires us to force several nsAutoStrings to be created as one byte strings (which is okay). 1999-06-04 21:44:57 +00:00
mscott%netscape.com
d43f8dc8f7 Include nsIFileSpec.h 1999-06-04 21:43:16 +00:00
mscott%netscape.com
825323d0e7 First checked in. New files used to encapsulate much of the cross mail-news protocol code. this is mostly mail protocol to core netlib integration code. Over the next couple days, I'll be updating the mailnews protocols to inherit from nsMsgProtocol and pushing commonality up to the nsMsgProtocol level. 1999-06-04 21:41:47 +00:00
mscott%netscape.com
7f87438369 support SaveMessageToDisk (stub right now).
Remove nsAutoCString with more efficient call to nsString.GetBuffer.
1999-06-04 21:40:25 +00:00
sspitzer%netscape.com
31dd60fb77 FindMsgAppCore() is gone, since alecf removed the MsgAppCore.
The correct call is FindMessenger().
1999-06-04 17:45:57 +00:00
jefft%netscape.com
acdbe02182 temporary fix for build bustage by ducarroz 1999-06-04 16:53:05 +00:00
ducarroz%netscape.com
f653723f82 oops, forget to reactivate one line for the function Dispose 1999-06-04 15:50:54 +00:00
ducarroz%netscape.com
d76353507e Add function Dispose. Fix for build bustage 1999-06-04 15:47:05 +00:00
ducarroz%netscape.com
ad40d4ac48 Add function Dispose, fix build bustage 1999-06-04 15:38:53 +00:00
ducarroz%netscape.com
231eb75070 Add function Dispose, fix also js problem with NewMessage, fix for build bustage 1999-06-04 15:38:43 +00:00
rhp%netscape.com
9326b06773 Fix to use PR_free instead of delete 1999-06-04 12:24:17 +00:00
ducarroz%netscape.com
ac639ba166 add some missing includes for C++ only. 1999-06-04 08:49:46 +00:00
ducarroz%netscape.com
827efe1252 add nsIMessenger.idl, fix build bustage! 1999-06-04 07:45:52 +00:00
sspitzer%netscape.com
3336835e3a fix mac build bustage. 1999-06-04 04:42:24 +00:00
sspitzer%netscape.com
6b09afedc5 fix spelling mistake. 1999-06-04 04:32:07 +00:00
alecf%netscape.com
96cb99cd23 fix leaks 1999-06-04 04:19:46 +00:00
alecf%netscape.com
d06d7ce333 fix a bunch of warnings about shadowed variables, etc 1999-06-04 04:17:56 +00:00
alecf%netscape.com
6e65c166dc fix leak 1999-06-04 04:17:26 +00:00
sspitzer%netscape.com
335ee86b2e nsIDOMMsgAppCore.idl is gone. 1999-06-04 04:12:09 +00:00
alecf%netscape.com
a2bb5212c6 oops, forgot to stop exporting these files 1999-06-04 04:03:12 +00:00
alecf%netscape.com
3a5c88095c added files: mozilla/mailnews/base/src/nsMessengerBootstrap.cpp, removed files: mozilla/mailnews/base/src/nsMessengerNameSet.cpp, mozilla/mailnews/base/src/nsMsgAppCore.cpp, mozilla/mailnews/base/src/nsJSMsgAppCore.cpp 1999-06-04 04:01:56 +00:00
alecf%netscape.com
3dc683beab Killing the messenger appcore once and for all.
Don't be frightened by the size of this checkin, most of the appcore conversion to XPConnect was fairly simple. Some of this is just fixing code that depended on the old appcore
1999-06-04 04:00:58 +00:00
sspitzer%netscape.com
d3638e2a31 libnntp.a should be libnntp_s.a to indicate that is is always going to be a static library. (follow convention) 1999-06-04 03:48:25 +00:00
sspitzer%netscape.com
8b77b24a8f whoops, forgot one. 1999-06-04 03:45:57 +00:00
sspitzer%netscape.com
04a6356f8e return NS_ERROR_NOT_IMPLEMENTED, and not 0. remove dead code. get mark message read working for news. (the m_newSet code isn't being populated from the newsrc file yet, so don't use it.) 1999-06-04 03:38:26 +00:00
sspitzer%netscape.com
6794e5f56b rename the windows library to libnntp_s.lib, since it is static as well 1999-06-04 03:37:41 +00:00
sspitzer%netscape.com
c2a0c775ed libnntp.a should be libnntp_s.a to indicate that is is always going to
be a static library.  (follow convention)
1999-06-04 03:27:00 +00:00
mscott%netscape.com
98227d1515 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-04 02:07:10 +00:00
mscott%netscape.com
4ba6f3c598 Remove unnecessary LINCS now that all headers are pushed to the same directory.
Export header files because they weren't getting exported before.
1999-06-04 02:04:43 +00:00
putterman%netscape.com
4c38bf10fa Just comment out this function so I can get it right on the mac eventually. 1999-06-04 01:51:36 +00:00
mscott%netscape.com
28d6ea8627 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-04 01:21:24 +00:00
putterman%netscape.com
54abbe2d08 Fix PRInt64 problems to fix bustage. 1999-06-04 01:19:56 +00:00
ducarroz%netscape.com
4c18e58f54 nsIMsgBiffManager.h is already exported by xpidl 1999-06-04 01:14:01 +00:00
ducarroz%netscape.com
b8e51b191f add nsIMsgBiffManager.idl, fix build bustage! 1999-06-04 01:09:04 +00:00
putterman%netscape.com
f329411475 fix build bustage 1999-06-04 01:07:03 +00:00
putterman%netscape.com
9ef1c9a85a Add nsIMsgBiffManager.h to fix bustage. 1999-06-04 00:53:56 +00:00
hangas%netscape.com
ead453cea7 Removed dump() line 1999-06-04 00:11:03 +00:00
mscott%netscape.com
1d157c2160 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:42:51 +00:00
mscott%netscape.com
4b2683ff37 Use nsCAutoString instead of nsAutoCString. This new version is much more memory friendly, avoiding an extra copy of the string from getting created on the heap. 1999-06-03 23:37:10 +00:00
sspitzer%netscape.com
61a93ed0e3 don't compare nsCOMPtrs with nsnull. 1999-06-03 23:35:58 +00:00
mscott%netscape.com
562c5e4e2b Export nsLocalMailFolder.h 1999-06-03 23:31:58 +00:00
mscott%netscape.com
932a7ae28c Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:31:57 +00:00
putterman%netscape.com
71a6b0bdfe added files: mozilla/mailnews/base/src/nsMsgBiffManager.cpp 1999-06-03 22:59:23 +00:00
sspitzer%netscape.com
ac78d1b14a if 0 unused functions. add license to top of file. remove shadow warnings. 1999-06-03 22:58:08 +00:00
putterman%netscape.com
7b69f65bfd Make sure Mork Handles get freed. 1999-06-03 22:57:41 +00:00
putterman%netscape.com
7abd55835c Set the folder charset. 1999-06-03 22:56:45 +00:00
putterman%netscape.com
8dc4664732 Added Charset functions. 1999-06-03 22:56:14 +00:00
putterman%netscape.com
9aa5104ebc Added BiffManager. 1999-06-03 22:55:47 +00:00
putterman%netscape.com
16132db4b1 Added Biff Manager and CharSet functions. 1999-06-03 22:54:59 +00:00
putterman%netscape.com
f5f66a5a61 Add nsIMsgBiffManager interface. Add Set/GetCharset to nsIMsgFolder. 1999-06-03 22:53:37 +00:00
sspitzer%netscape.com
05fc051f66 either it is an XPIDL source or we EXPORT it. not both. thanks for warren
for finding this.
1999-06-03 22:30:19 +00:00
chuang%netscape.com
6c3f0848ea Add directory default preferences 1999-06-03 22:27:31 +00:00
sspitzer%netscape.com
8469add17a checked in header file is now the same as the generated makefile 1999-06-03 22:06:57 +00:00
chuang%netscape.com
63c89c725e Add clean up code 1999-06-03 22:00:57 +00:00
warren%netscape.com
cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
ducarroz%netscape.com
829fdd746e oops, the file too add was nsDirPrefs.cpp and not abprefs.cpp 1999-06-03 21:49:07 +00:00
chuang%netscape.com
b30fb29fff Hook up directory preferences 1999-06-03 21:41:27 +00:00
ducarroz%netscape.com
7f54adae60 add abprefs.cpp 1999-06-03 21:36:04 +00:00
hangas%netscape.com
058724442e Added card view pane to address book window and added selectaddress.xul 1999-06-03 21:18:33 +00:00
alecf%netscape.com
161069a6ca check in nsIMessenger.idl - the new Messenger appcore 1999-06-03 21:18:13 +00:00
hangas%netscape.com
a6dea0e31c Added selectaddress.xul, addressbucket.xul. Also modified the addressbook window to have a cardview pane. 1999-06-03 21:15:13 +00:00
chuang%netscape.com
00d1be8c51 Bug 6423 addressbook.xul: non-localizable XUL file 1999-06-03 19:45:56 +00:00
sspitzer%netscape.com
af122ea829 more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
putterman%netscape.com
69710c988d Change column sizes. 1999-06-03 05:40:14 +00:00
putterman%netscape.com
d61a1b0276 Fixed size columns with no wrap. 1999-06-03 05:39:56 +00:00
alecf%netscape.com
53b2ee8c89 oops, we need this function on mac 1999-06-03 04:34:08 +00:00
sspitzer%netscape.com
7762d667fd fix bustage on mac.
mac exposed the circular include problem I was having.  (windows and linux
did not.)

also, remove self include nsINNTPNewsgroupList.idl
1999-06-03 03:16:36 +00:00
alecf%netscape.com
87c7fe532d fix a bunch of warnings in mime - #if 0 out some unused functions 1999-06-03 03:12:10 +00:00
alecf%netscape.com
c2168dd255 fix random unused/uninitialized variables 1999-06-03 02:59:19 +00:00
alecf%netscape.com
8965e1ccbb while I'm here, fix a bunch of warnings about unused static functions and unused variables 1999-06-03 02:56:40 +00:00
alecf%netscape.com
71c619c4d1 fix for bustage 1999-06-03 02:50:05 +00:00
sspitzer%netscape.com
6f5c26fe2a need this on windows to find rosetta.h 1999-06-03 02:38:53 +00:00
putterman%netscape.com
2532fb20b1 remove old resource files that were previously moved to a new location. 1999-06-03 02:36:36 +00:00
putterman%netscape.com
6a535257b2 remove resource files from old ui directory. These were moved to their new locations
a few days ago.
1999-06-03 02:30:26 +00:00
putterman%netscape.com
ee8c2bd4fe remove resource files from old ui directory. These were moved to their new
locations a few days ago.
1999-06-03 02:27:02 +00:00
waterson%netscape.com
691bc26680 Use 'ref=' attribute to avoid confounding copy and move menus. 1999-06-03 02:25:47 +00:00
sspitzer%netscape.com
1032cde167 a whole bunch of changes.
No more NS_New* for the news objects.  Now you must go through the component
manager and use the news factory.

fixes all over to deal with this.

Fix the MODULE.  It should be news, not mailnews or nntp.

more scriptability (XPIDL) changes for news.
1999-06-03 02:24:08 +00:00
alecf%netscape.com
30a53efd75 add interface methods for new Find methods 1999-06-03 02:07:58 +00:00
sspitzer%netscape.com
59bba0f887 not part of the build, yet. 1999-06-03 02:07:40 +00:00
alecf%netscape.com
8ebf32686e add new functions GetServersByIdentity and GetIdentitiesByServer 1999-06-03 02:07:21 +00:00
nhotta%netscape.com
6542da1b5e Auto charset detection support. 1999-06-03 01:08:25 +00:00
jdunn%netscape.com
cd6cf60a60 fix compile warning by declaring nsIMsgMessageService public 1999-06-03 00:46:14 +00:00
hangas%netscape.com
ac39375382 First Checked In. 1999-06-02 20:14:57 +00:00
sspitzer%netscape.com
d17d9fb15a fix build bustage caused by MODULE=news fix 1999-06-02 06:21:21 +00:00
sspitzer%netscape.com
dbeb60ec20 fix more build breakage 1999-06-02 04:07:09 +00:00
sspitzer%netscape.com
fbcd54feba the MODULE is news, not mailnews. 1999-06-02 03:47:39 +00:00
sspitzer%netscape.com
e050c7ea1a fix build bustage caused by fixing the MODULE name in the makefile.win files 1999-06-02 03:41:56 +00:00
sspitzer%netscape.com
cddd9eeb5f fix for #7420. this is the news module, not the mailnews module (which is corresponds to base). cut and paste error 1999-06-02 02:06:36 +00:00
rickg%netscape.com
2525d04098 replaced nsString2.h references with nsString.h 1999-06-02 01:03:41 +00:00
nhotta%netscape.com
e7601c2c62 Bug fix for 7425. 1999-06-02 00:16:23 +00:00
ducarroz%netscape.com
7dbaf5428f Update the IDL file in order to be able to use it finally... Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:23 +00:00
ducarroz%netscape.com
6ddaf266ac Close message compose window after sending the message. Fix for bug #7161 1999-06-02 00:07:22 +00:00
ducarroz%netscape.com
7161234e94 Don't export header files that are generated by the XPIDL compiler. Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:21 +00:00
alecf%netscape.com
17776c8398 stop using [] operator on nsISupportsArrays - going away for scriptability 1999-06-01 23:15:03 +00:00
alecf%netscape.com
6cb432c642 stop using [] operator on nsISupportsArrays (going away for scriptability) 1999-06-01 23:13:37 +00:00
ducarroz%netscape.com
7f790e91a1 First Checked In. 1999-06-01 23:12:32 +00:00
alecf%netscape.com
960301ec8f stop using [] operator (going away for scriptability) 1999-06-01 23:10:12 +00:00
nhotta%netscape.com
2c2d26f147 Consolidated old conversion wrapper function. 1999-06-01 22:00:16 +00:00
ramiro%netscape.com
53abf37698 Add cast for picky compiler. 1999-05-31 15:09:31 +00:00
bruce%cybersight.com
a64a91d06e There is currently an ordering dependency between nsIPref.h and prefapi.h until something gets straightened out. As I don't know when this is happening, and this was breaking the OSF/1 build, handle this for now by moving nsIPref.h before prefapi.h in the includes. 1999-05-31 06:13:06 +00:00
beard%netscape.com
71b71a7ef2 First Checked In. 1999-05-30 02:15:01 +00:00
sspitzer%netscape.com
7b5fb13be3 XPIDL-ify nsINntpService 1999-05-30 00:13:05 +00:00
sspitzer%netscape.com
c47d6cb6d3 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
sspitzer%netscape.com
608ae21942 XPIDL-ify nsINNTPHost and adjust accordingly 1999-05-29 22:45:35 +00:00
sspitzer%netscape.com
fa41e26a94 DEBUG_sspitzer -> DEBUG_NEWS 1999-05-29 21:05:09 +00:00
sspitzer%netscape.com
6eae3b1549 fix const weirdness. clean up code for solaris compiler 1999-05-29 21:03:48 +00:00
sspitzer%netscape.com
a821a0e69a remove the const in preparation for moving to XPIDL 1999-05-29 21:02:30 +00:00
sspitzer%netscape.com
4d94accf80 remove stupid code because it's stupid 1999-05-29 21:01:19 +00:00
sspitzer%netscape.com
99a05c620a XPIDL-ify nsINNTPNewsgroupList, and adjust accordingly.
change DEBUG_sspitzer to DEBUG_NEWS
1999-05-29 21:00:12 +00:00
bienvenu%netscape.com
70e5efbc4e get local mail filters working 1999-05-29 17:09:39 +00:00
bienvenu%netscape.com
496fa801e4 fix match hdrs for filters 1999-05-29 17:08:53 +00:00
mcafee%netscape.com
143ed22419 Fix implicit declaration warning for atoi(). Thansk to Brian Ryner bryner@uiuc.edu for this fix. 1999-05-29 08:56:53 +00:00
jefft%netscape.com
818691e714 fixed unmatching memory free 1999-05-29 01:20:28 +00:00
jefft%netscape.com
ea12e75566 removed unneeded code 1999-05-29 01:19:48 +00:00
sspitzer%netscape.com
5ca2b62293 fix the subscribe xul and css 1999-05-29 00:28:02 +00:00
sspitzer%netscape.com
f4d602925d cvs ignorage for the generate Makefiles 1999-05-28 23:52:47 +00:00
alecf%netscape.com
def9929e2f don't leak! 1999-05-28 23:28:37 +00:00
alecf%netscape.com
9ceb39673f remove call to GetCharPref 1999-05-28 23:28:04 +00:00
alecf%netscape.com
ed54779b1e aug, I'll get this right yet - pass in propertyURL correctly 1999-05-28 23:26:14 +00:00
alecf%netscape.com
bda0763b8d aug. Rename GetCharPref to CopyCharPref 1999-05-28 23:25:27 +00:00
alecf%netscape.com
33d92430ec remove call to GetCharPref() 1999-05-28 23:25:09 +00:00
putterman%netscape.com
15c9d1ecfa Part of new mailnews resources hierarchy. 1999-05-28 22:38:07 +00:00
putterman%netscape.com
32a4010360 Add resultPane.xul to MANIFEST file. 1999-05-28 22:05:54 +00:00
alecf%netscape.com
bd42c9b6fe remove bogus files from build 1999-05-28 21:34:58 +00:00
nhotta%netscape.com
5e98f508b1 Clean up and preparing for auto detection. 1999-05-28 20:40:05 +00:00
jefft%netscape.com
aaae5a0a97 partially fixed bug 7147 -- Drop-down menu does not show folder when selecting Move Message 1999-05-28 20:30:23 +00:00
sspitzer%netscape.com
a7d3bcc76e ignore the generated Makefile 1999-05-28 20:21:36 +00:00
ducarroz%netscape.com
d4d5969eb9 remove nsVCardTransition.cpp who has been deleted from the tree 1999-05-28 20:14:47 +00:00
sspitzer%netscape.com
576fc4b9e7 fix build bustage. that file is gone. 1999-05-28 20:12:41 +00:00
putterman%netscape.com
2a809a9270 Part of new mailnews resources hierarchy. 1999-05-28 20:10:53 +00:00
mscott%netscape.com
32a4a61bc4 Remove inadvertant ';' in if clause. thanks to sfraser for pointing it out. 1999-05-28 20:00:33 +00:00
rhp%netscape.com
e11a894e09 Changes for using string bundles 1999-05-28 20:00:32 +00:00
rhp%netscape.com
b42adc0340 Changes for using string bundles 1999-05-28 19:58:00 +00:00
sspitzer%netscape.com
231bbc5ac9 changes for makeing news scriptable 1999-05-28 19:43:14 +00:00
putterman%netscape.com
02f9b03683 Part of new mailnews resources hierarchy. 1999-05-28 19:41:31 +00:00
ducarroz%netscape.com
147eff6d25 First Checked In. 1999-05-28 19:40:07 +00:00
rhp%netscape.com
45df42a205 New files for using string bundles 1999-05-28 12:39:28 +00:00
dp%netscape.com
b21d1e72dc Fixing nsrefcnt to be unsigned long to maintain binary compatibility. All Addref() and Release() prototypes modified appropriately 1999-05-28 04:53:17 +00:00
blizzard%redhat.com
336beea369 remove hard coded toolkit names in tests 1999-05-28 03:42:59 +00:00
alecf%netscape.com
7f7c0433d4 use XPIDL on windows for all these IDL files 1999-05-28 03:08:27 +00:00
bienvenu%netscape.com
aebb6c1bba fix ref counting problem on isupports filter stuff 1999-05-28 02:15:31 +00:00
bienvenu%netscape.com
88b19e05c6 fix filter folder name to be one byte 1999-05-28 02:14:59 +00:00
alecf%netscape.com
ff3c5ccf00 GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:56:53 +00:00
alecf%netscape.com
c9a24faca5 remove calls to GetCharPref() (going away for nsIPref scriptability) 1999-05-28 00:48:49 +00:00
mcmullen%netscape.com
7dce873c56 Removed base/baseDebug.shlb 1999-05-28 00:48:24 +00:00
bienvenu%netscape.com
14e6523f6e fix build bustage in filter code 1999-05-28 00:38:24 +00:00
ducarroz%netscape.com
9e355ce031 Remove msgLocal dependency 1999-05-28 00:28:37 +00:00
bienvenu%netscape.com
6d7eabd86d checkpoint search and filter stuff 1999-05-28 00:26:55 +00:00
mscott%netscape.com
c1c89e5808 Remove obsolete dependency on local. 1999-05-27 22:16:07 +00:00
mscott%netscape.com
faac19b5aa No longer need to link against local. 1999-05-27 22:14:51 +00:00
mscott%netscape.com
6f61c81c3b Use nsIMgParseMailMsgState & the component manager so we don't have to link against local to pick up the message parser. 1999-05-27 22:13:57 +00:00
mscott%netscape.com
12ff1a5901 Register component for nsIMgParseMailMsgState. 1999-05-27 22:11:18 +00:00
mscott%netscape.com
325bd2325a use nsIMgParseMailMsgState. This generalizes the message parser behind an interface so other components can use it without linking against local. 1999-05-27 22:10:10 +00:00
mscott%netscape.com
80ead13837 Export nsIMsgParseMailMsgState.h 1999-05-27 22:09:15 +00:00
mscott%netscape.com
9268a4f944 Add claas id for nsIMgParseMailMsgState 1999-05-27 22:06:40 +00:00
mscott%netscape.com
fceb885555 export nsIMsgParseMailMsgState.h 1999-05-27 21:39:28 +00:00
rhp%netscape.com
9c510bb923 Adding new string bundle file 1999-05-27 21:37:10 +00:00
rhp%netscape.com
1fd2f6742a Adding string bundle properties file 1999-05-27 21:36:03 +00:00
rhp%netscape.com
de369006a0 Doing cleanup 1999-05-27 21:35:19 +00:00
rhp%netscape.com
748f501c75 removed files: mozilla/mailnews/mime/cthandlers/vcard/oldi18n.c 1999-05-27 21:34:39 +00:00
jefft%netscape.com
1ddc0fb3ed fixed bug 7163 - imap directory not automatically created if missing 1999-05-27 21:14:02 +00:00
mscott%netscape.com
15c7df08bd Not part of build yet. An interface that will sit on top of the message mail statee parser so other components can use it. 1999-05-27 20:53:19 +00:00
sspitzer%netscape.com
ec593b881b fix bustage.
we used to have -llocalmail in our link line.  but that's a component, so that's
wrong, so mcafee removed it.  but we weren't linking against liblocalmail.so, we were actually linking in liblocalmail.a.  but briano's change to mozilla/config/rules.mk made it so liblocalmail.a got moved into dist/lib/components, so now
we need to explictly link against this .a

the problem is in this .a is a class that we need.  mscott is working on
the right fix, and he'll remove this when he re-arranges the code.
1999-05-27 19:14:42 +00:00
rhp%netscape.com
2e9f6e01d7 Fix for 8bit character display in vcards 1999-05-27 12:19:36 +00:00
alecf%netscape.com
765900b01b API change GetUserName -> GetUsername 1999-05-27 06:40:41 +00:00
alecf%netscape.com
57b91fe7a4 include the right CID file 1999-05-27 06:38:20 +00:00
mcafee%netscape.com
6dadc570f0 Looks like liblocalmail became a component, removing it from the link line. 1999-05-27 06:37:04 +00:00
bienvenu%netscape.com
e6dfebacc5 fix build bustage 1999-05-27 06:32:31 +00:00
alecf%netscape.com
e41c75a8dd oops, trailing semicolon 1999-05-27 06:31:10 +00:00
alecf%netscape.com
d73dea3de2 IDL-ify three more interfaces 1999-05-27 06:30:01 +00:00
bienvenu%netscape.com
125cfeec74 fix build bustage 1999-05-27 06:24:06 +00:00
alecf%netscape.com
37bf50f424 remove useless IDL file 1999-05-27 06:19:20 +00:00
bienvenu%netscape.com
dc67f8381f fix build bustage 1999-05-27 06:08:15 +00:00
alecf%netscape.com
0a37d0342e remove useless nsIMsg.h 1999-05-27 06:04:43 +00:00
alecf%netscape.com
3af5cfefad API change GetUserName -> GetUsername 1999-05-27 05:54:06 +00:00
alecf%netscape.com
4b3f3ae50b API change - GetUserName -> GetUsername 1999-05-27 05:51:24 +00:00
bienvenu%netscape.com
f9b86efab9 fix build bustage 1999-05-27 05:47:52 +00:00
alecf%netscape.com
8b3e631493 API change - Get/SetUserName -> Get/SetUsername 1999-05-27 05:47:28 +00:00
alecf%netscape.com
6b902da8bc API name change 1999-05-27 05:43:30 +00:00