Commit Graph

333 Commits

Author SHA1 Message Date
mscott%netscape.com
0124f4b62b Don't attempt to read from the file we are sending unless the file stream is in fact open. 1999-06-16 02:19:49 +00:00
sspitzer%netscape.com
62e5a55ab1 no newline at the end of the file 1999-06-16 00:24:39 +00:00
sspitzer%netscape.com
7214b158cc rename s to s2 to stop shadowing. we don't need to get the prefs service again, we already have it. 1999-06-16 00:24:17 +00:00
mscott%netscape.com
28288f9834 Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. We were also making a com ptr out of a non interface so I added a dirty hack to fix that. 1999-06-16 00:00:55 +00:00
rhp%netscape.com
1d71c93760 New quoting functionality 1999-06-15 23:22:34 +00:00
ducarroz%netscape.com
75fab88934 replace /*nsIDOMEditorAppCore*/nsISupports by nsIEditorShell 1999-06-15 14:25:26 +00:00
rhp%netscape.com
ebb4679beb Checking in changes for new files (not in build yet) 1999-06-15 14:11:56 +00:00
sspitzer%netscape.com
44c82c1f92 fix for #8126. crashing when posting to a non-existant newsgroup. 1999-06-15 07:28:54 +00:00
sspitzer%netscape.com
500ef17e37 alerts are too broken to use at this point. #7770 and other bugs. argh. 1999-06-15 00:35:43 +00:00
rhp%netscape.com
aa81289584 Fix for GMT offset bug 1999-06-15 00:10:34 +00:00
sspitzer%netscape.com
b0a4a38719 if we are on a PC, allow the dialogs to pop up. 1999-06-14 22:26:47 +00:00
putterman%netscape.com
1ea80282cc DeleteStorage on delete message. 1999-06-14 22:24:16 +00:00
sspitzer%netscape.com
3cb58269b2 make the alert messages show up in the console window. this is just
a hack until 7770 gets fixed.  note:  it only works for single byte languages.
1999-06-14 21:22:13 +00:00
mscott%netscape.com
fa6ebcb1a6 Fix a memory leak. 1999-06-14 21:05:37 +00:00
rhp%netscape.com
04b7d1e78f New quoting interface 1999-06-14 05:23:06 +00:00
sspitzer%netscape.com
80afae942f initial work to make posting to any news host.
currently, you can only post to the server specified by the
"network.hosts.nntp_server" pref.  by default, the value of this pref "news".

more work needs to be done to complete this.

