00001
00002
00003
00004
00005
00006
00007 #import <Message/IMAPConnection.h>
00008
00009 @interface IMAPConnection (MFPrivate)
00010 - (void)notifyDelegateOfBodyLoadStart:(id)fp8;
00011 - (void)notifyDelegateOfBodyLoadAppendage:(id)fp8;
00012 - (void)notifyDelegateOfBodyLoadCompletion:(id)fp8;
00013 - (unsigned int)literalChunkSize;
00014 - (id)_readDataOfLength:(int)fp8;
00015 - (id)_fetchArgumentForMessageUidsAndFlags;
00016 - (id)_fetchArgumentForMessageSkeletonsWithHeaders:(id)fp8;
00017 - (BOOL)_isFetchResponseValid:(id)fp8;
00018 - (id)_responseFromSendingCommands:(CDAnonymousStruct8 *)fp8 count:(unsigned int)fp12;
00019 - (BOOL)sendResponsesForCommand:(CDAnonymousStruct8 *)fp8 toQueue:(id)fp12;
00020 - (BOOL)sendResponsesForUIDFetchForUIDs:(id)fp8 fields:(id)fp12 toQueue:(id)fp16;
00021 - (BOOL)sendSkeletonResponsesForUIDs:(id)fp8 includeTo:(BOOL)fp12 toQueue:(id)fp16;
00022 - (BOOL)sendUidAndFlagResponsesForUIDs:(id)fp8 toQueue:(id)fp12;
00023 - (void)didFinishCommands:(CDAnonymousStruct8 *)fp8 count:(unsigned int)fp12;
00024 @end
00025