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

34 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com dbb4e2b201 include nsMsgImapCID.h 1999-06-22 05:00:12 +00:00
mscott%netscape.com a5f19ab0bb add another class id. 1999-06-22 05:00:04 +00:00
mscott%netscape.com 6f740175e8 Export nsMsgImapCID.h 1999-06-22 04:55:03 +00:00
mscott%netscape.com 4ec6f48e35 Export nsMsgImapCID.h 1999-06-22 04:49:47 +00:00
mscott%netscape.com 15a6fd0c3d First checked in. Header file for the class ids this factory can produce components for. 1999-06-22 04:46:01 +00:00
mscott%netscape.com 14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com 614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +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 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 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 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 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
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
mcafee%netscape.com 6dadc570f0 Looks like liblocalmail became a component, removing it from the link line. 1999-05-27 06:37:04 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sspitzer%netscape.com 46147558a0 ignore the generated makefile 1999-05-08 16:59:42 +00:00
mscott%netscape.com de3a8236b0 For some reason we were linking against msgcore.lib. We didn't need to be. 1999-05-07 23:49:31 +00:00
mscott%netscape.com 8a9b6ddfdb Build the imap library. 1999-05-07 21:23:07 +00:00
mscott%netscape.com e7460f4c72 Fix mismatched delete. 1999-05-07 00:13:10 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
bienvenu%netscape.com 4c4c9c8a45 adopt new msg uri scheme from scott, work on message loading 1999-04-25 21:51:39 +00:00
putterman%netscape.com fd958ea8cd Add ability to create a message. 1999-04-24 20:46:07 +00:00
bienvenu%netscape.com ead5ee2909 get imap messages to display in thread pane 1999-04-23 01:33:52 +00:00
jefft%netscape.com 6d28346e31 not part of the build yet - added msglocal.lib 1999-04-22 19:00:25 +00:00
mscott%netscape.com 459aa39e8c unregister ImapResource. Compress some of the register service code for the imap resource. 1999-04-21 21:08:00 +00:00
jefft%netscape.com f831513a5a added imap resource to the factory 1999-04-21 05:18:56 +00:00
jefft%netscape.com 494b3a11bb added rdfutil_s.lib, rdf, rdfutil to the build 1999-04-21 05:17:37 +00:00
mscott%netscape.com 9aca3f3e4d (not part of the build yet).
I removed our dependencies on xplib so we no longer need to link to it. This cuts down the imap dll by some 40% or so. yippee!
1999-04-08 23:04:13 +00:00
mscott%netscape.com b7ea611b18 (not part of the build yet) a=cyeh.
I changed the dll name for imap to be msgimap.dll. We now need prefs and js in the requires list.
1999-04-08 02:49:40 +00:00
mscott%netscape.com 3eefdc4c4d (not part of the build) a=cyeh.
Imap factory can now generate components for the imap service and for the imap incoming server.
1999-04-08 02:48:56 +00:00
bienvenu%netscape.com cbe1d4ad20 get parser to link 1999-03-31 05:16:38 +00:00
bienvenu%netscape.com e9371ee3b9 get parser to compile 1999-03-31 04:42:08 +00:00
mscott%netscape.com 6ad016b233 Not part of the build yet. a=chofmann. Initial check in of imap framework.
Imap factory is used to build the imap dll component.
1999-03-18 01:09:50 +00:00