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/IMAPDownload.h> 00008 00009 @class MappedData, NSError, NSString; 00010 00011 @interface IMAPSimpleDownload : IMAPDownload 00012 { 00013 MappedData *_mdata; 00014 NSString *_section; 00015 NSError *_error; 00016 unsigned int _length:32; 00017 unsigned int _knownLength:1; 00018 unsigned int _complete:1; 00019 struct _NSRange _range; 00020 } 00021 00022 - (id)initWithUid:(unsigned long)fp8 section:(id)fp12 estimatedLength:(unsigned long)fp16; 00023 - (id)initWithUid:(unsigned long)fp8 section:(id)fp12 length:(unsigned long)fp16; 00024 - (id)initWithUid:(unsigned long)fp8 section:(id)fp12 range:(struct _NSRange)fp16; 00025 - (id)section; 00026 - (unsigned long)expectedLength; 00027 - (unsigned long)bytesFetched; 00028 - (void)dealloc; 00029 - (void)handleFetchResult:(id)fp8; 00030 - (void)processResults; 00031 - (void)addCommandsToPipeline:(id)fp8 withCache:(id)fp12; 00032 - (BOOL)isComplete; 00033 - (id)data; 00034 - (id)error; 00035 - (void)setError:(id)fp8; 00036 00037 @end 00038