/headers/Message/Message.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 MessageStore, NSData, NSString;
00010 
00011 @interface Message : NSObject
00012 {
00013     MessageStore *_store;
00014     unsigned int _messageFlags;
00015     CDAnonymousStruct2 _flags;
00016     unsigned int _preferredEncoding;
00017     NSString *_senderAddressComment;
00018     unsigned int _dateSentInterval;
00019     unsigned int _dateReceivedInterval;
00020     NSString *_subject;
00021     unsigned char _subjectPrefixLength;
00022     NSString *_to;
00023     NSString *_cc;
00024     NSString *_sender;
00025     NSString *_contentType;
00026     NSData *_messageIDHeaderDigest;
00027     NSData *_inReplyToHeaderDigest;
00028     NSString *_summary;
00029 }
00030 
00031 + (void)initialize;
00032 + (id)productName;
00033 + (id)verboseVersion;
00034 + (id)frameworkVersion;
00035 + (void)setUserAgent:(id)fp8;
00036 + (id)userAgent;
00037 + (id)mailDirectory;
00038 + (id)messageWithRFC822Data:(id)fp8;
00039 + (id)forwardedMessagePrefixWithSpacer:(BOOL)fp8;
00040 + (id)replyPrefixWithSpacer:(BOOL)fp8;
00041 + (unsigned int)validatePriority:(int)fp8;
00042 + (unsigned int)displayablePriorityForPriority:(int)fp8;
00043 - (id)init;
00044 - (id)copyWithZone:(struct _NSZone *)fp8;
00045 - (id)messageStore;
00046 - (void)setMessageStore:(id)fp8;
00047 - (id)mailbox;
00048 - (id)headers;
00049 - (id)headersIfAvailable;
00050 - (unsigned long)messageFlags;
00051 - (void)setMessageFlags:(unsigned long)fp8;
00052 - (void)setMessageFlagsWithoutCommitting:(unsigned long)fp8;
00053 - (id)messageBody;
00054 - (id)messageBodyIfAvailable;
00055 - (id)messageBodyUpdatingFlags:(BOOL)fp8;
00056 - (id)messageBodyIfAvailableUpdatingFlags:(BOOL)fp8;
00057 - (id)messageDataIsComplete:(char *)fp8 downloadIfNecessary:(BOOL)fp12;
00058 - (id)messageData;
00059 - (void)setMessageData:(id)fp8 isPartial:(BOOL)fp12;
00060 - (id)dataConsumerForMimePart:(id)fp8;
00061 - (BOOL)colorHasBeenEvaluated;
00062 - (void)setColorHasBeenEvaluated:(BOOL)fp8;
00063 - (void)dealloc;
00064 - (unsigned int)messageSize;
00065 - (id)preferredEmailAddressToReplyWith;
00066 - (id)messageID;
00067 - (id)messageIDHeaderDigest;
00068 - (id)messageIDHeader;
00069 - (void)unlockedSetMessageIDHeaderDigest:(id)fp8;
00070 - (void)setMessageIDHeaderDigest:(id)fp8;
00071 - (id)_messageIDHeaderDigestIvar;
00072 - (BOOL)needsMessageIDHeader;
00073 - (id)inReplyToHeaderDigest;
00074 - (void)unlockedSetInReplyToHeaderDigest:(id)fp8;
00075 - (void)setInReplyToHeaderDigest:(id)fp8;
00076 - (id)_inReplyToHeaderDigestIvar;
00077 - (BOOL)isMessageContentsLocallyAvailable;
00078 - (unsigned int)numberOfAttachments;
00079 - (void)setPriorityFromHeaders:(id)fp8;
00080 - (int)priority;
00081 - (unsigned long)preferredEncoding;
00082 - (void)setPreferredEncoding:(unsigned long)fp8;
00083 - (BOOL)_doesDateAppearToBeSane:(id)fp8;
00084 - (id)_copyDateFromReceivedHeadersInHeaders:(id)fp8;
00085 - (id)_copyDateFromDateHeaderInHeaders:(id)fp8;
00086 - (void)_setDateReceivedFromHeaders:(id)fp8;
00087 - (void)_setDateSentFromHeaders:(id)fp8;
00088 - (void)loadCachedHeaderValuesFromHeaders:(id)fp8;
00089 - (id)subjectAndPrefixLength:(unsigned int *)fp8;
00090 - (id)subjectNotIncludingReAndFwdPrefix;
00091 - (id)subject;
00092 - (void)setSubject:(id)fp8;
00093 - (id)dateReceived;
00094 - (id)dateSent;
00095 - (void)setDateReceivedTimeIntervalSince1970:(double)fp8;
00096 - (double)dateReceivedAsTimeIntervalSince1970;
00097 - (BOOL)needsDateReceived;
00098 - (double)dateSentAsTimeIntervalSince1970;
00099 - (void)setDateSentTimeIntervalSince1970:(double)fp8;
00100 - (id)contentType;
00101 - (void)setContentType:(id)fp8;
00102 - (id)sender;
00103 - (id)senderIfCached;
00104 - (void)setSender:(id)fp8;
00105 - (id)senderAddressComment;
00106 - (id)to;
00107 - (id)toIfCached;
00108 - (void)setTo:(id)fp8;
00109 - (id)cc;
00110 - (id)ccIfCached;
00111 - (void)setCc:(id)fp8;
00112 - (id)summary;
00113 - (void)setSummary:(id)fp8;
00114 - (void)setMessageInfo:(id)fp8 to:(id)fp12 cc:(id)fp16 sender:(id)fp20 dateReceivedTimeIntervalSince1970:(double)fp24 dateSentTimeIntervalSince1970:(double)fp32 messageIDHeaderDigest:(id)fp40 inReplyToHeaderDigest:(id)fp44 summary:(id)fp48;
00115 - (void)setMessageInfoFromMessage:(id)fp8;
00116 - (id)references;
00117 - (id)remoteID;
00118 - (unsigned long)uid;
00119 - (CDAnonymousStruct2)moreMessageFlags;
00120 - (id)path;
00121 - (id)account;
00122 - (void)markAsViewed;
00123 - (void)markAsNotViewed;
00124 - (void)markAsReplied;
00125 - (void)markAsForwarded;
00126 - (id)remoteMailboxURL;
00127 - (id)originalMailboxURL;
00128 - (id)persistentID;
00129 - (id)bodyData;
00130 - (id)bodyDataIsComplete:(char *)fp8;
00131 - (id)headerData;
00132 - (id)dataForMimePart:(id)fp8;
00133 - (id)dataForMimePart:(id)fp8 inRange:(struct _NSRange)fp12 isComplete:(char *)fp20;
00134 - (id)dataForMimePart:(id)fp8 inRange:(struct _NSRange)fp12 isComplete:(char *)fp20 downloadIfNecessary:(BOOL)fp24 didDownload:(char *)fp28;
00135 - (id)dataPathForMimePart:(id)fp8;
00136 - (void)_calculateAttachmentInfoFromBody:(id)fp8;
00137 - (void)calculateAttachmentInfoFromBody:(id)fp8;
00138 - (void)setNumberOfAttachments:(unsigned int)fp8 isSigned:(BOOL)fp12 isEncrypted:(BOOL)fp16;
00139 - (void)setMutableInfoFromMessage:(id)fp8;
00140 - (id)cachedAttributes;
00141 - (id)URL;
00142 
00143 @end
00144