Develop and Download Open Source Software

Browse CVS Repository

Annotation of /undmail/guiproto/DUMMail.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download) (as text)
Fri Jan 31 17:49:12 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -0 lines
File MIME type: text/x-chdr
*** empty log message ***

1 footashida 1.1 #import <Foundation/Foundation.h>
2 footashida 1.2 #import "DUMMailAddress.h"
3 footashida 1.1
4     @interface DUMMail : NSObject {
5 footashida 1.2 DUMMailAddress *from;
6     DUMMailAddress *to;
7 footashida 1.1 NSString *subject;
8 footashida 1.2 NSCalendarDate *date;
9 footashida 1.3 NSString *headerText;
10 footashida 1.1 NSString *content;
11     BOOL isUnread;
12     }
13     -(id)initWithMailData:(NSString *)mailData;
14 footashida 1.2 -(DUMMailAddress *)from;
15     -(DUMMailAddress *)to;
16 footashida 1.1 -(NSString *)subject;
17 footashida 1.2 -(NSCalendarDate *)date;
18 footashida 1.3 -(NSString *)headerText;
19 footashida 1.1 -(NSString *)content;
20     -(BOOL)isUnread;
21     -(void)setIsUnread:(BOOL)flag;
22    
23     @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26