Commit Graph

760 Commits

Author SHA1 Message Date
alecf%netscape.com
c6607f3843 don't put text on the end of an #endif 1999-02-23 01:41:06 +00:00
alecf%netscape.com
0298e62f58 add this so XPIDL is happy 1999-02-23 01:39:55 +00:00
mscott%netscape.com
6639336340 Include msgCore.h at top of the file for pre-compiled headers. added code to hook up msg send to the new smtp service for actually sending the mail message. 1999-02-23 01:38:25 +00:00
putterman%netscape.com
a06a0b8ea4 Added factory to local directory. 1999-02-23 01:32:45 +00:00
mscott%netscape.com
2c4edbe9ec Export nsISmtpService.h 1999-02-23 01:17:25 +00:00
mscott%netscape.com
f7b62270df Remove dependency on compose.lib because we now use the compose dll which is automatically registered... 1999-02-23 01:06:05 +00:00
mscott%netscape.com
33f44bd8a1 Remove all dependencies on compose.lib. Use the new Smtp Service for running urls....Right now the test exe doesn't let you run more than one command...I'll fix this later... 1999-02-23 01:05:24 +00:00
mscott%netscape.com
617cb310e7 Remove commented out dependency on netlib.lib... 1999-02-23 01:03:51 +00:00
mscott%netscape.com
9f9ed78fb1 Added DLL self registration code. Ability to create smtp service object. Changed class name to reflect the fact that this is a factory for compose.... 1999-02-23 01:02:49 +00:00
mscott%netscape.com
e1b6a13ec1 Interface updates to use nsString and nsFilePath.... 1999-02-23 01:00:42 +00:00
mscott%netscape.com
19c00b770a Changes to update new nsISmtpUrl interface... 1999-02-23 00:59:57 +00:00
mscott%netscape.com
dc189f84ca Interface changes to support nsString and nsFilePath. Also, correctly parse out host and port in mailto urls... 1999-02-23 00:58:24 +00:00
mscott%netscape.com
74be4b259d built smtp service..... 1999-02-23 00:57:14 +00:00
mscott%netscape.com
88237013ee Smtp service for handling smtp requests in the mail application. This abstracts away the need for the app to know how to create smtp urls and smtp connections... 1999-02-23 00:56:39 +00:00
mscott%netscape.com
6c7697219c Export nsISmtpService.h 1999-02-23 00:55:38 +00:00
mscott%netscape.com
cd641c4266 Service for handling SMTP requests....this abstracts away the process of creating an SMTP url and an SMTP connection to run the url from the application... 1999-02-23 00:55:10 +00:00
mscott%netscape.com
68a30e86fa Adding some more common includes --> including the repository, service manager, nsCRT.... 1999-02-23 00:54:02 +00:00
putterman%netscape.com
fadb204bb3 Make local its own dll. 1999-02-23 00:48:09 +00:00
putterman%netscape.com
042cb6b414 Take tests directory out of the build until we fix exporting issues. 1999-02-23 00:31:16 +00:00
bienvenu%netscape.com
7ff3b3bc79 hook up more db folder info members to mdb 1999-02-23 00:20:50 +00:00
bienvenu%netscape.com
0700c188cf use nsNativeFileSpec to construct pop state.dat file name 1999-02-22 23:28:41 +00:00
putterman%netscape.com
a506001478 added NET_SACopy. 1999-02-22 23:03:53 +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
bienvenu%netscape.com
d70809da77 fix off by one error in line parsing code 1999-02-22 19:14:25 +00:00
bienvenu%netscape.com
07c9e93c94 hook up more db folder info stuff to mdb 1999-02-22 18:05:23 +00:00
bienvenu%netscape.com
ade369d1c2 start getting nntp hooked up to news database 1999-02-19 03:09:39 +00:00
bienvenu%netscape.com
bc119e565e start adding mork impl 1999-02-19 03:08:40 +00:00
mscott%netscape.com
720eb2c647 More updates for getting the 3-pane looking correctly... 1999-02-19 02:43:11 +00:00
alecf%netscape.com
8fee9617b2 MD5 implementation, thanks to mrsam@geocities.com 1999-02-19 02:12:44 +00:00
bienvenu%netscape.com
3c18fa50c2 link with the dll rdf to get rid of linker warnings 1999-02-19 01:42:25 +00:00
bienvenu%netscape.com
a299afd0d6 switch to new mdb interface naming conventions 1999-02-19 00:32:39 +00:00
mscott%netscape.com
9820e09286 Build news/tests/nntp directory... 1999-02-18 19:42:59 +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
16a331eb5f Change default path for writing tempArticle.eml into to c:\temp. 1999-02-18 04:46:54 +00:00
mscott%netscape.com
50cc020dba We need to build mime as part of messenger... 1999-02-18 03:54:15 +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
alecf%netscape.com
bf7f7468c9 moving mailnews makfiles into mailnews directory 1999-02-18 03:22:52 +00:00
mscott%netscape.com
8874310149 Makefile to build the nntpTest harness 1999-02-18 01:16:12 +00:00
mscott%netscape.com
83b3b059e0 Oops...build the nntp sub directory as well 1999-02-18 01:15:40 +00:00
mscott%netscape.com
18c5656f95 Build the stub code as a library. 1999-02-18 01:14:05 +00:00
mscott%netscape.com
cd3f5f8553 build nntp sub directory... 1999-02-18 00:54:37 +00:00
mscott%netscape.com
3ca3e64f0e NNTP test harness. This code was moved here from news\tests. 1999-02-18 00:54:06 +00:00
mscott%netscape.com
d469b784b6 Removing from repository. This file now lives in tests\nntp. 1999-02-18 00:53:29 +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
mscott%netscape.com
ff51a9a22d For now, disable the nntp test executable. (I'll look into moving this into a separate makefile...)
Build the test stubs as a stand alone library...
1999-02-18 00:29:11 +00:00
mscott%netscape.com
8242c9320e Don't use ::IID() function for the webshell interface because it doesn't support it.... 1999-02-18 00:28:10 +00:00
bienvenu%netscape.com
3dc6bc209c test PrePopulate method 1999-02-17 23:19:31 +00:00
bienvenu%netscape.com
3b79fa1337 add PrePopulate method for testing 1999-02-17 23:18:46 +00:00
bienvenu%netscape.com
9a5769752d dumpt in-memory toy db after reparsing folder 1999-02-17 22:38:57 +00:00
bienvenu%netscape.com
d639f998ae get in-memory toy db working 1999-02-17 22:38:13 +00:00
warren%netscape.com
350b2cd9a8 Updated to use nsRDFResource (is this file obsolete though)? 1999-02-17 21:57:15 +00:00
alecf%netscape.com
4dd8d38d0f new generated javascript with constructor 1999-02-17 20:47:29 +00:00
ducarroz%netscape.com
a7b964d829 no comment 1999-02-17 19:59:37 +00:00
ducarroz%netscape.com
fb675bc648 use nsIMsgSend to send a message 1999-02-17 19:57:48 +00:00
ducarroz%netscape.com
362cf37881 add lib raptorbase needed by nsMsgSend 1999-02-17 19:54:52 +00:00
ducarroz%netscape.com
69e7e61ec8 did some work 1999-02-17 19:53:29 +00:00
ducarroz%netscape.com
e95ede2220 add new interface and member functions 1999-02-17 19:52:14 +00:00
ducarroz%netscape.com
cf88ee4180 add more glue requested by nsMsgSend 1999-02-17 19:50:03 +00:00
ducarroz%netscape.com
32d679d27a add nsMsgSend.cpp & nsMsgSendPart.cpp to the build 1999-02-17 19:49:23 +00:00
ducarroz%netscape.com
205bfb5a17 clean up comment 1999-02-17 19:44:54 +00:00
ducarroz%netscape.com
b8d812dc5e add interface for set/get body 1999-02-17 19:43:26 +00:00
ducarroz%netscape.com
95bbbaa6d7 add more glue requested by nsMsgSend 1999-02-17 19:42:02 +00:00
ducarroz%netscape.com
56f5510745 add export for nsIMsgSend.h & nsMsgSendFact.h 1999-02-17 19:41:12 +00:00
ducarroz%netscape.com
06a2cd0296 add factory for nsIMsgSend 1999-02-17 19:38:44 +00:00
ducarroz%netscape.com
fcdcc74046 add class id for nsMsgSend 1999-02-17 19:35:46 +00:00
ducarroz%netscape.com
c58bb574b6 add lib secfreenav32 1999-02-17 19:32:28 +00:00
ducarroz%netscape.com
a4f9946c2e Initial checkin 1999-02-17 19:28:25 +00:00
nhotta%netscape.com
7734d979a2 Changed MIME encoder from csid base to charset name base. 1999-02-17 17:47:25 +00:00
mscott%netscape.com
5fc73425e2 Move some convience functions into nsNNTPProtocol. LoadUrl now takes a consumer. 1999-02-17 08:19:49 +00:00
mscott%netscape.com
237c42a360 LoadUrl now takes a nsISupports which could be the consumer display stream. Externally declared convience functions for building and runnning a news url (which can be used in our messenger demo). Added code to call webshell->LoadUrl after retrieving a news article and writing it to a temp file. This will cause the url to be displayed in the ui. 1999-02-17 08:18:07 +00:00
mscott%netscape.com
1e721e74de LoadUrl now takes a nsISupports which could be the consumer display stream. Externally declared convience functions for building and runnning a news url (which can be used in our messenger demo). 1999-02-17 08:17:04 +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
49fe0fe239 Added some RDF accessors for messages. 1999-02-17 06:15:13 +00:00
alecf%netscape.com
f85cb4a25e ignore generated files 1999-02-17 06:01:24 +00:00
alecf%netscape.com
f15f92b708 add test directories back to build 1999-02-17 05:59:14 +00:00
alecf%netscape.com
18358985ef fix for egcs 1.0.x multiple inheritance bug 1999-02-17 05:59:01 +00:00
alecf%netscape.com
ed45005c40 fix egcs compiler bustage 1999-02-17 05:57:50 +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
bienvenu%netscape.com
b768f8a7ff call base class line handler to get parsing to work 1999-02-17 00:36:07 +00:00
bienvenu%netscape.com
410bc490fd fix memory crunch freeing memory I don't own 1999-02-17 00:35:25 +00:00
bienvenu%netscape.com
468c14e0a2 get this to compile for debug me 1999-02-17 00:10:48 +00:00
bienvenu%netscape.com
bdab3045e5 make pop3 protocol use mailbox parse and line buffer 1999-02-17 00:09:22 +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
alecf%netscape.com
1c8af60f39 fix for egcs compiler bugs 1999-02-16 23:10:46 +00:00
alecf%netscape.com
bedd428c58 export nsMsgLineBuffer.h 1999-02-16 20:08:06 +00:00
nhotta%netscape.com
8561548e7c Added charset conversion wrappers. 1999-02-16 18:40:08 +00:00
nhotta%netscape.com
a271778c4f Initial check in. 1999-02-16 18:37:10 +00:00
alecf%netscape.com
34230cc33e remove pop3/mailbox tests from unix build until unix makefiles are written 1999-02-16 18:12:52 +00:00
bienvenu%netscape.com
24ff0846f8 add Reset method for byte array 1999-02-15 03:08:04 +00:00
bienvenu%netscape.com
057fd548a1 add stubs for mdb 1999-02-15 03:06:55 +00:00
bienvenu%netscape.com
b453dd105d change default mailbox path 1999-02-15 03:05:20 +00:00
bienvenu%netscape.com
a6d9443a3e we need rdfbase now 1999-02-14 22:34:47 +00:00
bienvenu%netscape.com
eeddd09934 get rid of duplicate m_mailDB in derived class 1999-02-14 22:34:00 +00:00
bienvenu%netscape.com
59ce6832d9 more work to get mailbox parsing working 1999-02-14 22:33:19 +00:00
bienvenu%netscape.com
999831a000 hack up to get rid of pure virtual classes and virtual routines so I can link 1999-02-14 22:31:28 +00:00
bienvenu%netscape.com
68e9f813f7 override IID method 1999-02-14 19:45:41 +00:00
bienvenu%netscape.com
cf5f976a91 override IID method 1999-02-14 19:31:54 +00:00
bienvenu%netscape.com
1d21e06b68 override IID method 1999-02-14 19:16:49 +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
putterman%netscape.com
35ec1b6bbb Fixes some bugs including one that made folders show up twice. 1999-02-13 02:45:22 +00:00
bienvenu%netscape.com
e1c97cc07f remove stubs, add db lib 1999-02-13 01:17:26 +00:00
bienvenu%netscape.com
00d22449a2 add call to tell parser stream to start binding 1999-02-13 01:16:15 +00:00
bienvenu%netscape.com
f18050cb00 change name of mailbox parser, hook up mail db 1999-02-13 01:14:33 +00:00
bienvenu%netscape.com
303af6e7e1 add nsParseMailbox 1999-02-13 01:13:24 +00:00
bienvenu%netscape.com
418fb311fa add set summary valid method and use nsLocalSummaryFileSpec 1999-02-13 01:10:26 +00:00
bienvenu%netscape.com
aecc49a9c6 change name of embedded handler routine 1999-02-13 01:09:37 +00:00
chuang%netscape.com
fda22eea6e Change title 1999-02-13 00:09:26 +00:00
mscott%netscape.com
ecbbe8bddf Add method for retrieving an nsFilePath for the mailbox. 1999-02-12 22:40:47 +00:00
mscott%netscape.com
7e5b9e83cb Add accessor for retrieving an nsFilePath for the mailbox. 1999-02-12 22:38:58 +00:00
putterman%netscape.com
28127155db Removed typedef of urlstruct. It's already defined in ntypes.h 1999-02-12 22:30:11 +00:00
putterman%netscape.com
0ddefa7a6c Added nsFolderEvent cid. Removed dependency on messenger dll. This dll
already has a factory that creates its own appcore.  Added self-registration.
1999-02-12 22:28:26 +00:00
bienvenu%netscape.com
89b49bd113 add export of nsLocalFolderSummarySpec 1999-02-12 21:38:36 +00:00
putterman%netscape.com
24794afa2c removing const from functions dealing with Init(); 1999-02-12 19:03:08 +00:00
putterman%netscape.com
323b75ec65 removing const from Init(); 1999-02-12 19:02:18 +00:00
bienvenu%netscape.com
f7ac81f9b4 get rid of use of GetMozillaStatusFlags 1999-02-12 18:56:34 +00:00
mscott%netscape.com
3902b6b61f Build the tests directory... 1999-02-12 05:34:29 +00:00
mscott%netscape.com
426a6caef8 Build mailbox protocol and mailbox url classes... 1999-02-12 05:27:36 +00:00
mscott%netscape.com
7ff6ba09de Export nsIMailboxUrl.h 1999-02-12 05:27:04 +00:00
mscott%netscape.com
a607490ded makefile for building mailbox test stuff 1999-02-12 05:26:42 +00:00
mscott%netscape.com
81bbd0c065 Build mailbox test directory 1999-02-12 05:26:21 +00:00
mscott%netscape.com
2e1447e0a6 Added some comments about how this test app works... 1999-02-12 05:07:59 +00:00
mscott%netscape.com
9e934a74be Build the mailboxTest harness.... 1999-02-12 04:49:04 +00:00
mscott%netscape.com
75d34aec3d Test harness for mailbox urls. 1999-02-12 04:48:46 +00:00
mscott%netscape.com
c7a0009f0f A stub implementation of the mailbox parser used to test parsing mail folder mailbox urls... 1999-02-12 04:48:31 +00:00
mscott%netscape.com
dfad8c6c25 Build new mailbox protocol stuff... 1999-02-12 04:47:33 +00:00
mscott%netscape.com
a73271b892 First check in of the mailbox protocol module. 1999-02-12 04:46:51 +00:00
mscott%netscape.com
84ad13250c Implementation of nsIMailboxUrl interface 1999-02-12 04:46:24 +00:00
mscott%netscape.com
f2a5f958d9 Export nsIMailboxurl.h 1999-02-12 04:44:13 +00:00
mscott%netscape.com
d8fdf9cd13 Interface for mailbox urls... 1999-02-12 04:43:46 +00:00
bienvenu%netscape.com
f77b185a7c test mailbox parser code 1999-02-12 02:00:08 +00:00
bienvenu%netscape.com
da092e57c1 get test mailbox parser linking 1999-02-12 01:59:16 +00:00
bienvenu%netscape.com
9f63630e77 replace PR_ASSERT with NS_ASSERTION 1999-02-12 01:58:10 +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
rhp%netscape.com
e567d1e199 Makefile updates 1999-02-11 18:36:41 +00:00
rhp%netscape.com
c0c66b9c35 Removed the NET_RegisterContentTypeHandler call from the test app. 1999-02-11 18:35:45 +00:00
rhp%netscape.com
ad6a84f5d3 Added NET_RegisterContentTypeConverter into the factory autoregistration
code so we don't have to hack viewer, etc... anymore to do this.
1999-02-11 18:29:24 +00:00
bienvenu%netscape.com
8ea0c2fbfb get local folder stuff to linking point 1999-02-11 18:06:08 +00:00
alecf%netscape.com
5cded95cfe add db to list now that it's in the configure.in script 1999-02-11 07:28:08 +00:00
alecf%netscape.com
189927c7a1 update libraries because RDF now depends on layout (which has a zillion other dependancies) 1999-02-11 07:27:39 +00:00
alecf%netscape.com
f4e1254228 get rid of duplicate NET_SACat definition 1999-02-11 07:27:19 +00:00
bienvenu%netscape.com
915a3b55a5 start getting mailbox parsing going 1999-02-11 07:10:24 +00:00
bienvenu%netscape.com
ecc6b71db3 changes for getting local mail folder parsing to work 1999-02-11 07:09:26 +00:00
bienvenu%netscape.com
a27e524d3e add error for not a mail folder 1999-02-11 07:09:05 +00:00
alecf%netscape.com
89ad3642ed add glue code for GetNewMail() 1999-02-11 07:02:06 +00:00
alecf%netscape.com
416bcd6e49 more and more fixes for unix 1999-02-11 06:53:55 +00:00
alecf%netscape.com
f4723f74c2 ignore Makefile 1999-02-11 06:51:42 +00:00
alecf%netscape.com
3a51f661a2 more fixes to make this compile on unix 1999-02-11 06:47:01 +00:00
alecf%netscape.com
94a48cb701 use new NSPR types and functions 1999-02-11 06:39:09 +00:00
alecf%netscape.com
472d81c81a minor makefile/cvs fixes to make stuff build on Unix 1999-02-11 06:37:17 +00:00
alecf%netscape.com
0b3c057f84 add support for creating new appcore 1999-02-11 06:27:27 +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
mscott%netscape.com
f521ec53c1 Replaces old Makefile.in. We now want to build pop3 directory... 1999-02-11 03:57:53 +00:00
mscott%netscape.com
ae1c1ea360 Adding to build new directory... 1999-02-11 03:56:36 +00:00
mscott%netscape.com
ec2903802b moved into new subdirectory.... 1999-02-11 03:33:04 +00:00
mscott%netscape.com
3d632c09ce Build pop3 subdirectory... 1999-02-11 03:32:20 +00:00
mscott%netscape.com
c9884d5495 This has been moved into a tests/pop3 subdirectory... 1999-02-11 03:31:14 +00:00
mscott%netscape.com
3ba1fa6479 use of sockstub protocol to implement a socket connection for a url is now BLIND to the protocol. So let the protocol use its original scheme when building urls. The transport layer will now worry about chaning the scheme to sockstub when appropriate.... 1999-02-11 03:10:28 +00:00
mscott%netscape.com
aee2e0ccbe Remove assertion that is no longer valid... 1999-02-11 03:07:24 +00:00
mscott%netscape.com
73e6a78269 Remove in-appropriate assertion...the rules have changed... 1999-02-11 03:03:51 +00:00
ducarroz%netscape.com
c762c602b3 re-added compose to the build 1999-02-11 02:38:53 +00:00
ducarroz%netscape.com
89c308eed8 Add library raptorbase.lib to the build 1999-02-11 02:37:35 +00:00
ducarroz%netscape.com
06e7830b3f Add directory build 1999-02-11 01:05:18 +00:00
ducarroz%netscape.com
323f34a628 Initial check in 1999-02-11 01:01:47 +00:00
ducarroz%netscape.com
d59ff25779 no comment 1999-02-11 00:59:19 +00:00
ducarroz%netscape.com
0c2f8a656b Initial check in 1999-02-11 00:54:40 +00:00
ducarroz%netscape.com
e305befaa2 no comment 1999-02-11 00:49:04 +00:00
ducarroz%netscape.com
5e68eb4e7a Initial check in 1999-02-11 00:43:57 +00:00
nhotta%netscape.com
0085ce15fd Changed csid to charset name for MIME header decoding. 1999-02-11 00:43:20 +00:00
nhotta%netscape.com
ec576a4e21 Changed csid to charset name, Unicode converter wrapper callable by C code. 1999-02-11 00:41:30 +00:00
ducarroz%netscape.com
d3602fa236 no comment 1999-02-11 00:38:13 +00:00
nhotta%netscape.com
a56748e327 Added an include path for the unicode converter. 1999-02-11 00:30:30 +00:00
ducarroz%netscape.com
b48918fe73 add export for rosetta_mailnews.h 1999-02-11 00:10:48 +00:00
ducarroz%netscape.com
c54000d02c Initial check in 1999-02-11 00:06:35 +00:00