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 <Message/WebAttachmentSource.h> 00008 00009 @class MimeBody, MimePart, NSData, NSDictionary, NSMutableDictionary; 00010 00011 @interface WebMessageDocument : WebAttachmentSource 00012 { 00013 NSDictionary *_partsByURL; 00014 NSDictionary *_partsByFilename; 00015 NSMutableDictionary *_attachmentsByURL; 00016 MimeBody *_mimeBody; 00017 MimePart *_htmlPart; 00018 NSData *_htmlData; 00019 unsigned int _preferredCharset; 00020 unsigned int _downloadRemoteURLs:1; 00021 unsigned int _containsRemoteContent:1; 00022 BOOL _messageIsFromEntourage; 00023 } 00024 00025 - (void)dealloc; 00026 - (id)init; 00027 - (id)initWithMimeBody:(id)fp8; 00028 - (id)initWithMimePart:(id)fp8; 00029 - (id)initWithMimePart:(id)fp8 htmlData:(id)fp12 encoding:(unsigned long)fp16; 00030 - (id)mimePartForURL:(id)fp8; 00031 - (id)attachmentForURL:(id)fp8; 00032 - (id)attachmentsInDocument; 00033 - (id)mimeBody; 00034 - (id)mimePart; 00035 - (void)setPreferredEncoding:(unsigned long)fp8; 00036 - (id)preferredCharacterSet; 00037 - (id)htmlData; 00038 - (id)fileWrapper; 00039 - (void)setDownloadRemoteURLs:(BOOL)fp8; 00040 - (BOOL)downloadRemoteURLs; 00041 - (void)setContainsRemoteContent:(BOOL)fp8; 00042 - (BOOL)containsRemoteContent; 00043 - (void)setMessageIsFromEntourage:(BOOL)fp8; 00044 - (BOOL)messageIsFromEntourage; 00045 - (void)appendHTMLData:(id)fp8; 00046 00047 @end 00048