Commit Graph

336 Commits

Author SHA1 Message Date
sspitzer%netscape.com
d91595560b get the text area to show up on Linux
and add a little text to the default message, to let us know it is working
1999-04-02 00:49:33 +00:00
putterman%netscape.com
11e15553b2 Fix up file paths. 1999-04-02 00:08:23 +00:00
putterman%netscape.com
8c3ed7e4b2 More work on copying/moving messages. 1999-04-01 23:42:41 +00:00
ducarroz%netscape.com
70975fbbd4 removed 1999-04-01 19:31:52 +00:00
ducarroz%netscape.com
ae0c2e5f66 renamed msgcomposebody.html 1999-04-01 19:31:13 +00:00
ducarroz%netscape.com
98eec9536e renamed msgcompose.xul 1999-04-01 19:30:13 +00:00
ducarroz%netscape.com
0212c7bee7 rename compose.xul to msgcompose.xul 1999-04-01 19:29:09 +00:00
ducarroz%netscape.com
9bf01002da Rename compose.xul & composebody.html to msgcompose*.*, remove composeframe.html 1999-04-01 19:27:05 +00:00
ducarroz%netscape.com
dd8a786988 Rename compose.xul and composebody.html to msgcompose*.* 1999-04-01 19:25:28 +00:00
ducarroz%netscape.com
5b2ead824f Because of some problem on Mac with relative path when using alias file, I add to change path of html and js files. 1999-04-01 18:52:31 +00:00
sspitzer%netscape.com
0b2d1b9315 "fix" the threadpane 1999-04-01 15:25:11 +00:00
sspitzer%netscape.com
b929493a1f fix to make To:, Cc:, Bcc: and Subject: show up before the text areas 1999-04-01 14:50:03 +00:00
waterson%netscape.com
a9b7e961d5 Use 'srcdir' instead of '.'; a=mscott. 1999-04-01 07:42:44 +00:00
mscott%netscape.com
91578f6de1 First pass at re-suscitating compose.xul. It got busted by some changes when the toolbox stuff went in. I've got it pretty much all back together EXCEPT I don't know how to get a title for each toolbar. We have a toolbar for the TO field, a toolbar for the "From" field. I can't seem to get text to show up in front of those toolbars. But my changes are better than what we had before so I'm checking them in. 1999-04-01 05:28:43 +00:00
mscott%netscape.com
3124b3a14f UI changes. 1999-04-01 03:56:37 +00:00
sspitzer%netscape.com
a5f4e1ac0c UI updates 1999-04-01 02:40:01 +00:00
mscott%netscape.com
60ccb61fce I got tired of writing code last night and wanted to do something different. I'm trying to make the UI look a bit like the UI specs. When you make a selection, we now change the font color to white. Changed the color of the title bars....I'm sure someone else will change all this at some later point... 1999-03-31 19:37:08 +00:00
sspitzer%netscape.com
afa7407d1b fixing typo.
now compose will come up on Linux!
1999-03-31 14:54:57 +00:00
putterman%netscape.com
af224c9bc6 Use some of the new springs and strut code. 1999-03-30 05:42:56 +00:00
putterman%netscape.com
509d88554d Add copy messages. 1999-03-30 02:25:15 +00:00
mscott%netscape.com
b2bd71a079 Cosmetic changes...I'm sure this will get changed later. But the blue selection color is really hard to pick out against the black letters....so I changed it to a lighter color =)..... 1999-03-30 01:38:00 +00:00
mscott%netscape.com
d4b14fc31b SettingDocumentcharset should use FindMsgAppCore which will only create a new msg app core if we haven't done so yet... 1999-03-30 01:15:40 +00:00
mscott%netscape.com
da2fbb63b3 Updates to the xul file to leverage the fact that we are now correctly adding ourselves to the app cores manager when we create a compose app core. We should never try to re-add the app core by directy calling Add in JS. 1999-03-30 01:14:30 +00:00
chuang%netscape.com
f2774e240b Fix throbber icon url 1999-03-27 00:00:05 +00:00
chuang%netscape.com
faa5cad6fa Add new icon files and create mailnews resources directory under res 1999-03-24 08:27:57 +00:00
sspitzer%netscape.com
1dce880aec fix a spelling mistake: Navigatoe -> Navigator 1999-03-22 23:28:17 +00:00
sspitzer%netscape.com
fd656b044c export the resources to the right places for install
remove those resources for clobber
1999-03-22 23:27:22 +00:00
putterman%netscape.com
655967a54a Implemented Exit menu item. Started working on copy and move menu item. 1999-03-22 22:36:19 +00:00
putterman%netscape.com
1845c664a8 Added some of the special folder icons. 1999-03-19 02:29:49 +00:00
putterman%netscape.com
dc7fba4057 Make folder tree take up the entire pane. 1999-03-19 00:52:38 +00:00
putterman%netscape.com
784ff0d54f Added some icons to folder and thread panes 1999-03-19 00:24:30 +00:00
putterman%netscape.com
1f17599f2e Add status column. Bold messages with new. 1999-03-18 21:41:51 +00:00
jefft%netscape.com
47aec00ecb move SetWindow(), SetEditor() to the outer scode in case we find an instance of ComposeAppCore 1999-03-18 21:34:39 +00:00
jefft%netscape.com
c12be14c2a clean up, added composeAppCore, msgAppCore global variables; added FindMsgAppCore() & FindComposeAppCore() function 1999-03-18 21:31:29 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
mscott%netscape.com
c8993905bc Temporary work around for Bug #3790. Layout is having trouble with scrolling when the iframe has a height expressed in terms of a percent. So we are going to hard code the height of the message pane. This allows folks to scroll through their messages instead of seeing only the first few lines. I just tweaked the xul file to replace the 100% height with a fixed value.
a=chofmann
1999-03-16 23:30:57 +00:00
putterman%netscape.com
ceeb0bac1b can now change folder root. Reviewed by waterson and approved by chofmann 1999-03-15 22:33:09 +00:00
jefft%netscape.com
6c5ccfaee4 more reply/forward message support 1999-03-14 21:01:36 +00:00
ducarroz%netscape.com
aeda095c58 Remove default text, now the default body is blank 1999-03-13 18:02:33 +00:00
ducarroz%netscape.com
4060705aa7 Part of implementation of Reply and Forward 1999-03-13 07:51:54 +00:00
ducarroz%netscape.com
af0a0522ec Part of implementation of Reply and Forward. Use new SendMessage command 1999-03-13 07:51:15 +00:00
chuang%netscape.com
f6a3a8deab Change 3 pane layout using frame instead of iframe 1999-03-13 01:03:50 +00:00
alecf%netscape.com
629983ae76 putterman's patches to re-root thread pane 1999-03-13 00:50:51 +00:00
warren%netscape.com
89f1d1abfc Changed background colors to be standard messenger. 1999-03-12 21:29:44 +00:00
ducarroz%netscape.com
57a04ffe26 implement Message Forward and Reply 1999-03-12 20:36:53 +00:00
putterman%netscape.com
379842df79 Load Message 1999-03-12 13:18:14 +00:00
putterman%netscape.com
cb9b0af1ce Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
mscott%netscape.com
7a4de4fd4c Implement get new mail. 1999-03-12 04:15:13 +00:00
mscott%netscape.com
8583c9f361 MsgGetNewMsg should call the get new mail function. 1999-03-12 04:14:28 +00:00
mscott%netscape.com
7838849ad7 Changes for naoki to implement set character set function. 1999-03-12 04:13:53 +00:00
mscott%netscape.com
a372c3e741 Changes for naoki to fill in the character set encoding menu. 1999-03-12 04:13:11 +00:00
ducarroz%netscape.com
65a527bbcd export composeBody.html 1999-03-12 03:03:23 +00:00
ducarroz%netscape.com
44cacb9e76 Fix transparency color problem 1999-03-12 01:27:54 +00:00
ducarroz%netscape.com
896aca1b0a Use ender instance of an input field for the body of the message 1999-03-11 21:16:08 +00:00
ducarroz%netscape.com
a8e164fe2d Initial check in, ender integration 1999-03-11 21:15:23 +00:00
alecf%netscape.com
cf9404a19f install of these files doesn't quite work yet 1999-03-11 20:36:47 +00:00
alecf%netscape.com
c9fd93435f remove files that don't exist anymore (though this directory isn't even entered any more) 1999-03-11 20:36:18 +00:00
alecf%netscape.com
e68b2f05d4 ignore generated files 1999-03-11 20:35:29 +00:00
putterman%netscape.com
ee013d837d Added delete button code 1999-03-11 19:52:02 +00:00
bienvenu%netscape.com
eb1a2d94de fix syntax error in widgetglue js 1999-03-11 05:32:51 +00:00
ducarroz%netscape.com
710594e9a5 add new icons to the build process 1999-03-11 01:17:36 +00:00
ducarroz%netscape.com
a7d1246878 initial check in, Icons used by mail composer 1999-03-11 01:15:40 +00:00
ducarroz%netscape.com
7af2321592 don't need anymore this file, use xul file instance 1999-03-11 01:12:06 +00:00
ducarroz%netscape.com
3f5c0fcff6 did a lot of cleanup, now compatible with new compose appcore 1999-03-11 01:11:04 +00:00
ducarroz%netscape.com
262d7d65c5 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
This file isn't needed anymore
1999-03-11 01:07:23 +00:00
ducarroz%netscape.com
335ff417db The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
this file has been moved to mailnews/compose/src
1999-03-11 01:06:09 +00:00
ducarroz%netscape.com
1958dfb22c The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
don't need anymore this file
1999-03-11 01:04:24 +00:00
ducarroz%netscape.com
ee9abc3dcc The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
don't need anymore those files
1999-03-11 01:03:12 +00:00
ducarroz%netscape.com
5032712396 folder ui/compose/public removed 1999-03-11 00:56:54 +00:00
ducarroz%netscape.com
a45e6af515 as compose.dll has been merged with msgcompose.dll, those files has been moved to mailnewscompose/public 1999-03-11 00:55:06 +00:00
ducarroz%netscape.com
c67b0f4216 As compose.dll has been merged into msgcompose.dll, we don't need those makefile anymore 1999-03-11 00:52:31 +00:00
ducarroz%netscape.com
2cc53befe5 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working 1999-03-11 00:48:35 +00:00
mscott%netscape.com
a11ec9b97b make the folder pane black =).... 1999-03-10 02:17:16 +00:00
mscott%netscape.com
6b570fe322 Add more tests to the demo menu to allow folks to display messages from their Inbox. 1999-03-10 01:42:54 +00:00
alecf%netscape.com
52ad201ca1 remove old cruft from ui (most moved into base) 1999-03-10 01:32:29 +00:00
alecf%netscape.com
2c5d487233 stop exporting stuff in this directory 1999-03-10 01:31:00 +00:00
putterman%netscape.com
43ff567510 Added selection color. Removed Local Mail from thread pane. 1999-03-09 21:49:35 +00:00
alecf%netscape.com
f640305b72 stop building the seperate messenger appcore 1999-03-09 19:56:53 +00:00
warren%netscape.com
02c822c0c5 fixed include problem 1999-03-09 13:07:15 +00:00
warren%netscape.com
1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com
3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
ducarroz%netscape.com
2d13e4ef9a make the file conform to the new norm 1999-03-09 02:05:29 +00:00
chuang%netscape.com
5d585900d0 Move throbber to the right, add MsgHome() function. 1999-03-09 01:15:00 +00:00
mscott%netscape.com
fe5f0a6135 Change onClick to onclick to enable menu item commands. 1999-03-07 21:58:36 +00:00
mscott%netscape.com
460b4b651e Change rdf:id to id. (Although the thread pane doesn't seem to be working for me as of sunday's current tip....) 1999-03-07 21:58:15 +00:00
mscott%netscape.com
4588e008aa Install DLL in components directory as part of dp's changes... 1999-03-07 21:54:46 +00:00
chuang%netscape.com
6e617524fb Java script functions for shared command between mail and browser, like Communicator and Help menu 1999-03-06 00:43:10 +00:00
chuang%netscape.com
3f885e457f Java script functions for mailnews commands 1999-03-06 00:41:56 +00:00
chuang%netscape.com
a0b02d4e43 Java script functions for UI widgets 1999-03-06 00:41:21 +00:00
mscott%netscape.com
81351b60ce Leverage name spaces and remove rdf:id leaving just 'id'. This was causing the folder pane to come up blank.... 1999-03-06 00:07:27 +00:00
cyeh%netscape.com
b27fdb082f fix pdb file generation so that the go into $(OBJDIR) and also
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
alecf%netscape.com
36c409e0fd removed lower-case version 1999-03-05 22:24:49 +00:00
ducarroz%netscape.com
3c2c7d0f7b no comment 1999-03-04 19:43:28 +00:00
ducarroz%netscape.com
d5a513a814 Add the function NewMessage to popup the compose window. 1999-03-04 19:33:55 +00:00
putterman%netscape.com
38aa8e7d0c changed id to rdf:id 1999-03-04 05:03:32 +00:00
mscott%netscape.com
953d2c8bfe Changes for naoki to implement SetDocumentCharset. 1999-03-04 02:02:12 +00:00
mscott%netscape.com
2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
mscott%netscape.com
1845734038 attribute name space changes. 1999-03-03 21:59:04 +00:00
mscott%netscape.com
0a4feff450 attribute name space changes. Spell start up correctly. 1999-03-03 21:56:48 +00:00
mscott%netscape.com
f254cd2929 Fix build breakage by defining SetDocumentCharSet which was added to nsIDOMAppCore. 1999-03-03 18:47:16 +00:00
mscott%netscape.com
2eecad23dd Fix build breakage by adding SetDocumentCharset function which was added to nIDOMMsgAppCore. 1999-03-03 18:44:12 +00:00
mscott%netscape.com
eb2cee5fde Updates to restore commands by changing Onclick to onclick. Also fixed the syntax error in the openURL call that was preventing the LoadMsg button from working. 1999-03-03 18:11:53 +00:00
alecf%netscape.com
568b3ff45c onClick -> onclick 1999-03-03 17:48:34 +00:00
bienvenu%netscape.com
2fa3681daa fix build bustage courtesy of the nsCOMPtr team 1999-03-03 05:13:21 +00:00
mscott%netscape.com
42d969687b Remove nsIsmgSend->Test() call. 1999-03-03 03:27:31 +00:00
putterman%netscape.com
1e05009272 update to use RDF:containment tag. ThreadPane now loads from RDF.
Removed xul: from threadPane.
1999-03-02 17:21:11 +00:00
mscott%netscape.com
6d2aaa1358 Correctly build the toolbar and menu items for the mail 3-pane. They used to be expressed in msgbar.xul but it doesn't seem to like it when they are defined that way. I also assumed that xul was the default name space and removed all "xul:" tags. Forced hard coded height and width values for each of the panes. These values are actually from a patch that Candice sent me. 1999-03-01 22:13:14 +00:00
mscott%netscape.com
0016826abb Export delmsg.gif because we don't have an icon for this yet... 1999-03-01 22:11:56 +00:00
alecf%netscape.com
f74310907c move old nsIMessenger interface and move into base/ 1999-03-01 21:54:40 +00:00
putterman%netscape.com
9aa1efa66c added threadPane.css 1999-03-01 18:07:22 +00:00
putterman%netscape.com
a225ff866d Added threadPane.css 1999-03-01 18:06:58 +00:00
putterman%netscape.com
5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
mscott%netscape.com
9e3822934f There is no DLL in the resource directory so don't try to clobber one... 1999-02-27 03:24:00 +00:00
alecf%netscape.com
dba169e3d7 update to new RegisterComponent APIs 1999-02-27 02:25:02 +00:00
alecf%netscape.com
56ed567656 update to new RegisterFactory/Component APIs 1999-02-27 02:24:29 +00:00
alecf%netscape.com
e921e3560a moving this file to base 1999-02-27 02:04:53 +00:00
ducarroz%netscape.com
5a689a62a7 receive an URL during the creation of a new message instance. Add new parameter in SendMessage (from, cc, bcc, smtp) 1999-02-26 23:42:54 +00:00
mscott%netscape.com
f9e4b48724 Fix build breakage. NS_InitMsgAppCoreClass returns an nsresult. 1999-02-26 23:38:32 +00:00
ducarroz%netscape.com
302f0da91b clobber tag was missing causing a nmake error 1999-02-26 23:13:36 +00:00
ducarroz%netscape.com
6b588b90a3 updated to export new resources files 1999-02-26 22:46:33 +00:00
ducarroz%netscape.com
872c5c3208 remove address and subject fields, they are now in the toolbar describe in compose.xul 1999-02-26 22:45:12 +00:00
ducarroz%netscape.com
44ff3bfe13 Initial check in 1999-02-26 22:43:41 +00:00
ducarroz%netscape.com
1a1f26dd8d replaced by compose.xul 1999-02-26 22:42:36 +00:00
alecf%netscape.com
097ffed247 remove duplicate definition (whoops!) 1999-02-26 20:06:18 +00:00
alecf%netscape.com
58e090b48b bring NS_InitMsgAppCoreClass back from the dead 1999-02-26 20:04:39 +00:00
mscott%netscape.com
1f03f45461 Export NS_InitMsgAppCoreClass to fix build. Alec is going to make the correct change and add this to the idl file so we won't lose it the next time we rev the idl files. This was part of the hack stuff we had to add to get msgappcore running in apprunner.. 1999-02-26 20:03:26 +00:00
warren%netscape.com
f8b67aa56a Making it build with new RDF registration mechanism. 1999-02-26 12:24:22 +00:00
mscott%netscape.com
7b572778cf fix clobber rules to correctly clobber resources. 1999-02-26 04:22:44 +00:00
mscott%netscape.com
022657487a Fix build breakage. Change OpenURL signature to take a char * instead of an AutoString because the interface was changed that way. 1999-02-26 04:16:59 +00:00
mscott%netscape.com
e7756addfc Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files. 1999-02-26 04:10:24 +00:00
alecf%netscape.com
3ca115bf66 rev the XPIDL generated headers 1999-02-26 01:17:12 +00:00
alecf%netscape.com
64849117bf check in unix makefiles/ignore files 1999-02-26 01:16:07 +00:00
alecf%netscape.com
3d56fd5d3a update to make compose build on Linux 1999-02-26 01:14:57 +00:00
putterman%netscape.com
2d169788d3 Added correct RDF root. 1999-02-25 02:59:30 +00:00
mscott%netscape.com
fc7a4e9e0e Build the resources directory. 1999-02-25 01:01:02 +00:00
mscott%netscape.com
9c22a7459d New xul files to express our mail 3-pane UI. I also created a makefile.win which will export the mail news xul files into dist\WIN32_D.OBJ\bin\res\samples. 1999-02-25 01:00:19 +00:00
mscott%netscape.com
e2f5dc5293 Removing from the repository. They are getting replaced with new .xul files. 1999-02-25 00:59:03 +00:00
alecf%netscape.com
3250d1713b add namespace registration stuff for bhuvan 1999-02-24 20:27:24 +00:00
warren%netscape.com
59a5c261e9 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
mscott%netscape.com
8a25a4d816 Use correct config\rules.mak file..we were going into the layout one before... 1999-02-23 18:31:09 +00:00
ducarroz%netscape.com
d71971f137 Add directory compose 1999-02-23 03:34:17 +00:00
ducarroz%netscape.com
a8d0ce0e89 Initial check in 1999-02-23 03:26:08 +00:00
putterman%netscape.com
96db8fe1fd Add new parameters for width and height. 1999-02-22 23:00:36 +00:00
alecf%netscape.com
f29e05d51b fix XUL to match new command mechanism 1999-02-22 22:36:29 +00:00
mscott%netscape.com
720eb2c647 More updates for getting the 3-pane looking correctly... 1999-02-19 02:43:11 +00:00
mscott%netscape.com
7754e68b82 Properly set and color toolbar button which will fetch a hard coded news article from the server and display it to the screen. 1999-02-18 19:37:32 +00:00
mscott%netscape.com
d1469d08bd Our thread pane xml file was not written right. Updated it to use the correct xul and xml tags to display correctly using the tree widget. 1999-02-18 19:23:52 +00:00
mscott%netscape.com
60380822ff New style sheet for laying out the tree widget.... 1999-02-18 19:22:33 +00:00
mscott%netscape.com
4ddbab89cf Rebuild our 3-pane UI using iframes..the old code was using HTML frames which caused only one nsIWebShell for the whole mail frame.... 1999-02-18 03:52:40 +00:00
mscott%netscape.com
b8954c27d9 Remove some ::IID() calls and replace them with NS_DEFINE_IID macros... 1999-02-18 00:47:50 +00:00
mscott%netscape.com
1f6061e098 initializing base app core no longer happens in the mail app core....this removes our build dependencies on the base app cores. 1999-02-18 00:47:09 +00:00
mscott%netscape.com
bf7774d2cd Link with nntptest library... 1999-02-18 00:46:16 +00:00
mscott%netscape.com
b38422f1d2 Updates to our mail core XUL file to get loading of a hard coded news url to run. 1999-02-18 00:45:11 +00:00
mscott%netscape.com
37d7aee1e4 mail shell needs a frame for browser.webwindow 1999-02-18 00:43:36 +00:00
alecf%netscape.com
4dd8d38d0f new generated javascript with constructor 1999-02-17 20:47:29 +00:00
mscott%netscape.com
4777688b1f Add some debug code to figure out when the messenger dll gets loaded.... 1999-02-17 08:14:46 +00:00
mscott%netscape.com
285600822e Fix some syntax problems (missing '/' at end of some statements). Added some dump debug code to figure out if our JS glue code is even getting called (which it isn't right now). 1999-02-17 08:13:56 +00:00
mscott%netscape.com
8b03ac0cf0 Add code to build and execute a news url.... 1999-02-17 08:12:44 +00:00
mscott%netscape.com
b4a66dcc14 NS_InitMsgAppCoreClass now takes a JSObject for the parent... 1999-02-17 08:11:54 +00:00
mscott%netscape.com
a4e4c791f6 Add JSObject for the parent to the arguments NS_InitMsgAppCore. 1999-02-17 08:09:47 +00:00
warren%netscape.com
8faf5f40ff Added sidebar xul 1999-02-17 05:34:15 +00:00
warren%netscape.com
e69b078636 Scott Putterman's changes to make the folder pane work. 1999-02-17 05:32:08 +00:00
alecf%netscape.com
2e33fd0cbf move function declaration 1999-02-17 02:03:23 +00:00
alecf%netscape.com
131e990edc add InitMsgAppCoreclass to exported header 1999-02-17 01:56:45 +00:00
alecf%netscape.com
3a6a2f17b3 add commands for loading urls through the MsgAppCore 1999-02-17 00:09:01 +00:00
alecf%netscape.com
01fffd55b1 Add new OpenURL method and reflect it into JavaScript 1999-02-16 23:52:22 +00:00
warren%netscape.com
e8114e350d Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums. 1999-02-13 10:39:59 +00:00
chuang%netscape.com
fda22eea6e Change title 1999-02-13 00:09:26 +00:00
alecf%netscape.com
2ab9fd7273 update windows makefile 1999-02-12 01:11:59 +00:00
alecf%netscape.com
1ec8549f3e fix XPIDL output 1999-02-12 01:05:30 +00:00
alecf%netscape.com
4bd67ef2c4 add new nsMessengerFactory to instantiate the messenger AppCore 1999-02-12 01:01:56 +00:00
chuang%netscape.com
fa3d4b59c8 Open a separate 3 pane Mail window using Javascrip 1999-02-12 00:05:13 +00:00
rhp%netscape.com
fa7f88ef3e Updated the way to access the web shell of interest. 1999-02-11 23:02:51 +00:00
rhp%netscape.com
33d49032e4 Added changes to get a hold of the webshell. 1999-02-11 19:56:40 +00:00
rhp%netscape.com
09dd4718c5 Adding windows makefiles 1999-02-11 19:11:07 +00:00
alecf%netscape.com
89ad3642ed add glue code for GetNewMail() 1999-02-11 07:02:06 +00:00
alecf%netscape.com
451637dfde include the new header file so our factory method is done correctly 1999-02-11 06:26:09 +00:00
alecf%netscape.com
0c05103663 fix some warnings and add a new header file which does object construction 1999-02-11 06:25:16 +00:00
alecf%netscape.com
0449efee32 export the private header file 1999-02-11 06:23:58 +00:00
alecf%netscape.com
f6e0a6e459 first checkin of Unix makefiles for UI stuff 1999-02-11 05:36:50 +00:00
alecf%netscape.com
24621c7edd finish implementing nsMsgAppCore 1999-02-11 05:35:20 +00:00
alecf%netscape.com
16d8b60220 and now it compiles on Unix. Whoo hoo! 1999-02-11 05:23:48 +00:00
alecf%netscape.com
cb629963e7 first checkin for Messenger AppCore 1999-02-11 05:16:05 +00:00
chuang%netscape.com
690df4f8f0 Updated toobar xul 1999-02-10 22:59:44 +00:00
chuang%netscape.com
5ea6370236 Initial 3 pane mail ui files 1999-02-10 21:31:01 +00:00
chuang%netscape.com
bbe5c164c5 Mail toolbar buttons gif files 1999-02-10 21:24:55 +00:00