00001
00002
00003
00004
00005
00006
00007 #import <Message/IMAPOperation.h>
00008
00009 @interface IMAPOfflineCopyOnStupidServerOperation : IMAPOperation
00010 {
00011 struct __CFArray *messageIds;
00012 struct __CFArray *internalDates;
00013 }
00014
00015 - (void)serializeIntoData:(id)fp8;
00016 - (unsigned char)_magic;
00017 - (void)_deserializeOpSpecificValuesFromData:(id)fp8 cursor:(unsigned int *)fp12;
00018 - (void)dealloc;
00019 - (BOOL)getMessageId:(id *)fp8 andInternalDate:(id *)fp12 forDestinationUid:(unsigned int)fp16;
00020 - (void)setMessageId:(id)fp8 andInternalDate:(id)fp12 forMessageWithSourceUid:(unsigned int)fp16;
00021 - (void)expungeTemporaryUid:(unsigned int)fp8;
00022 - (unsigned int)approximateSize;
00023
00024 @end
00025