/headers/Message/IMAPOfflineCopyOnStupidServerOperation.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/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