1163 Commits

Author SHA1 Message Date
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