ftp.nice.ch/pub/next/connectivity/mail/bundles/EnhanceMail.2.2p1.NIHS.bs.gnutar.gz#/EnhanceMail-2.2p1/Source/MailBox.h

This is MailBox.h in view mode; [Download] [Up]

/* -*-C-*-
*******************************************************************************
*
* File:         MailBox.h
* RCS:          /usr/local/sources/CVS/EnhanceMail/MailBox.h,v 1.2 1997/04/26 01:08:58 tom Exp
* Description:  
* Author:       Carl Edman
* Created:      Fri Oct 13 11:48:24 1995
* Modified:     Wed Mar 27 09:50:34 1996 (Carl Edman) cedman@capitalist.princeton.edu
* Language:     C
* Package:      N/A
* Status:       Experimental (Do Not Distribute)
*
* (C) Copyright 1995, but otherwise this file is perfect freeware.
*
*******************************************************************************
*/

#import <appkit/appkit.h>
#import "MailApp.h"

@interface EnhanceMailBox : MailBox
- (int)numberOfNonIndexedMessages;
- createStore;
- updateStore;
- maybeUpdateStore;
- deleteStore;
- (BOOL)hasStore;
- (int)storeSize;
- query:(const char *)expr;
@end

@interface MailBox(EnhanceMailBox)
- (int)numberOfNonIndexedMessages;
- createStore;
- updateStore;
- maybeUpdateStore;
- deleteStore;
- (BOOL)hasStore;
- (int)storeSize;
- query:(const char *)expr;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.