/headers/Message/MailboxUid.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 MessageCriterion, NSString;
00010 
00011 @interface MailboxUid : NSObject
00012 {
00013     NSString *uniqueId;
00014     id _accountOrPathComponent;
00015     unsigned int _attributes;
00016     void *_tree;
00017     NSString *pendingNameChange;
00018     MessageCriterion *_criterion;
00019     BOOL allCriteriaMustBeSatisfied;
00020     NSString *_realFullPath;
00021     unsigned int _numberOfGenericChildren;
00022     NSString *_permanentTag;
00023 }
00024 
00025 + (id)specialNameForType:(int)fp8;
00026 + (id)specialMailboxUids;
00027 - (void)dealloc;
00028 - (id)init;
00029 - (id)initWithAccount:(id)fp8;
00030 - (id)initWithName:(id)fp8 attributes:(unsigned int)fp12 forAccount:(id)fp16 permanentTag:(id)fp20;
00031 - (id)uniqueId;
00032 - (id)displayName;
00033 - (void)setPendingNameChange:(id)fp8;
00034 - (id)name;
00035 - (id)displayNameUsingSpecialNames;
00036 - (void)setName:(id)fp8;
00037 - (id)permanentTag;
00038 - (void)setPermanentTag:(id)fp8;
00039 - (unsigned int)attributes;
00040 - (void)setAttributes:(unsigned int)fp8;
00041 - (unsigned int)unreadCount;
00042 - (BOOL)setUnreadCount:(unsigned int)fp8;
00043 - (unsigned int)nonDeletedCount;
00044 - (id)children;
00045 - (BOOL)hasChildren;
00046 - (void)invalidateCachedNumberOfGenericChildren;
00047 - (unsigned int)numberOfGenericChildren;
00048 - (id)childEnumerator;
00049 - (id)childEnumeratorIncludingHiddenChildren:(BOOL)fp8;
00050 - (id)depthFirstEnumerator;
00051 - (unsigned int)numberOfChildren;
00052 - (id)childAtIndex:(unsigned int)fp8;
00053 - (unsigned int)indexOfChild:(id)fp8;
00054 - (id)childWithName:(id)fp8;
00055 - (id)childWithPermanentTag:(id)fp8;
00056 - (id)descendantWithPermanentTag:(id)fp8;
00057 - (id)mutableCopyOfChildren;
00058 - (void)_deleteChildrenWithURLsIfInvalid:(id)fp8 fullPaths:(id)fp12;
00059 - (BOOL)setChildren:(id)fp8;
00060 - (void)sortChildren;
00061 - (id)parent;
00062 - (void)setParent:(id)fp8;
00063 - (void)flushCriteria;
00064 - (void)setRepresentedAccount:(id)fp8;
00065 - (id)representedAccount;
00066 - (id)account;
00067 - (BOOL)isValid;
00068 - (void)invalidate;
00069 - (BOOL)isContainer;
00070 - (BOOL)isStore;
00071 - (BOOL)isSpecialMailboxUid;
00072 - (BOOL)isOutgoingMailboxUid;
00073 - (id)accountRelativePath;
00074 - (id)fullPathNonNil;
00075 - (id)fullPath;
00076 - (id)realFullPath;
00077 - (id)tildeAbbreviatedPath;
00078 - (id)pathRelativeToMailbox:(id)fp8;
00079 - (id)URL;
00080 - (id)URLStringWithAccount:(id)fp8;
00081 - (id)oldURLString;
00082 - (id)URLString;
00083 - (int)compareWithMailboxUid:(id)fp8;
00084 - (int)indexToInsertChildMailboxUid:(id)fp8;
00085 - (BOOL)isDescendantOfMailbox:(id)fp8;
00086 - (id)description;
00087 - (int)type;
00088 - (void)setType:(int)fp8;
00089 - (BOOL)isVisible;
00090 - (id)_loadUserInfo;
00091 - (id)userInfoObjectForKey:(id)fp8;
00092 - (void)setUserInfoObject:(id)fp8 forKey:(id)fp12;
00093 - (BOOL)userInfoBoolForKey:(id)fp8;
00094 - (void)setUserInfoBool:(BOOL)fp8 forKey:(id)fp12;
00095 - (void)saveUserInfo;
00096 - (id)userInfoDictionary;
00097 - (void)setUserInfoWithDictionary:(id)fp8;
00098 - (id)userInfo;
00099 - (id)ancestralAccount;
00100 - (id)criterion;
00101 - (void)setCriterion:(id)fp8;
00102 - (id)store;
00103 - (id)copyWithZone:(id)fp8;
00104 - (BOOL)isSelectable;
00105 
00106 @end
00107