00001
00002
00003
00004
00005
00006
00007 #import <Message/Message.h>
00008
00009 @class NSString;
00010
00011 @interface LibraryMessage : Message
00012 {
00013 unsigned int _libraryID;
00014 NSString *_remoteID;
00015 unsigned int _uid;
00016 unsigned int _size;
00017 CDAnonymousStruct6 _imapFlags;
00018 unsigned int _mailboxID;
00019 unsigned int _originalMailboxID;
00020 NSString *_messageID;
00021 }
00022
00023 + (id)messageWithLibraryID:(unsigned int)fp8;
00024 - (id)initWithLibraryID:(unsigned int)fp8;
00025 - (id)library;
00026 - (void)setLibraryID:(unsigned int)fp8;
00027 - (id)messageID;
00028 - (id)persistentID;
00029 - (unsigned int)libraryID;
00030 - (unsigned int)mailboxID;
00031 - (void)setMailboxID:(unsigned int)fp8;
00032 - (unsigned int)originalMailboxID;
00033 - (void)setOriginalMailboxID:(unsigned int)fp8;
00034 - (id)originalMailboxURL;
00035 - (unsigned int)messageSize;
00036 - (void)setMessageSize:(unsigned int)fp8;
00037 - (id)messageStore;
00038 - (void)setMessageStore:(id)fp8;
00039 - (id)mailbox;
00040 - (void)_updateUID;
00041 - (void)setRemoteID:(id)fp8;
00042 - (id)remoteID;
00043 - (BOOL)isEqual:(id)fp8;
00044 - (unsigned int)hash;
00045 - (void)setIMAPFlags:(CDAnonymousStruct6)fp8;
00046 - (CDAnonymousStruct6)imapFlags;
00047 - (unsigned long)uid;
00048 - (void)setUid:(unsigned long)fp8;
00049 - (BOOL)isPartial;
00050 - (void)setIsPartial:(BOOL)fp8;
00051 - (BOOL)isMessageContentsLocallyAvailable;
00052 - (void)setPreferredEncoding:(unsigned long)fp8;
00053 - (BOOL)hasTemporaryUid;
00054 - (void)setHasTemporaryUid:(BOOL)fp8;
00055 - (id)mailboxName;
00056 - (int)compareByUidWithMessage:(id)fp8;
00057 - (void)setMessageFlagsWithoutCommitting:(unsigned long)fp8;
00058 - (void)setMessageFlags:(unsigned long)fp8;
00059 - (void)setFlags:(unsigned long long)fp8;
00060 - (void)setSummary:(id)fp8;
00061 - (void)setLibraryColor:(char *)fp8;
00062 - (void)commit;
00063 - (void)setMutableInfoFromMessage:(id)fp8;
00064 - (id)description;
00065 - (void)dealloc;
00066 - (id)path;
00067 - (id)dataPathForMimePart:(id)fp8;
00068 - (id)account;
00069 - (void)markAsViewed;
00070 - (void)markAsNotViewed;
00071 - (void)markAsReplied;
00072 - (void)markAsForwarded;
00073 - (id)preferredEmailAddressToReplyWith;
00074 - (void)setRemoteID:(const char *)fp8 flags:(unsigned long long)fp12 size:(unsigned int)fp20 mailboxID:(unsigned int)fp24 originalMailboxID:(unsigned int)fp28 color:(char *)fp32;
00075 - (void)setMessageData:(id)fp8 isPartial:(BOOL)fp12;
00076 - (id)dataConsumerForMimePart:(id)fp8;
00077
00078 @end
00079