Commit Graph

1328 Commits

Author SHA1 Message Date
alecf%netscape.com
61335fb37d bubble LoadURL's errors up through rv 1999-03-20 02:02:31 +00:00
alecf%netscape.com
f02e5d511d add leading slash to windows URLs and update macros so that we don't get triple slashes on unix 1999-03-20 02:01:54 +00:00
alecf%netscape.com
8c5b8f4295 export these files 1999-03-20 02:00:32 +00:00
alecf%netscape.com
d28a69bcec also do not strip leading / from mailboxMessage URL's 1999-03-20 02:00:16 +00:00
alecf%netscape.com
7290f51635 link against util library rather than the mail/news component 1999-03-20 01:52:42 +00:00
alecf%netscape.com
8e1bb011bc break dependancy on mailnews.dll by creating this object from the repository 1999-03-20 01:51:47 +00:00
mscott%netscape.com
ff60492d61 build util lib just as a static library instead of as a dll. 1999-03-20 01:39:44 +00:00
alecf%netscape.com
f9909200eb make this a librar 1999-03-20 01:15:48 +00:00
alecf%netscape.com
e8a56f90c4 duh, need to link against both component AND dll 1999-03-20 01:04:40 +00:00
alecf%netscape.com
6084cbbc2c link against utility library rather than component 1999-03-20 00:47:02 +00:00
alecf%netscape.com
b9f0cea053 support Unix for temporary file hack for libmime 1999-03-20 00:41:19 +00:00
alecf%netscape.com
a6ed5ca0be make news a regular shared library to link against 1999-03-20 00:41:02 +00:00
alecf%netscape.com
615f65831a export headers to the same directory as before 1999-03-20 00:38:33 +00:00
alecf%netscape.com
15a017ed81 remove some files that aren't in this directory any more 1999-03-20 00:29:44 +00:00
alecf%netscape.com
1c39471ba4 move files over to util library to link against it directly 1999-03-20 00:24:26 +00:00
alecf%netscape.com
4746b12469 export the DOM-based IDL file 1999-03-20 00:22:46 +00:00
mscott%netscape.com
31105c2364 (not part of build)
We were using an interface id instead of a class id in the call to create instance for the protocol so I fixed that. We don't need netService so I removed the code for that. We were also confusing an imap4service with the core netlib service (nsINetService). Release the protocol instead of deleting it in the protocol. Insert breaks in the switch statements for ::ReadAndDispatchCommand. Release the event queue service when we are done with it.
1999-03-19 22:55:32 +00:00
alecf%netscape.com
e449d3cfb2 move files over from src into linkable library 1999-03-19 22:55:08 +00:00
mscott%netscape.com
149e5118ac (not part of the build)
use new intialize method from the interface which takes an event queue. The constructor for a component that supports an interface must always be empty so remove the dependency on the event queue. Rename old Initialize method to SetupwithUrl.
1999-03-19 22:50:53 +00:00
mscott%netscape.com
eda7f78716 Add interface method for initialize which takes an event queue. 1999-03-19 22:48:45 +00:00
mscott%netscape.com
782e878db8 (not part of the build)
build tests directory.
1999-03-19 22:48:06 +00:00
mscott%netscape.com
0ec8fa9ab1 NOT PART OF BUILD PROCESS.
top level makefile.win for imap.
1999-03-19 22:02:48 +00:00
rhp%netscape.com
206aa60dce Fix for bad return value. 1999-03-19 21:49:35 +00:00
bienvenu%netscape.com
b8c16bb0a8 imap test harness, not part of build as of yet 1999-03-19 20:58:08 +00:00
bienvenu%netscape.com
3e83a64600 imap test harness, not part of build as of yet 1999-03-19 20:51:50 +00:00
rhp%netscape.com
69a335d6da Take out testing output 1999-03-19 20:27:29 +00:00
alecf%netscape.com
68845abb6d more unix fixes for rhp's mime carpool 1999-03-19 20:19:53 +00:00
rhp%netscape.com
178af1e47e Fix for exporting functions 1999-03-19 20:18:09 +00:00
rhp%netscape.com
bab86260dd fix for function definition 1999-03-19 20:16:57 +00:00
alecf%netscape.com
b8a3ebe6df minor makefile changes for rhp's carpool (libjs is not libmozjs) 1999-03-19 20:16:08 +00:00
alecf%netscape.com
d1cf131564 fix Linux libmime problems (part of rhp's checkin) 1999-03-19 20:14:55 +00:00
rhp%netscape.com
baa29739e3 Adding required file 1999-03-19 20:11:31 +00:00
rhp%netscape.com
71093422ce Cleanup of mime 1999-03-19 20:09:28 +00:00
rhp%netscape.com
9473fd245a New makefile for unix 1999-03-19 20:02:00 +00:00
rhp%netscape.com
c292fd12c1 New changes for calendar content type handler 1999-03-19 20:01:55 +00:00
rhp%netscape.com
000d9dbba5 New changes for vcard content type handler 1999-03-19 20:00:43 +00:00
rhp%netscape.com
ad8162383e Checkin of new CPP sources and code changes for libmime 1999-03-19 20:00:36 +00:00
rhp%netscape.com
a50cca76bb Deleting old src files for libmime 1999-03-19 19:59:24 +00:00
rhp%netscape.com
7afc66bbfd Adding new interface for mime emitter 1999-03-19 19:56:08 +00:00
jefft%netscape.com
c890704e0a added some thread stuff 1999-03-19 06:08:29 +00:00
jefft%netscape.com
4bfe96ca36 added GetThreadEventQueue() method 1999-03-19 06:07:31 +00:00
mscott%netscape.com
6078ccd47f Helping with smoketest. When we are done running a mailbox url, write the phrase Mailbox Done followed by a line return to a text file. QA will build an automated smoketest which will look for this phrase in that particular file. I've also wrapped the change in a ENABLE_SMOKETEST ifdef.... 1999-03-19 04:09:33 +00:00
rhp%netscape.com
e3ef502e2e No need to build this test anymore. 1999-03-19 03:58:08 +00:00
putterman%netscape.com
1845c664a8 Added some of the special folder icons. 1999-03-19 02:29:49 +00:00
putterman%netscape.com
220909a5b9 Added Special Folder attribute 1999-03-19 02:28:41 +00:00
mscott%netscape.com
bb147fc422 Remove a debug printf which displayed each line of the message to the terminal when displaying messages to the window. 1999-03-19 01:36:07 +00:00
rhp%netscape.com
420fa3d04f Fix to not output HTML into an image stream 1999-03-19 01:29:51 +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
rhp%netscape.com
08d39bddf4 Adding the Mime Emitter to CVS - Note: this is not part of the build
process until the 3/19/99 checkin.
1999-03-19 00:17:39 +00:00
putterman%netscape.com
1f17599f2e Add status column. Bold messages with new. 1999-03-18 21:41:51 +00:00
putterman%netscape.com
070382c15f Add status column and Re: to messages. 1999-03-18 21:41:07 +00:00
putterman%netscape.com
7543245691 Add .sbd when building up subfolders. 1999-03-18 21:40:41 +00:00
putterman%netscape.com
e5f922f77f Changes made to avoid nsMsgHdr duplication. Add back releases so memory
management works correctly.
1999-03-18 21:40:12 +00:00
putterman%netscape.com
16e7e63f39 Changes made to avoid nsMsgHdr duplication. Now can get a message resource from
the factory.
1999-03-18 21:39:42 +00:00
putterman%netscape.com
e38b3a5acd Changes made to avoid nsMsgHdr duplication 1999-03-18 21:39:04 +00:00
putterman%netscape.com
42d19f0637 Use .sbd not .sbd/ 1999-03-18 21:37:48 +00:00
putterman%netscape.com
7555abc831 Changes made to avoid nsMsgHdr duplication. 1999-03-18 21:37:21 +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
jefft%netscape.com
e2be62f9a4 consolidate NewMessage, ReplyMessage, ForwardMessage into one single method - NewMessage 1999-03-18 21:28:47 +00:00
mscott%netscape.com
66f28dfe63 Not part of the build yet! (a=chofmann) Part of the imap framework check in.
Implementations of imap url and imap protocol instance.
1999-03-18 01:13:37 +00:00
mscott%netscape.com
b285118255 Not part of the build yet! (a=chofmann). Part of the initial Imap framework.
Add imap url and protocol interfaces.
1999-03-18 01:12:06 +00:00
mscott%netscape.com
6ad016b233 Not part of the build yet. a=chofmann. Initial check in of imap framework.
Imap factory is used to build the imap dll component.
1999-03-18 01:09:50 +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
bienvenu%netscape.com
2323ecba53 fix 3765 r=mscott,scottip a=chofmann problem updating thread pane after get new mail 1999-03-16 03:16:31 +00:00
nhotta%netscape.com
ea2732bebd Change to generate a meta-tag for i18n mail testing, for the dogfood only (and windows only), reviwed by rhp, approved by chofmann. 1999-03-16 00:52:37 +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
bienvenu%netscape.com
3cc81cdb06 fix 3754 assert deleting a mail message r=davidmc, a=chofmann 1999-03-15 21:46:11 +00:00
bienvenu%netscape.com
b3707d6ccf fix problem in reply all 1999-03-15 07:43:14 +00:00
bienvenu%netscape.com
2e5950d728 latest mork drop, fix commit code 1999-03-15 01:32:31 +00:00
bienvenu%netscape.com
118473a4ed add comma separator between addresses, remove null byte in msg hdr yarn 1999-03-14 23:00:31 +00:00
jefft%netscape.com
6c5ccfaee4 more reply/forward message support 1999-03-14 21:01:36 +00:00
jefft%netscape.com
b098284708 more reply/forward message implementation 1999-03-14 21:00:30 +00:00
jefft%netscape.com
d42476b2ea rename GetMessageHeader to GetRDFResourceForMessage 1999-03-14 20:58:58 +00:00
bienvenu%netscape.com
1d413c34dc add accessors for recipients and cc list 1999-03-14 17:46:14 +00:00
jefft%netscape.com
111c3347ee call nsJSUtils::nsConvertObjectToJSVal to convert returning object into jsval 1999-03-13 20:15:08 +00:00
jefft%netscape.com
db9686df9a partially enable reply and forward message 1999-03-13 20:10:10 +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
ducarroz%netscape.com
36ea66eee2 add pref for reply_to 1999-03-13 07:49:23 +00:00
alecf%netscape.com
c1cdfe0b36 #if 0 out calls to functions we haven't defined yet. 1999-03-13 01:07:11 +00:00
alecf%netscape.com
61204aa2a1 remove more undefined symbols by linking against more libraries 1999-03-13 01:06:27 +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
nhotta%netscape.com
53f3fa0998 Added a MIME decoder interface which takes arguments in nsString. 1999-03-13 00:28:18 +00:00
rhp%netscape.com
f67e34fb3e Changes for content type handler plugins on unix 1999-03-12 23:28:39 +00:00
rhp%netscape.com
a8c4315b5b Change for different names on non PC platforms 1999-03-12 23:17:59 +00:00
rhp%netscape.com
e170c61dc8 Change for temporary stat() call. 1999-03-12 23:16:52 +00:00
mscott%netscape.com
e5ec9412e7 Add line return after "Mailbox Done" to make it easier for QA to smoketest this string. 1999-03-12 22:05:32 +00:00
warren%netscape.com
89f1d1abfc Changed background colors to be standard messenger. 1999-03-12 21:29:44 +00:00
warren%netscape.com
5ab052576e Changed GetEnabledCommands to GetAllCommands/IsCommandEnabled. 1999-03-12 21:28:34 +00:00
ducarroz%netscape.com
11e2183a87 Add GetMessageHeader Interface (written by jefft) 1999-03-12 20:41:43 +00:00
ducarroz%netscape.com
796038119d Add ReplyMessage, ForwardMessage and SendMessage2 interface 1999-03-12 20:39:16 +00:00
ducarroz%netscape.com
57a04ffe26 implement Message Forward and Reply 1999-03-12 20:36:53 +00:00
bienvenu%netscape.com
eb755aee9d add mork to makefiles 1999-03-12 20:31:57 +00:00
bienvenu%netscape.com
659553129c turn on file stuff for Unix 1999-03-12 20:20:54 +00:00
bienvenu%netscape.com
0f4e1f431e mork landing 1999-03-12 20:16:40 +00:00
bienvenu%netscape.com
d3fbc3f048 add error check that we can actually get the hdr from the db 1999-03-12 20:16:23 +00:00
bienvenu%netscape.com
b3082e3c1b mork landing, fix delete of local mail messages 1999-03-12 20:12:41 +00:00
alecf%netscape.com
b55e70fd90 now link libnntp directly into base, so we can do dogfood 1999-03-12 20:05:16 +00:00
bienvenu%netscape.com
a668ff3e27 initialize offset before asking for it 1999-03-12 19:57:56 +00:00
bienvenu%netscape.com
e8212d3f9c fix buffer size overstatement, add assertions for various failures 1999-03-12 19:54:26 +00:00
bienvenu%netscape.com
d5acc023a4 fix character after line continuation character problem 1999-03-12 19:12:37 +00:00
alecf%netscape.com
df46fba463 uppercase filename for Unix 1999-03-12 18:50:31 +00:00
bienvenu%netscape.com
ef19caf445 start adding mork to linux build 1999-03-12 18:16:34 +00:00
ducarroz%netscape.com
42ddb8b41d change root path preference name 1999-03-12 17:17:10 +00:00
ducarroz%netscape.com
921beae1cc change prefs properties name to be compatible with Nova's prefs as much as possible. Add pref for reply to. 1999-03-12 17:16:06 +00:00
putterman%netscape.com
379842df79 Load Message 1999-03-12 13:18:14 +00:00
putterman%netscape.com
0efe910dbd removed release of nsmsghdr until we decouple from rdf. 1999-03-12 13:17:45 +00:00
putterman%netscape.com
003a8fd6ea Moved parse url utility 1999-03-12 13:17:21 +00:00
putterman%netscape.com
01c4566091 Can either load a demo message or a real message. 1999-03-12 13:16:51 +00:00
putterman%netscape.com
af5f9f7e76 link with msgdb and rdfutil. 1999-03-12 13:14:57 +00:00
putterman%netscape.com
a607d85b22 Date displays correctly. 1999-03-12 13:14:33 +00:00
putterman%netscape.com
3863521ffd Fix some idl changes. 1999-03-12 08:02:35 +00:00
putterman%netscape.com
cb9b0af1ce Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
putterman%netscape.com
bb23d88656 Remove another release because of RDF nsMsgHdr problems. Will fix after we
decouple nsMsghdr and nsIMessage.
1999-03-12 07:58:20 +00:00
putterman%netscape.com
98bbb002c5 Add and Remove folderListeners, and hook up DeleteMessage between datasource
and database.
1999-03-12 07:57:26 +00:00
putterman%netscape.com
073233a928 Added a parameter to CreateMsgHdr to determine if we use GetMessageKey while
creating URI.
1999-03-12 07:56:24 +00:00
putterman%netscape.com
510b1c3f03 Add and Remove FolderListeners. 1999-03-12 07:55:26 +00:00
putterman%netscape.com
d419f08699 Add and Remove Folder Listeners. 1999-03-12 07:54:48 +00:00
bienvenu%netscape.com
10d777902f initial mork landing - not part of build yet 1999-03-12 07:39:27 +00:00
mscott%netscape.com
38f0f39756 add printf statement for "Mailbox Done" to allow QA to script a smoketest for the mail client. 1999-03-12 06:24:34 +00:00
mscott%netscape.com
f1ff990ae2 Add a return value at the end of GetSmtpName to fix build breakage on windows. I don't know why VC6.0 let it go.... 1999-03-12 05:33:00 +00:00
mscott%netscape.com
54c5ed351f Build nsPop3Service.cpp 1999-03-12 04:19:12 +00:00
mscott%netscape.com
1f8dc5f9a2 Export nsIPop3Service.h 1999-03-12 04:18:34 +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
mscott%netscape.com
60e382ecc4 Changes for Naoki to implement set character set menu stuff.
Implement GetNewMsgs function which runs a get new mail url through the pop3 service.
1999-03-12 04:12:36 +00:00
mscott%netscape.com
4d61525fe2 oops don't build pop3test until I'm ready for it to work again... 1999-03-12 04:10:59 +00:00
mscott%netscape.com
82a665a4f8 pop3 test no longer needs to create a transport. Go through the pop3 service for running a get new mail url.... 1999-03-12 04:09:39 +00:00
mscott%netscape.com
afea5c7960 factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
mscott%netscape.com
751eb786d3 Build nsPop3Service. 1999-03-12 04:06:09 +00:00
mscott%netscape.com
dd707a4593 Creating a pop3 protocol should not require a transport. We should do it ourselves. LoadUrL should take a consumer. 1999-03-12 04:05:40 +00:00
mscott%netscape.com
cba3d20efc updates to use nsIMsgMailNewsUrl to pick up url listener stuff. define a default Pop3 port... 1999-03-12 04:04:40 +00:00
mscott%netscape.com
05bca94454 Update the interface so it supports the nsIMsgMailNews interface... 1999-03-12 04:02:53 +00:00
mscott%netscape.com
cc258d652c 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
dc4e7da04f 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
de32acb4fd use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00
mscott%netscape.com
b9c8fb7a48 define default SMTP port... 1999-03-12 03:54:59 +00:00
mscott%netscape.com
df789b51d1 Distinguish between pop and smtp user name. Remove old user_name field which has these new, more specific fields instead. 1999-03-12 03:54:13 +00:00
mscott%netscape.com
752c4e696f a service to make running pop3 urls easier for the mail client. 1999-03-12 03:51:35 +00:00
mscott%netscape.com
ba5c6e774c Export nsIPop3Service.h 1999-03-12 03:50:48 +00:00
mscott%netscape.com
88f982b202 Pop3 service for dealing with pop3 urls... 1999-03-12 03:50:20 +00:00
rhp%netscape.com
0822709efc Finding content type handler plugins on UNIX 1999-03-12 03:40:28 +00:00
rhp%netscape.com
941cf23e01 More makefile changes for components 1999-03-12 03:35:09 +00:00
rhp%netscape.com
fb4661b354 Change to make it a component 1999-03-12 03:24:00 +00:00
rhp%netscape.com
07dca5816c Added the installation of CSS and JS files. 1999-03-12 03:17:45 +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
rhp%netscape.com
f228a9d6f1 Changes for linux build. 1999-03-12 01:22:30 +00:00
ducarroz%netscape.com
db0788363d Part of integration of preference into compose 1999-03-12 01:10:43 +00:00
ducarroz%netscape.com
cc770eb230 Add pref for user real name, organization and user email address 1999-03-12 01:09:48 +00:00
ducarroz%netscape.com
107ba596d8 Part of the intregration of preferences into compose 1999-03-12 01:07:30 +00:00
ducarroz%netscape.com
fbb6806b42 Initial checkin, part of integration of preference into compose 1999-03-12 00:47:09 +00:00
bienvenu%netscape.com
26233e5538 fix off by 1 error in buffer growing code 1999-03-12 00:01:37 +00:00
alecf%netscape.com
8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
alecf%netscape.com
2e34b17d52 remove bogus call for now 1999-03-11 22:23:43 +00:00
ducarroz%netscape.com
3cf142e763 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
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
78658b80b3 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
alecf%netscape.com
02c62005fb rev this interface 1999-03-11 21:05:26 +00:00
alecf%netscape.com
34f617766f rev this interface: char* -> const char* 1999-03-11 21:04:57 +00:00
alecf%netscape.com
8f81021a6e rev this interface - char*->const char* 1999-03-11 21:02:50 +00:00
alecf%netscape.com
f936be609d fix up libraries a bit more 1999-03-11 21:01:39 +00:00
alecf%netscape.com
840c25554c remove unnecessary libraries 1999-03-11 20:56:17 +00:00
alecf%netscape.com
996a1f22b3 constructors not public confuses unix 1999-03-11 20:38:47 +00:00
alecf%netscape.com
dda913f0de use MIN not min - unix doesn't have min() 1999-03-11 20:38:19 +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
alecf%netscape.com
fc5181de8b this is a component now 1999-03-11 20:29:18 +00:00
alecf%netscape.com
876d444b05 add libraries to link this library against 1999-03-11 20:27:14 +00:00
alecf%netscape.com
91cbf710fb update unix makefile list for mailnews - add new mime stuff, remove old compose makefiles 1999-03-11 20:25:58 +00:00
mscott%netscape.com
9066c1f10d Change m0id_scope to m_0id_id in order to fix the problem where the list of msg headers was always empty... 1999-03-11 20:22:41 +00:00
putterman%netscape.com
69117c67e9 removed call to release 1999-03-11 20:19:53 +00:00
putterman%netscape.com
ee013d837d Added delete button code 1999-03-11 19:52:02 +00:00
putterman%netscape.com
7e89364e03 Add delete message 1999-03-11 19:50:54 +00:00
putterman%netscape.com
fef03eec14 Add delete button 1999-03-11 19:50:27 +00:00
putterman%netscape.com
3699a9b8b2 Gets dependencies correct 1999-03-11 19:50:01 +00:00
warren%netscape.com
2317bd6fb4 First cut at new command architecture. 1999-03-11 10:14:35 +00:00
bienvenu%netscape.com
876e7c14c0 add morkWriter and morkCell, morkRowCellCursor.cpp 1999-03-11 06:42:59 +00:00
bienvenu%netscape.com
27a8c2cf5c use Close instead of Release 1999-03-11 06:42:18 +00:00
bienvenu%netscape.com
8a5ff94857 patches not to use persistent databases 1999-03-11 06:41:29 +00:00
bienvenu%netscape.com
67757eae14 fix bogus cast to nsMsgHdr 1999-03-11 06:40:22 +00:00
bienvenu%netscape.com
10a9444191 add explicit include of nsCOMPtr.h 1999-03-11 06:39:35 +00:00
bienvenu%netscape.com
92d9f934f6 check for missing db when deciding to reparse 1999-03-11 06:38:56 +00:00
bienvenu%netscape.com
eb1a2d94de fix syntax error in widgetglue js 1999-03-11 05:32:51 +00:00
bienvenu%netscape.com
e8f1ad9560 add GetAuthor and GetSubject intefraces 1999-03-11 05:15:33 +00:00
mscott%netscape.com
b668b90a35 somehow the pointer passed into getting the netlib queue service got changed...change it back.... 1999-03-11 03:34:27 +00:00
alecf%netscape.com
15804df1fc more linux fixes - link against the right libraries, include xp_time.c, etc. 1999-03-11 02:50:08 +00:00
alecf%netscape.com
2ac4ad9e81 fix constness casting problem 1999-03-11 02:08:41 +00:00
ducarroz%netscape.com
785915c691 add new entries 1999-03-11 01:44:44 +00:00
ducarroz%netscape.com
15f6c18ed9 did some cleanup 1999-03-11 01:43:19 +00:00
ducarroz%netscape.com
fe246e2f84 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