alecf%netscape.com
2b79394b17
fix for #37205 - switch back to "pop3" from "pop"
2000-04-26 21:21:12 +00:00
jefft%netscape.com
da50b52420
fixed bug 17100 - [FEATURE] enabled partial message download for pop3
2000-04-25 01:48:00 +00:00
cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
09386227ae
EXTRA_DSO_LIBS should fix the unresolve symbol problem.
2000-04-04 09:40:49 +00:00
cls%seawood.org
fdd09457b4
Fix for EXTRA_DSO_LIBS in rules.mk
...
OS/2 Makefile.in changes (Patch 4a). Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
sspitzer%netscape.com
72d8e4bf7a
be consistent with how we define the incoming server prog ids. add a debugging
...
printf (for me only). r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com
d8d073bd7c
Conversion of ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-04 00:39:15 +00:00
mscott%netscape.com
a3f7711965
add support for local string bundle service
...
remove all traces of mailboxMessage protocol
r=alecf
2000-01-29 00:48:27 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
sspitzer%netscape.com
da6aaee871
fix #23372 , remove hard coded string from account manager and account wizard
...
js. fix #23313 , don't allow user to delete "local folders" account.
fix #23413 , implement delete account. further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)
r=alecf
2000-01-08 04:01:06 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
ramiro%fateware.com
2a2494a33b
Dont put the static rdfutil thing inside the FORCE_ALL block. r=alecf.
1999-10-22 23:28:30 +00:00
mscott%netscape.com
f4e5fb5e30
Bug #11836 --> convert local factory to be a nsIModule
...
r=bienvenu
1999-10-07 23:35:10 +00:00
briano%netscape.com
0c1d97b591
General cleanup.
1999-09-15 00:02:25 +00:00
sspitzer%netscape.com
d5445de86d
check the return values when calling SetDefaultLocalPath(). mail.root.pop wasn't getting set when migrating a profile that used pop. it was caused by a simple cut and paste error.
1999-09-14 12:08:02 +00:00
alecf%netscape.com
fc5232bd1d
don't need to depend on nsMsgBaseCID.h anymore
1999-09-14 00:10:29 +00:00
alecf%netscape.com
abe7c5a68c
also implement "none" protocol info
1999-09-14 00:04:09 +00:00
alecf%netscape.com
2dee1a9519
register pop3service as a protocolinfo
1999-09-14 00:01:57 +00:00
mscott%netscape.com
e136e62437
register as mailboxMessage protocol handler.
1999-09-12 05:07:23 +00:00
sspitzer%netscape.com
e40911db58
changes to support the new "none" incoming server type.
...
divorce "pop3" from local mail. (more to be done here).
general code clean up.
fix #12873 and #12801
1999-09-01 06:08:19 +00:00
putterman%netscape.com
82d604a5a0
msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
1999-08-30 22:17:13 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
alecf%netscape.com
8cc67d0bc8
move CIDs and ProgIDs into nsMsgLocalCID.h
1999-08-20 03:20:54 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
01ab699db6
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
briano%netscape.com
d4b2efa813
Cleanup and fix for OpenBSD.
1999-07-01 18:51:49 +00:00
scc%netscape.com
f79508bc68
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mscott%netscape.com
fceb8ad883
Use factory method for pop3 url.
1999-06-22 04:32:31 +00:00
mscott%netscape.com
1f74e91cbd
Add pop3 url cid.
1999-06-22 04:32:19 +00:00
mscott%netscape.com
8b97630479
constructor for smtp url no longer takes any arguments.
1999-06-22 00:11:11 +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
989344b80b
remove IGNORE_MANIFEST.
1999-06-07 21:28:20 +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
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
932a7ae28c
Remove unnecessary LINCS now that all headers are pushed to the same directory.
1999-06-03 23:31:57 +00:00
mscott%netscape.com
12ff1a5901
Register component for nsIMgParseMailMsgState.
1999-05-27 22:11:18 +00:00
mscott%netscape.com
9268a4f944
Add claas id for nsIMgParseMailMsgState
1999-05-27 22:06:40 +00:00
alecf%netscape.com
26053eb932
IDL-ify these interfaces
...
move CIDs into nsMsgLocalCID
1999-05-27 04:53:32 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
mscott%netscape.com
d09f0061ac
Updates with msgcoreutil building as a dll.
1999-05-18 23:59:45 +00:00
dp%netscape.com
b5707f7a96
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
sspitzer%netscape.com
67c44b2b57
warnings be gone!
1999-05-06 00:17:15 +00:00
alecf%netscape.com
87f98b15b3
move static libraries inside SHARED_LIBRARY_LIBS
1999-04-26 22:41:02 +00:00
putterman%netscape.com
5d9639ccc0
Added ability to create a message.
1999-04-24 20:44:40 +00:00
putterman%netscape.com
5abc728033
Added mailbox_message registration.
1999-04-21 20:17:43 +00:00