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/MimePart.h> 00008 00009 @interface MimePart (DecodingSupport) 00010 - (id)chosenAlternativePart; 00011 - (id)_fullMimeTypeEvenInsideAppleDouble; 00012 - (id)contentsForTextSystemToOffset:(unsigned int)fp8 resultOffset:(unsigned int *)fp12 downloadIfNecessary:(BOOL)fp16 asHTML:(BOOL)fp20; 00013 - (id)contentsForTextSystemToOffset:(unsigned int)fp8 resultOffset:(unsigned int *)fp12 downloadIfNecessary:(BOOL)fp16; 00014 - (id)contentsForTextSystemToOffset:(unsigned int)fp8 resultOffset:(unsigned int *)fp12; 00015 - (id)contentsForTextSystemForcingDownload:(BOOL)fp8; 00016 - (id)contentsForTextSystem; 00017 - (id)decodeTextPlain; 00018 - (id)decodeText; 00019 - (id)decodeTextRichtext; 00020 - (id)decodeTextEnriched; 00021 - (id)decodeTextHtml; 00022 - (id)decodeTextCalendar; 00023 - (id)decodeMultipart; 00024 - (id)decodeMultipartRelated; 00025 - (id)decodeMultipartAlternative; 00026 - (id)decodeMultipartSigned; 00027 - (id)decodeApplicationOctet_stream; 00028 - (id)decodeApplicationZip; 00029 - (id)decodeMessageDelivery_status; 00030 - (id)decodeMessagePartial; 00031 - (id)decodeMessageExternal_body; 00032 - (id)decodeMultipartAppledouble; 00033 @end 00034