gecko-dev/mailnews/local
1999-03-08 01:04:53 +00:00
..
build include xplib.h.... 1999-03-08 00:01:04 +00:00
public accessors for fetching a message key for the current url and a setter for setting the message size. 1999-03-06 00:28:23 +00:00
src Remove NS_NewMsgParser. You should be going through the repository to create an instance of mailbox parser. I've already updated the nsLocalMsgFactory to be able to create instances of this object. 1999-03-08 01:00:52 +00:00
tests Many many changes. (1) get rid of hard coded mailbox folder paths and rely on the the mail root folder preference being set. (2) when displaying a message, open the db, extract the array of msgKeys and ask the user which message they want to display. This number is based on the number of items in the msgKey array. Then use the user provided number as an offset into the msg key array to extract the correct message key to use. This provides us with a lot more testing flexibility instead of forcing the test to know the message key of each message he/she wanted to display. (3) remove call to NS_NewMsgParser and go through the repository instead.... 1999-03-08 01:04:53 +00:00
.cvsignore don't check in Makefile 1999-02-02 00:13:17 +00:00
Makefile.in only build tests when ENABLE_TESTS (i.e. --enable-tests) is turned on 1999-03-04 01:36:25 +00:00
makefile.win Added build directory. 1999-02-23 07:08:56 +00:00