/headers/Message/CDStructures.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 @class IMAPFetchResult, NSArray, NSDictionary, NSString;
00008 
00009 struct NtlmGenerator;
00010 
00011 struct _CommandStackEntry {
00012     struct {
00013     } *_field1;
00014     id _field2;
00015 };
00016 
00017 struct _NSRange {
00018     unsigned int location;
00019     unsigned int length;
00020 };
00021 
00022 struct _NSSize {
00023     float _field1;
00024     float _field2;
00025 };
00026 
00027 struct _NSZone;
00028 
00029 struct __CFArray;
00030 
00031 struct __CFCharacterSet;
00032 
00033 struct __CFDictionary;
00034 
00035 struct __CFMessagePort;
00036 
00037 struct __CFReadStream;
00038 
00039 struct __CFRunLoopSource;
00040 
00041 struct __CFSocket;
00042 
00043 struct __CFString;
00044 
00045 struct __CFTree;
00046 
00047 struct __CFWriteStream;
00048 
00049 struct __SCDynamicStore;
00050 
00051 struct _lockdown_connection;
00052 
00053 struct _opaque_pthread_mutex_t {
00054     long __sig;
00055     char __opaque[40];
00056 };
00057 
00058 struct sqlite3;
00059 
00060 struct sqlite3_stmt;
00061 
00062 typedef struct {
00063     id _field1;
00064     id _field2;
00065     id _field3;
00066     id _field4;
00067     char _field5;
00068     id _field6;
00069     id _field7;
00070     id _field8;
00071     id _field9;
00072     unsigned int _field10;
00073     id _field11;
00074     unsigned int _field12;
00075 } CDAnonymousStruct1;
00076 
00077 typedef struct {
00078     id _field1;
00079     id _field2;
00080     struct __CFDictionary *_field3;
00081     struct __CFDictionary *_field4;
00082     struct __CFDictionary *_field5;
00083     unsigned int _field6;
00084     unsigned int _field7;
00085     int _field8;
00086     id _field9;
00087 } CDAnonymousStruct5;
00088 
00089 typedef struct {
00090     unsigned int colorHasBeenEvaluated:1;
00091     unsigned int colorWasSetManually:1;
00092     unsigned int redColor:8;
00093     unsigned int greenColor:8;
00094     unsigned int blueColor:8;
00095     unsigned int loadingBody:1;
00096     unsigned int unused:5;
00097 } CDAnonymousStruct2;
00098 
00099 typedef struct {
00100     unsigned int _field1;
00101     unsigned int _field2;
00102     char _field3;
00103     char _field4;
00104 } CDAnonymousStruct3;
00105 
00106 typedef struct {
00107     unsigned int reserved:26;
00108     unsigned int hasCustomEncoding:1;
00109     unsigned int isPartial:1;
00110     unsigned int hasTemporaryUid:1;
00111     unsigned int isHTML:1;
00112     unsigned int isRich:1;
00113 } CDAnonymousStruct6;
00114 
00115 typedef struct {
00116     int _field1;
00117     id _field2;
00118     id _field3;
00119     unsigned int _field4;
00120 } CDAnonymousStruct8;
00121 
00122 typedef struct {
00123     unsigned int _field1;
00124     unsigned int _field2;
00125 } CDAnonymousStruct4;
00126 
00127 typedef struct {
00128     id _field1;
00129     unsigned int :1;
00130     unsigned int :1;
00131     unsigned int :1;
00132     unsigned int :2;
00133 } CDAnonymousStruct7;
00134 
00135 union _IMAPResponseData {
00136     struct {
00137         int responseCode;
00138         id responseInfoAndOrUserData;
00139     } basic;
00140     NSArray *capabilities;
00141     unsigned int number;
00142     NSArray *flags;
00143     struct {
00144         NSString *mailboxName;
00145         NSDictionary *entries;
00146     } status;
00147     NSArray *searchResults;
00148     struct {
00149         unsigned long mailboxAttributes;
00150         id separatorAndOrMboxName;
00151         NSString *permanentTag;
00152     } list;
00153     struct {
00154         unsigned long number;
00155         NSArray *items;
00156     } fetch;
00157     struct {
00158         NSString *mailboxName;
00159         NSArray *quotaRootNames;
00160     } quotaRoot;
00161     struct {
00162         NSString *quotaRootName;
00163         NSArray *quotas;
00164     } quota;
00165     struct {
00166         NSString *uids;
00167         IMAPFetchResult *flagsFetchResult;
00168         unsigned int change:1;
00169     } uidFlags;
00170     struct {
00171         NSString *name;
00172         NSArray *parameters;
00173     } other;
00174 };
00175