sspitzer%netscape.com
5a8be8c084
renaming nsMsgUtils.*, this was already being used in mozilla/mailnews/base/src
1999-06-07 20:03:40 +00:00
ducarroz%netscape.com
bf2ca7ad84
add nsMsgCompUtils.cpp
1999-06-07 20:03:34 +00:00
rhp%netscape.com
d3aba96171
Fix checkin
1999-06-07 19:52:01 +00:00
sspitzer%netscape.com
cf584f2449
fix build bustage. rhp says we need this now.
1999-06-07 19:26:48 +00:00
sspitzer%netscape.com
e494ab598f
fix build bustage.
1999-06-07 19:23:07 +00:00
sspitzer%netscape.com
d77b191329
fix build bustage. case sensitivity problem.
1999-06-07 19:22:21 +00:00
law%netscape.com
475e0fa63c
"First step towards exorcism of nsIXULWindowCallbacks"
1999-06-07 19:21:33 +00:00
rhp%netscape.com
81d53b8ce0
More fixe
1999-06-07 19:18:34 +00:00
rhp%netscape.com
e529311adc
Dumb typo
1999-06-07 19:17:23 +00:00
rhp%netscape.com
4c2e0b52e7
Fixes for recent checkins
1999-06-07 19:14:45 +00:00
rhp%netscape.com
b515b7b905
Transition header file
1999-06-07 19:12:21 +00:00
rhp%netscape.com
a19356c31d
Changes for composition BE
1999-06-07 18:58:27 +00:00
rhp%netscape.com
0993d9274c
Changes for mail composition
1999-06-07 18:55:28 +00:00
rhp%netscape.com
cec8446911
Adding files to Makefiles
1999-06-07 18:54:37 +00:00
rhp%netscape.com
f44f77db4b
More composer BE changes
1999-06-07 18:54:18 +00:00
rhp%netscape.com
bfd5dfb563
New back end composition functionality
1999-06-07 18:53:47 +00:00
rhp%netscape.com
fb10658a30
added files: mozilla/mailnews/compose/src/nsMsgZapIt.cpp, mozilla/mailnews/compose/src/nsMsgCreate.cpp, mozilla/mailnews/compose/src/nsMsgCopy.cpp, mozilla/mailnews/compose/src/nsMsgSendLater.cpp, mozilla/mailnews/compose/src/nsMsgDeliveryListener.cpp, mozilla/mailnews/compose/src/nsMsgComposeStringBundle.cpp, mozilla/mailnews/compose/src/nsMsgEncoders.cpp, mozilla/mailnews/compose/src/nsMsgI18N.cpp, mozilla/mailnews/compose/src/nsMsgAttachmentHandler.cpp, mozilla/mailnews/compose/src/nsMsgPrompts.cpp
1999-06-07 18:53:19 +00:00
hangas%netscape.com
59855d71b5
Added AddressBook.js
1999-06-07 18:52:09 +00:00
rhp%netscape.com
0add99469e
removed files: mozilla/mailnews/compose/src/nsMsgCompose.cpp
1999-06-07 18:51:32 +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
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
sspitzer%netscape.com
c4ac24f55e
fix the mac, again.
1999-06-05 22:02:31 +00:00
sspitzer%netscape.com
b6a66c52f3
fix the mac, because it sucks.
1999-06-05 21:26:48 +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
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
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
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
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
ducarroz%netscape.com
ac639ba166
add some missing includes for C++ only.
1999-06-04 08:49:46 +00:00
sspitzer%netscape.com
3336835e3a
fix mac build bustage.
1999-06-04 04:42:24 +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
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
sspitzer%netscape.com
dbeb60ec20
fix more build breakage
1999-06-02 04:07:09 +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
ducarroz%netscape.com
7f790e91a1
First Checked In.
1999-06-01 23:12:32 +00:00
ramiro%netscape.com
53abf37698
Add cast for picky compiler.
1999-05-31 15:09:31 +00:00
beard%netscape.com
71b71a7ef2
First Checked In.
1999-05-30 02:15:01 +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
f4d602925d
cvs ignorage for the generate Makefiles
1999-05-28 23:52:47 +00:00