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

517 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com aeea4449fa Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
ducarroz%netscape.com a9de813753 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
alecf%netscape.com d09c18ef14 fix for blocker - bug #9016 - this prevents the crash, but mail is still not sent on windows 1999-06-29 19:02:25 +00:00
mcafee%netscape.com 4725767eb2 BeOS changes 1999-06-29 09:19:14 +00:00
mcafee%netscape.com b0dcf5ceb4 Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:11:44 +00:00
sspitzer%netscape.com b0755b09a8 changes to get more sophisticated newsgroup addressing to work. thanks to rhp for the backend work. also checking in some xul / js to test this. 1999-06-29 05:04:17 +00:00
alecf%netscape.com 4fc25934e2 remove identity-specific prefs 1999-06-29 04:45:28 +00:00
alecf%netscape.com 4b94ea4a84 now take the identity at send-time 1999-06-29 04:45:11 +00:00
alecf%netscape.com b7951e76d3 now use the identity that was passed in instead of GetHackIdentity, and remove GetHackIdentity 1999-06-29 04:44:24 +00:00
alecf%netscape.com 5f01026da8 generate the message ID from an identity, and take the identity from Init() rather than from GetHackIdentity 1999-06-29 04:41:06 +00:00
rhp%netscape.com 59542bf0a0 Reworking message copy back end 1999-06-26 23:18:49 +00:00
sspitzer%netscape.com da5ff618e4 fix warning 1999-06-26 20:48:10 +00:00
sspitzer%netscape.com 2160d5dd5f fix warnings 1999-06-26 20:47:13 +00:00
sspitzer%netscape.com a835408986 fix warnings 1999-06-26 04:40:56 +00:00
rhp%netscape.com 0170307cde Copy service changes 1999-06-26 01:11:28 +00:00
ducarroz%netscape.com 3a9f0656d6 replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html". replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength" 1999-06-25 21:47:43 +00:00
sspitzer%netscape.com c6f75abe33 changes to make this not build if path isn't defined 1999-06-25 00:49:28 +00:00
sspitzer%netscape.com 83788fe688 fix warnings. get this stuff to build on UNIX 1999-06-25 00:23:26 +00:00
rhp%netscape.com 07146e8eba Changes for compose reorg 1999-06-24 23:54:34 +00:00
rhp%netscape.com e3821db151 New files for GetURL operations 1999-06-23 21:46:07 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
warren%netscape.com fc9061cd28 Missing return! 1999-06-22 20:21:34 +00:00
mscott%netscape.com 5172013f7c Overhaul of smtp url to use new nsMsgMailNewsUrl class. This should make necko integration easier and reduce footprint a bit. 1999-06-21 23:20:50 +00:00
mscott%netscape.com 7c0bd0c45d Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsISmtpUrl, nsIMsgMailNewsUrl, etc).

