/headers/Message/IMAPMessageDownload.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 <Message/IMAPCompoundDownload.h>
00008 
00009 @class Message, MimePart;
00010 
00011 @interface IMAPMessageDownload : IMAPCompoundDownload
00012 {
00013     Message *_message;
00014     MimePart *_topLevelPart;
00015     unsigned int _allowsPartialDownloads:1;
00016     unsigned int _usingPartialDownloads:1;
00017     unsigned int _startedFetch:1;
00018     unsigned int _fetchingMessageContents:1;
00019     unsigned int _fetchingBodyText:1;
00020     unsigned int _doneAddingSubdownloads:1;
00021     unsigned int _writesCacheFile:1;
00022     unsigned int _fetchBodyData:1;
00023 }
00024 
00025 - (void)dealloc;
00026 - (id)initWithMessage:(id)fp8;
00027 - (id)message;
00028 - (BOOL)allowsPartialDownloads;
00029 - (void)setAllowsPartialDownloads:(BOOL)fp8;
00030 - (BOOL)partial;
00031 - (BOOL)writesCacheFile;
00032 - (void)setWritesCacheFile:(BOOL)fp8;
00033 - (id)topLevelPart;
00034 - (void)setTopLevelPart:(id)fp8;
00035 - (id)data;
00036 - (BOOL)isComplete;
00037 - (void)handleFetchResult:(id)fp8;
00038 - (void)processResults;
00039 - (void)addCommandsToPipeline:(id)fp8 withCache:(id)fp12;
00040 - (void)setFetchBodyData:(BOOL)fp8;
00041 - (BOOL)fetchBodyData;
00042 
00043 @end
00044