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

3242 Коммитов

Автор SHA1 Сообщение Дата
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