fix for #6655
1999-06-12 18:10:58 +00:00
rhp%netscape.com
c41ee84f6a New send later functionality 1999-06-11 23:42:45 +00:00
sspitzer%netscape.com
5b9a8f1310 turn off alert code because of #7770. 1999-06-11 22:58:46 +00:00
sspitzer%netscape.com
967045644e fix for #7795. get news posting to work again. 1999-06-11 22:39:17 +00:00
sfraser%netscape.com
83413f9834 Synch with editorAppCore -> editorShell changes 1999-06-11 19:04:04 +00:00
sspitzer%netscape.com
dd3b61fc31 wrap printf with #ifdef DEBUG 1999-06-11 05:50:13 +00:00
sspitzer%netscape.com
acf309cc4f comment out alert code until #7770 is fixed. sigh. 1999-06-11 05:46:31 +00:00
sspitzer%netscape.com
7c4741fca1 changes for ducarroz's checkin 1999-06-11 00:25:31 +00:00
ducarroz%netscape.com
1638d7c128 need to include "nsMsgComposeBE.h" as it not include by the interface anymore 1999-06-11 00:25:21 +00:00
ducarroz%netscape.com
f3cb15a9ad update make file 1999-06-11 00:25:16 +00:00
ducarroz%netscape.com
643e642824 don't addref a null ptr, that hurts! 1999-06-10 23:31:44 +00:00
ducarroz%netscape.com
68f29c9fd6 Add a temporary hack to make the reply/forward kind of work 1999-06-10 22:08:35 +00:00
mscott%netscape.com
a01b5a1250 Fix smtp send problem. I was over zealous in fixing a memory leak and we were appending an extra
comma to the list of recipients.
1999-06-10 19:37:18 +00:00
mscott%netscape.com
b059e57e90 Trying to clear some stuff up to make it easier for Seth and I to track down the build breakage. 1999-06-10 06:55:14 +00:00
mscott%netscape.com
90b9875120 Fix for SunOS build. we were using a nsCOMPtr on two interfaces without explicitly including the interface header file. 1999-06-10 05:49:17 +00:00
mscott%netscape.com
7834f208ee fix memory leak 1999-06-10 03:06:28 +00:00
ducarroz%netscape.com
08eedc8641 fix build bustage 1999-06-10 03:05:22 +00:00
ducarroz%netscape.com
dc514d6887 add a missing declarations, fix build bustage 1999-06-10 03:04:54 +00:00
mscott%netscape.com
1f5deba4a8 Fix memory leaks. 1999-06-10 02:47:29 +00:00
ducarroz%netscape.com
db2bae8af1 add some missing declarations 1999-06-10 02:02:14 +00:00
ducarroz%netscape.com
b2a5baa4c0 remove any use of nsMsgCompose (it's the old one nsMsgCompose will conflic with the new one I will add soon!) 1999-06-10 02:01:37 +00:00
ducarroz%netscape.com
bfe41f9793 use CreateAndSendMessage instance of SendMessage 1999-06-10 01:50:05 +00:00
ducarroz%netscape.com
5c498f568a need to addref/release the object pass to the callback to avoid crash 1999-06-10 01:11:12 +00:00
rhp%netscape.com
a290a615b2 Changes for composition reorg 1999-06-10 00:52:47 +00:00
ducarroz%netscape.com
1341917654 First Checked In. 1999-06-10 00:41:28 +00:00
mscott%netscape.com
9fdb96a266 Bug #6722 -- part of PR_Open removal. 1999-06-08 18:04:30 +00:00
jefft%netscape.com
94952b1e31 call Release() instead of NS_RELEASE(this) 1999-06-08 00:32:18 +00:00
mscott%netscape.com
16d8890834 Unification of LoadUrl signature to remove some warnings on Linux & Mac. LoadUrl signature takes a display consumer. 1999-06-08 00:01:54 +00:00
mscott%netscape.com
03aa22e351 remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 21:28:45 +00:00
rhp%netscape.com
6177cab787 Change for dialog feedback 1999-06-07 20:29:09 +00:00
sspitzer%netscape.com
21588f4bd2 fix runtime bustage. GetWidth nowhere to be found yet. 1999-06-07 20:23:08 +00:00
sspitzer%netscape.com
cbc6fd02d4 fix warnings (comments within comments). use nsAutoString correctly. 1999-06-07 20:17:47 +00:00
ducarroz%netscape.com
1c86e127a4 fix sprintf problem, Mac only. 1999-06-07 20:13:42 +00:00
rhp%netscape.com
803a359100 fix for mac 1999-06-07 20:09:27 +00:00
sspitzer%netscape.com
5a8be8c084 renaming nsMsgUtils.*, this was already being used in mozilla/mailnews/base/src 1999-06-07 20:03:40 +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
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
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
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
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
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
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
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
6ddaf266ac Close message compose window after sending the message. Fix for bug #7161 1999-06-02 00:07:22 +00:00
ramiro%netscape.com
53abf37698 Add cast for picky compiler. 1999-05-31 15:09:31 +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
alecf%netscape.com
c9a24faca5 remove calls to GetCharPref() (going away for nsIPref scriptability) 1999-05-28 00:48:49 +00:00
alecf%netscape.com
57b91fe7a4 include the right CID file 1999-05-27 06:38:20 +00:00
bienvenu%netscape.com
dc67f8381f fix build bustage 1999-05-27 06:08:15 +00:00
mscott%netscape.com
9117adbab5 fix mismatched memory frees *again* 1999-05-26 22:57:02 +00:00
ducarroz%netscape.com
e00895eb36 fix bug 6914 1999-05-25 23:37:48 +00:00
nhotta%netscape.com
34461d6732 Changed to pick up result of MIME decoder and unicode converter. 1999-05-19 01:37:46 +00:00
ducarroz%netscape.com
037bc5dfa4 Fix Reply and Forward who wasn't working since new Ender LoadUrl. Implement a temporary HTML support. 1999-05-19 00:52:51 +00:00
ducarroz%netscape.com
ff4032f2c0 Remove redefinition of GetTimeMac 1999-05-19 00:52:47 +00:00
mscott%netscape.com
7417bf0a72 fix for bug #6219 -- send data every 2K so we don't fill up our internal buffer when sending a message. 1999-05-18 21:25:55 +00:00
sspitzer%netscape.com
a400047dc9 comment the endifs 1999-05-18 00:21:37 +00:00
rhp%netscape.com
0e79686bb7 Fix problem where incorrect body was being sent in I18N case. 1999-05-17 21:25:19 +00:00
mscott%netscape.com
9ca8e54880 Fix Bug #6216 --> when sending messages with blank lines, we were eating up the line returns. 1999-05-17 21:23:11 +00:00
sspitzer%netscape.com
74a60e66a9 comment out unused variable 1999-05-16 04:15:19 +00:00
sspitzer%netscape.com
c24c59e0d9 touch pointer to quiet compiler 1999-05-16 04:14:21 +00:00
nhotta%netscape.com
a9610c3b44 Clean up, forgot about & for the args. 1999-05-15 01:08:16 +00:00
ducarroz%netscape.com
011df65d26 HTML tag name must be capitalized if we want to find them in the DOM! 1999-05-14 21:18:26 +00:00
ducarroz%netscape.com
41b91b6979 Fix capitalization problem with nsComPtr.h 1999-05-14 19:26:14 +00:00
ducarroz%netscape.com
b8784f93e6 Add pref wrapColumn & useHtml 1999-05-14 18:52:05 +00:00
ducarroz%netscape.com
4d7d12d1c8 Add properties WrapColumn and UseHtml 1999-05-14 18:52:01 +00:00
mscott%netscape.com
96f281e1a3 fix shadowed variables. we were creating a prefs instance many times in the same function when we only needed to create one. 1999-05-13 23:21:04 +00:00
mscott%netscape.com
184d5c6dd0 fix shadowed variable 1999-05-13 23:08:20 +00:00
mscott%netscape.com
297abb3150 fix shadowed variable 1999-05-13 23:00:28 +00:00
law%netscape.com
77263ad4e0 Adding Shutdown member per change to nsIAppShellComponent 1999-05-13 06:10:59 +00:00
rhp%netscape.com
dbbfedd8fc Conversion of prefs to new world API's 1999-05-12 23:42:35 +00:00
rhp%netscape.com
b1de5670df General work on composition back end 1999-05-12 22:13:58 +00:00