/headers/Message/IMAPFetchResult.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSArray, NSData, NSDate, NSString;
00010 
00011 @interface IMAPFetchResult : NSObject
00012 {
00013     int _itemType;
00014     union {
00015         NSArray *envelope;
00016         NSDate *internalDate;
00017         unsigned int messageSize;
00018         NSArray *bodyStructure;
00019         struct {
00020             NSString *section;
00021             unsigned int startOffset;
00022             NSData *sectionData;
00023         } bodySectionInfo;
00024         unsigned int uid;
00025         struct {
00026             unsigned int messageFlags;
00027             NSArray *customFlags;
00028         } flags;
00029     } _typeSpecific;
00030 }
00031 
00032 - (id)initWithType:(int)fp8;
00033 - (void)dealloc;
00034 - (int)type;
00035 - (id)envelope;
00036 - (void)setEnvelope:(id)fp8;
00037 - (id)internalDate;
00038 - (void)setInternalDate:(id)fp8;
00039 - (id)fetchData;
00040 - (void)setFetchData:(id)fp8;
00041 - (unsigned long)messageSize;
00042 - (void)setMessageSize:(unsigned long)fp8;
00043 - (id)bodyStructure;
00044 - (void)setBodyStructure:(id)fp8;
00045 - (unsigned long)startOffset;
00046 - (void)setStartOffset:(unsigned long)fp8;
00047 - (id)section;
00048 - (void)setSection:(id)fp8;
00049 - (unsigned long)uid;
00050 - (void)setUid:(unsigned long)fp8;
00051 - (id)flagsArray;
00052 - (void)setFlagsArray:(id)fp8;
00053 - (void)setMessageFlags:(unsigned long)fp8;
00054 - (unsigned long)messageFlags;
00055 - (void)setCustomFlagsArray:(id)fp8;
00056 - (id)customFlagsArray;
00057 - (unsigned long)encoding;
00058 - (id)description;
00059 
00060 @end
00061