Use the factory to create an instance of the smtp url for running urls.
1999-06-21 23:19:13 +00:00
mscott%netscape.com 4500fb9163 Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsISmtpUrl, nsIMsgMailNewsUrl, etc).
1999-06-21 23:18:45 +00:00
sfraser%netscape.com ea55e499a9 Removal of old EditorAppCore code. 1999-06-21 22:33:29 +00:00
ducarroz%netscape.com d252ebbfc1 File Removed. 1999-06-21 20:51:48 +00:00
ducarroz%netscape.com 47997ed80c Remove forward as quoted. Don't addref/release m_editor, fix for bug 8570 1999-06-21 20:28:40 +00:00
sfraser%netscape.com 3df9c89059 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why. 1999-06-19 22:04:20 +00:00
sfraser%netscape.com f33ad6edc1 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
ducarroz%netscape.com a21a21bc0d Turn off the new quoting code that was causing bug #8483 and #8481, A=chofmann. 1999-06-19 00:16:39 +00:00
rhp%netscape.com 17fd9a8d3b This will enable the old quoting hack for non local mailbox messages. This
checkin was approved by chofmann.
1999-06-18 02:37:25 +00:00
ducarroz%netscape.com 326c05e1e3 Fix for bug 7508, A=chofmann, R=bienvenu 1999-06-16 22:58:02 +00:00
alecf%netscape.com d66ace49a2 fix vc5 bustage - don't use nsCOMPtr on implementations, only on interfaces 1999-06-16 04:09:33 +00:00
mscott%netscape.com accaad05aa 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 c7d9753b9b no newline at the end of the file 1999-06-16 00:24:39 +00:00
sspitzer%netscape.com db045d6ced 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 6f8389aecb 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 2878f72dc2 New quoting functionality 1999-06-15 23:22:34 +00:00
ducarroz%netscape.com f60a79dbf9 replace /*nsIDOMEditorAppCore*/nsISupports by nsIEditorShell 1999-06-15 14:25:26 +00:00
rhp%netscape.com bba71a7ac3 Checking in changes for new files (not in build yet) 1999-06-15 14:11:56 +00:00
sspitzer%netscape.com f68bfdec9c fix for #8126. crashing when posting to a non-existant newsgroup. 1999-06-15 07:28:54 +00:00
sspitzer%netscape.com 5b817383ac 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 1a4761d9b1 Fix for GMT offset bug 1999-06-15 00:10:34 +00:00
sspitzer%netscape.com 48dd594b2a if we are on a PC, allow the dialogs to pop up. 1999-06-14 22:26:47 +00:00
putterman%netscape.com fc330b35b6 DeleteStorage on delete message. 1999-06-14 22:24:16 +00:00
sspitzer%netscape.com 4fe5f8e5b8 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 6fb05a6420 Fix a memory leak. 1999-06-14 21:05:37 +00:00
rhp%netscape.com 673c1a60c5 New quoting interface 1999-06-14 05:23:06 +00:00
sspitzer%netscape.com 9f14911272 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 14e6df2714 New send later functionality 1999-06-11 23:42:45 +00:00
sspitzer%netscape.com f9f97e3b95 turn off alert code because of #7770. 1999-06-11 22:58:46 +00:00
sspitzer%netscape.com 7db257f384 fix for #7795. get news posting to work again. 1999-06-11 22:39:17 +00:00
sfraser%netscape.com 973292a992 Synch with editorAppCore -> editorShell changes 1999-06-11 19:04:04 +00:00
sspitzer%netscape.com 7a6d43eb9c wrap printf with #ifdef DEBUG 1999-06-11 05:50:13 +00:00
sspitzer%netscape.com 6f2563e7cc comment out alert code until #7770 is fixed. sigh. 1999-06-11 05:46:31 +00:00
sspitzer%netscape.com c5c6d53730 changes for ducarroz's checkin 1999-06-11 00:25:31 +00:00
ducarroz%netscape.com 9718fc301f need to include "nsMsgComposeBE.h" as it not include by the interface anymore 1999-06-11 00:25:21 +00:00
ducarroz%netscape.com d047d20648 update make file 1999-06-11 00:25:16 +00:00
ducarroz%netscape.com 6fef227a2c don't addref a null ptr, that hurts! 1999-06-10 23:31:44 +00:00
ducarroz%netscape.com 909b021a86 Add a temporary hack to make the reply/forward kind of work 1999-06-10 22:08:35 +00:00
mscott%netscape.com d6e2f3eae2 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 5a867f06da 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 e1f8a05dcf 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 3980ca8852 fix memory leak 1999-06-10 03:06:28 +00:00
ducarroz%netscape.com 7c123d62d2 fix build bustage 1999-06-10 03:05:22 +00:00
ducarroz%netscape.com ec0112b1e3 add a missing declarations, fix build bustage 1999-06-10 03:04:54 +00:00
mscott%netscape.com 6c89c10f1b Fix memory leaks. 1999-06-10 02:47:29 +00:00
ducarroz%netscape.com 3c3509e230 add some missing declarations 1999-06-10 02:02:14 +00:00
ducarroz%netscape.com 253bbc46f7 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 e05d9e8107 use CreateAndSendMessage instance of SendMessage 1999-06-10 01:50:05 +00:00
ducarroz%netscape.com 9b4284790a need to addref/release the object pass to the callback to avoid crash 1999-06-10 01:11:12 +00:00
rhp%netscape.com 7125c8da12 Changes for composition reorg 1999-06-10 00:52:47 +00:00
ducarroz%netscape.com 1f5a497edf First Checked In. 1999-06-10 00:41:28 +00:00
mscott%netscape.com 1cc1ee131f Bug #6722 -- part of PR_Open removal. 1999-06-08 18:04:30 +00:00
jefft%netscape.com c4bf5745da call Release() instead of NS_RELEASE(this) 1999-06-08 00:32:18 +00:00
mscott%netscape.com 0fcdd2bbb9 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 e2b7356921 remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 21:28:45 +00:00
rhp%netscape.com f4db4067e8 Change for dialog feedback 1999-06-07 20:29:09 +00:00
sspitzer%netscape.com 54aadf49b2 fix runtime bustage. GetWidth nowhere to be found yet. 1999-06-07 20:23:08 +00:00
sspitzer%netscape.com 81c9b4b67f fix warnings (comments within comments). use nsAutoString correctly. 1999-06-07 20:17:47 +00:00
ducarroz%netscape.com 34c371c6e6 fix sprintf problem, Mac only. 1999-06-07 20:13:42 +00:00
rhp%netscape.com 9c12ccb182 fix for mac 1999-06-07 20:09:27 +00:00
sspitzer%netscape.com c482ec0349 renaming nsMsgUtils.*, this was already being used in mozilla/mailnews/base/src 1999-06-07 20:03:40 +00:00
rhp%netscape.com 7939b294b3 Fix checkin 1999-06-07 19:52:01 +00:00
sspitzer%netscape.com 7d90e4fece fix build bustage. rhp says we need this now. 1999-06-07 19:26:48 +00:00
sspitzer%netscape.com 56d04be46e fix build bustage. 1999-06-07 19:23:07 +00:00
sspitzer%netscape.com 376fa54ff6 fix build bustage. case sensitivity problem. 1999-06-07 19:22:21 +00:00
law%netscape.com bf1be08cdf "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
rhp%netscape.com 3e209a2ee7 More fixe 1999-06-07 19:18:34 +00:00
rhp%netscape.com 379d5436ce Fixes for recent checkins 1999-06-07 19:14:45 +00:00
rhp%netscape.com 0a7aa28044 Transition header file 1999-06-07 19:12:21 +00:00
rhp%netscape.com 5ebbaaf4b2 Changes for composition BE 1999-06-07 18:58:27 +00:00
rhp%netscape.com 7354f83555 New compose BE functionality 1999-06-07 18:48:32 +00:00
rhp%netscape.com 4198ef2a1b Cleanup of compose back end 1999-06-07 18:46:14 +00:00
mscott%netscape.com 3d0e344c29 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 ddbf6706e5 LoadURL is now LoadUrl on the smtp protocol. 1999-06-05 20:28:49 +00:00
mscott%netscape.com 8bf3a0776b 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 ef49cb038a temporary fix for build bustage by ducarroz 1999-06-04 16:53:05 +00:00
ducarroz%netscape.com a4979a86f8 oops, forget to reactivate one line for the function Dispose 1999-06-04 15:50:54 +00:00
ducarroz%netscape.com a5447f1eac Add function Dispose, fix build bustage 1999-06-04 15:38:53 +00:00
ducarroz%netscape.com 9552ec9f25 Add function Dispose, fix also js problem with NewMessage, fix for build bustage 1999-06-04 15:38:43 +00:00
alecf%netscape.com 1f5093e97a 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 9679e92a0b Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:31:57 +00:00
sspitzer%netscape.com 7b98d332d6 fix more build breakage 1999-06-02 04:07:09 +00:00
nhotta%netscape.com e232e780d0 Bug fix for 7425. 1999-06-02 00:16:23 +00:00
ducarroz%netscape.com 213bccd66b Close message compose window after sending the message. Fix for bug #7161 1999-06-02 00:07:22 +00:00
ramiro%netscape.com 39ec30603a Add cast for picky compiler. 1999-05-31 15:09:31 +00:00
sspitzer%netscape.com c6e17dd478 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
alecf%netscape.com a779868241 remove calls to GetCharPref() (going away for nsIPref scriptability) 1999-05-28 00:48:49 +00:00
alecf%netscape.com 8a92ee59d2 include the right CID file 1999-05-27 06:38:20 +00:00
bienvenu%netscape.com b06fca771e fix build bustage 1999-05-27 06:08:15 +00:00
mscott%netscape.com a7c832f304 fix mismatched memory frees *again* 1999-05-26 22:57:02 +00:00
ducarroz%netscape.com 68917a5c40 fix bug 6914 1999-05-25 23:37:48 +00:00
nhotta%netscape.com 404a155597 Changed to pick up result of MIME decoder and unicode converter. 1999-05-19 01:37:46 +00:00
ducarroz%netscape.com e421d23dd1 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 240d2831b1 Remove redefinition of GetTimeMac 1999-05-19 00:52:47 +00:00
mscott%netscape.com 918d3a148f 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 df37e75c2f comment the endifs 1999-05-18 00:21:37 +00:00
rhp%netscape.com b5bfc4befb Fix problem where incorrect body was being sent in I18N case. 1999-05-17 21:25:19 +00:00
mscott%netscape.com e012c7867a 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 129045e8c3 comment out unused variable 1999-05-16 04:15:19 +00:00
sspitzer%netscape.com 2cefeefee9 touch pointer to quiet compiler 1999-05-16 04:14:21 +00:00
nhotta%netscape.com b372bd3839 Clean up, forgot about & for the args. 1999-05-15 01:08:16 +00:00
ducarroz%netscape.com 00bcb8c229 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 98ad3fb9b6 Fix capitalization problem with nsComPtr.h 1999-05-14 19:26:14 +00:00
ducarroz%netscape.com d36f82f3d1 Add pref wrapColumn & useHtml 1999-05-14 18:52:05 +00:00
ducarroz%netscape.com 741867842f Add properties WrapColumn and UseHtml 1999-05-14 18:52:01 +00:00
mscott%netscape.com d452e47d6f 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 3909f98c2b fix shadowed variable 1999-05-13 23:08:20 +00:00
mscott%netscape.com 1316cb4bdd fix shadowed variable 1999-05-13 23:00:28 +00:00
law%netscape.com 29716736f9 Adding Shutdown member per change to nsIAppShellComponent 1999-05-13 06:10:59 +00:00
rhp%netscape.com 4c59885007 Conversion of prefs to new world API's 1999-05-12 23:42:35 +00:00
rhp%netscape.com f78a7f1071 General work on composition back end 1999-05-12 22:13:58 +00:00
ducarroz%netscape.com 5236b01cef fix for bug #6315. HTML tag name are now capitalized in the Dom! 1999-05-12 22:00:53 +00:00
alecf%netscape.com 3e711cc105 dont' use idlc macros 1999-05-12 04:51:17 +00:00
mscott%netscape.com d47c6526f6 Fix mismatched memory free. 1999-05-11 20:09:20 +00:00
ducarroz%netscape.com a4a9aa6d53 fix for bug #6176 1999-05-10 23:48:27 +00:00
rhp%netscape.com 5cd53ca428 Change for message send cleanup 1999-05-10 22:14:55 +00:00
bienvenu%netscape.com 344159e66e fix head mask define 1999-05-10 21:06:12 +00:00
nhotta%netscape.com 1de7a19b29 Allow 8 bit msg header/body by pref settings. 1999-05-10 20:22:24 +00:00
mcafee%netscape.com fabaa074ad Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
sspitzer%netscape.com ac7cecccd8 kIsRead is now MSG_FLAG_READ 1999-05-08 17:23:30 +00:00
alecf%netscape.com cf6ac32df4 make composer use the new nsIAppShellComponent 1999-05-05 05:21:30 +00:00
hyatt%netscape.com b1ed61a68a Switching to nsIEventQueues and tweaking the AppCore createWindow function's args. 1999-05-04 23:29:53 +00:00
nhotta%netscape.com 2cad0a7014 Fix memory leaks. 1999-05-04 22:28:17 +00:00
mscott%netscape.com ed830227e9 part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:51:30 +00:00
mscott%netscape.com ce876238b3 part of mailnews audit --> Conversion to NS_WITH_SERVICE
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:36:34 +00:00
mscott%netscape.com 2e30d4a0f5 part of mailnews audit --> use nsCOMPtr. 1999-05-04 20:34:31 +00:00
mscott%netscape.com 708befd9dd part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 18:41:02 +00:00
mscott%netscape.com e35294dadf part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 17:55:40 +00:00
mscott%netscape.com eee271f9d1 part of mailnews audit --> Conversion to NS_WITH_SERVICE
quiet some noisy printfs which were printing out the message we were sending.
1999-05-04 17:53:59 +00:00
sspitzer%netscape.com 755963ae26 remove warning. use #if 0, not comments, to take out code that isn't ready yet 1999-05-04 04:20:33 +00:00
sspitzer%netscape.com 8b0fa76b23 nsMsgPost is extinct 1999-05-04 02:42:21 +00:00
sspitzer%netscape.com 2c18468d23 more changes to get posting to a news server working 1999-05-04 02:38:20 +00:00
ducarroz%netscape.com 74f97a4e51 Fix HackToGetBody() to works on Mac and Unix as well 1999-04-28 02:17:37 +00:00
ftang%netscape.com 1301749405 change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
ducarroz%netscape.com 19f29a176a Implemented XP_StripLine to avoid crash when send a message with a newsgroup address set 1999-04-27 21:31:20 +00:00
ducarroz%netscape.com 169b8ac22d Clean up mutiple appcores problem, add news parameter to NewMessage 1999-04-27 21:30:00 +00:00
ducarroz%netscape.com 4122bd5df9 Add args parameter to NewMessage to solve multiple appcores problem 1999-04-27 21:28:44 +00:00
mscott%netscape.com 4ac4709ac1 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
mscott%netscape.com b502f8d5ac Added comment about why return receipts are turned off. 1999-04-27 03:02:57 +00:00
mscott%netscape.com f89f688862 Turn return receipts off by default. This fixes bug #5011 1999-04-26 22:34:15 +00:00
mscott%netscape.com 70e935f316 Remove unnecessary component registration calls for the netlib service. 1999-04-26 20:29:16 +00:00
rickg%netscape.com 60d6e75581 update to sync with nsString2 1999-04-22 06:39:40 +00:00
nhotta%netscape.com 0108437ee4 I18n 7 bit data check for the body. 1999-04-20 21:22:54 +00:00
rickg%netscape.com 0d1b06ca19 sync with nsString2 API 1999-04-20 07:20:21 +00:00
mscott%netscape.com 58f2492f08 Remove startup call on prefs. use NS_WITH_SERVICE macro for getting the prefs service.... 1999-04-19 23:49:29 +00:00
nhotta%netscape.com 7a6d5a8174 Bug fix 3979 5280, reply/forward, MIME decode, use original mail's charset. 1999-04-19 22:16:04 +00:00
nhotta%netscape.com 306f8ef412 Bug fix #3994, realloc if the converter's estimate length is incorrect. 1999-04-19 19:15:51 +00:00
sspitzer%netscape.com 5c7112b372 changes for the missing NPL comment 1999-04-16 23:03:13 +00:00
alecf%netscape.com b1b3ba6d09 remove some debugging statements 1999-04-16 22:19:13 +00:00
nhotta%netscape.com 17ede256c8 Changes for charset menu and 7bit data check. 1999-04-16 20:43:14 +00:00
rhp%netscape.com 428ea843e4 Moving header parser interface 1999-04-16 19:02:22 +00:00
putterman%netscape.com 8a57b5f739 Fixed some build problems on Windows. 1999-04-15 20:56:34 +00:00
sspitzer%netscape.com 8056355753 changes for the post to newsgroup work 1999-04-15 20:26:56 +00:00
sspitzer%netscape.com dcab18d585 changes for the post to newsgroup work 1999-04-15 20:21:03 +00:00
sspitzer%netscape.com d31c94c862 changes for posting to a newsgroup from msg compose 1999-04-15 19:59:31 +00:00
alecf%netscape.com 15b20c9bb0 remove calls to XP_Trace 1999-04-15 01:07:45 +00:00
ducarroz%netscape.com 606903137e Fix memory leak, bug 4851 1999-04-13 22:56:46 +00:00
alecf%netscape.com efb56b541d fix a whole bunch of signed/unsigned problems, and use new nsQuickSort routine 1999-04-13 21:01:32 +00:00
nhotta%netscape.com 3151ac176f nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
chuang%netscape.com de6aa60779 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
jdunn%netscape.com 55264b1336 fix native compiler error (NS_DECL_ISUPPORTS should not have ';' 1999-04-12 20:46:09 +00:00
nhotta%netscape.com ebbf4c1749 CSID -> charset name 1999-04-10 05:03:24 +00:00
nhotta%netscape.com 9c9a88fd59 MIME encoder utf-8 support. 1999-04-10 01:00:15 +00:00
alecf%netscape.com 61d646dfda get the SMTP prefs from the current identity 1999-04-06 22:49:27 +00:00
alecf%netscape.com 91a6c4678f get composition prefs from the current identity 1999-04-06 22:49:03 +00:00
nhotta%netscape.com 6b54fa0505 Changed to use unicode converter and related changes. 1999-04-06 21:46:15 +00:00
mscott%netscape.com 05fa867e97 NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend all take interface IDs. 1999-04-06 03:23:22 +00:00
mscott%netscape.com 3e25c8c7f2 NS_NewComposer and NS_NewComposerBootstrap take interface IDs. 1999-04-06 03:22:41 +00:00
mscott%netscape.com b0d6c14ecb NS_NewComposeAppCore takes an interface ID. 1999-04-06 03:22:21 +00:00
mscott%netscape.com 1ca3cc36ed Part of my mailnews reduce disk footprint cleanup effort. 1999-04-04 22:41:25 +00:00
mscott%netscape.com 01b7937956 Part of my mailnews reduce disk footprint cleanup effort. Stop compiling code to functions we won't be implementing in seamonkey (FE_Progress, FE_Alert, etc.). Having these in here was requiring us to link against xplib to pick up some of their definitions. We'll never have functions for these anyway. I left them in under a UNREADY_CODE flag so we can see what the code used to do. 1999-04-04 22:40:58 +00:00
mscott%netscape.com a6601543e0 Part of my mailnews reduce disk footprint cleanup effort. Remove some dependencies on allxpstr which required us to link against xplib. 1999-04-04 22:39:15 +00:00
mscott%netscape.com 04341c95e4 Part of my mailnews reduce disk footprint cleanup effort. ifdef out (under a UNREADY_CODE flag) lines of code which don't have values in the new world (such as FE_Progress, XP_GetString, etc.). These functions will never exist in seamonkey. By commenting them out, we can see what the code used to do but we don't need to link against xplib to build (which we did before for many of the functions). 1999-04-04 22:38:25 +00:00
mscott%netscape.com 2ada057e59 Part of my mailnews reduce disk footprint cleanup effort. Remove out of memory extern int. 1999-04-04 22:35:23 +00:00
mscott%netscape.com 6d6e1e59bb Part of my mailnews reduce disk footprint cleanup effort. Don't include xp.h. Replace StrAllocCat and StrAllocCopy. extern int's we used to get from allxpstr, we'll get from msgCompglue.h 1999-04-04 22:34:46 +00:00
mscott%netscape.com a9ec4503d6 Part of my mailnews reduce disk footprint cleanup effort. Remove include of xp.h. Convert all StrAllocCopy and StrAllocCat to more useful equivalents.... 1999-04-04 22:33:31 +00:00
nhotta%netscape.com bb7e287d52 Changed to use xpcom qp, base64, uu encoders of libmime instead of place holders. 1999-04-02 21:31:04 +00:00
rhp%netscape.com 76c07196d4 Updates for libmime changes 1999-04-02 02:41:55 +00:00
ducarroz%netscape.com 93d70de7c2 part of messenger Mac landing 1999-04-01 21:41:22 +00:00
ducarroz%netscape.com 23da6e5cb9 part of messenger Mac landing 1999-04-01 20:06:51 +00:00
mscott%netscape.com 2edc754cc3 Changes to use nsAutoCString. (what a great help class) 1999-03-31 19:17:42 +00:00
sspitzer%netscape.com c0602fbb48 header file got changed, but source didn't. 1999-03-30 03:57:37 +00:00
mscott%netscape.com 69f9bb6a19 When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>. 1999-03-30 01:12:58 +00:00
nhotta%netscape.com 9d8fc58cbd I18n migration, CSID -> charset name, unicode converter hook up. 1999-03-29 23:57:50 +00:00
nhotta%netscape.com fa80fae683 Unicode converter hooked up. 1999-03-29 22:45:08 +00:00
waterson%netscape.com 2c592051e1 Fixed build bustage. 1999-03-29 20:59:30 +00:00
waterson%netscape.com 66a55f3f2c Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
nhotta%netscape.com de96e5e592 I18n migration, CSID -> Charset Name. 1999-03-25 23:41:03 +00:00
nhotta%netscape.com 74a13565cf Added mime. 1999-03-25 23:39:16 +00:00
briano%netscape.com cebfc14fd8 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
alecf%netscape.com 396386b5d8 eliminate use of functions we don't have on Unix - INTL_*, etc.. 1999-03-23 00:23:09 +00:00
alecf%netscape.com f0a860c997 reduce dependancy on msgbase by using CreateInstance to create RFC822Parsers 1999-03-22 23:58:39 +00:00
alecf%netscape.com 5d3675a18a don't need to link static libraries against external dlls 1999-03-22 23:57:35 +00:00
alecf%netscape.com e463a1d232 - this is no longer a component, it's a static library that will be linked into the compose component
- link in the JS stub code for nsIComposer
1999-03-22 23:51:20 +00:00
alecf%netscape.com 6d69f243dd add JS stubs for this class 1999-03-22 23:50:47 +00:00
mscott%netscape.com fe05f632c9 OnStopBinding call in protocol handler should trigger a change in the url state. 1999-03-22 23:21:45 +00:00
danm%netscape.com 42308d50bf initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
alecf%netscape.com 4f9e486c92 remove unused variable 1999-03-20 02:19:23 +00:00
alecf%netscape.com 1a88bfd7b4 use nsnull instead of NULL when referring to int's 1999-03-20 02:19:08 +00:00
alecf%netscape.com 328e2859f0 fix casting problems for unix 1999-03-20 02:18:43 +00:00
alecf%netscape.com 383c1b2a4e fix lots of casting problems 1999-03-20 02:18:16 +00:00
alecf%netscape.com 21f74e092c we should have virtual destructors wherever possible 1999-03-20 02:17:52 +00:00
alecf%netscape.com b9b4a84abd fix newline at end of file 1999-03-20 02:17:21 +00:00
alecf%netscape.com 3cfa04e2da fix constructor order to match declaration 1999-03-20 02:17:02 +00:00
alecf%netscape.com dd68df9a69 libjs->libmozjs 1999-03-20 02:16:35 +00:00
jefft%netscape.com 7639751750 consolidate NewMessage, ReplyMessage, ForwardMessage into one single method - NewMessage 1999-03-18 21:28:47 +00:00
jefft%netscape.com f4f898af1f more reply/forward message implementation 1999-03-14 21:00:30 +00:00
jefft%netscape.com 4850aa676d partially enable reply and forward message 1999-03-13 20:10:10 +00:00
ducarroz%netscape.com 29ebf81a05 Part of implementation of Reply and Forward 1999-03-13 07:51:54 +00:00
ducarroz%netscape.com a34b9a797f add pref for reply_to 1999-03-13 07:49:23 +00:00
ducarroz%netscape.com 84846085e3 Add ReplyMessage, ForwardMessage and SendMessage2 interface 1999-03-12 20:39:16 +00:00
mscott%netscape.com 1224dc96a9 We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name. 1999-03-12 03:57:59 +00:00
mscott%netscape.com fb2589a223 Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself. 1999-03-12 03:57:13 +00:00
mscott%netscape.com a292ecd1ff use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00
ducarroz%netscape.com 1333deff64 Part of integration of preference into compose 1999-03-12 01:10:43 +00:00
ducarroz%netscape.com f8adf0d320 Part of the intregration of preferences into compose 1999-03-12 01:07:30 +00:00
ducarroz%netscape.com ec26709360 Initial checkin, part of integration of preference into compose 1999-03-12 00:47:09 +00:00
ducarroz%netscape.com 3d29c3cab3 Remove all the delete this that was generating a crash when the send failed for any reason 1999-03-11 21:22:25 +00:00
alecf%netscape.com 17bfd03a09 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
alecf%netscape.com fea3e607d4 rev this interface: char* -> const char* 1999-03-11 21:04:57 +00:00
alecf%netscape.com 5e6994c3ee rev this interface - char*->const char* 1999-03-11 21:02:50 +00:00
alecf%netscape.com ad57c891f6 fix up libraries a bit more 1999-03-11 21:01:39 +00:00
alecf%netscape.com a630efad8a this is a component now 1999-03-11 20:29:18 +00:00
alecf%netscape.com 54fca377cc add libraries to link this library against 1999-03-11 20:27:14 +00:00
ducarroz%netscape.com 1f9181f6fb The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:41:25 +00:00
ducarroz%netscape.com ff4d754ae9 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
Initial check in
1999-03-11 01:38:11 +00:00
ducarroz%netscape.com c5ca16b0da The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/src
1999-03-11 01:36:37 +00:00