#import <IMAPOperationCache.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei IMAPOperationCache.h.
| - (id) initWithIMAPAccount: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (id) account |
| - (void) _queueDeferredOperationAndRelease: | (id) | fp8 |
| - (void) createMailbox: | (id) | fp8 |
| - (void) deleteMailbox: | (id) | fp8 |
| - (void) setFlags: | (id) | fp8 | ||
| andClearFlags: | (id) | fp12 | ||
| forMessages: | (id) | fp16 | ||
| - (void) setFlags: | (id) | fp8 | ||
| andClearFlags: | (id) | fp12 | ||
| forUids: | (id) | fp16 | ||
| forMailbox: | (id) | fp20 | ||
| - (unsigned int) firstUidForCopyingMessages: | (id) | fp8 | ||
| fromMailbox: | (id) | fp12 | ||
| toMailbox: | (id) | fp16 | ||
| - (unsigned int) uidForAppendingMessageData: | (id) | fp8 | ||
| withFlags: | (id) | fp12 | ||
| andInternalDate: | (id) | fp16 | ||
| toMailbox: | (id) | fp20 | ||
| - (void) expungeTemporaryUid: | (unsigned int) | fp8 |
| - (void) saveChanges |
| - (unsigned int) numberOfPendingChanges |
| - (BOOL) hasOperationsForMailbox: | (id) | fp8 |
| - (BOOL) connection: | (id) | fp8 | ||
| shouldHandleUntaggedResponse: | (id) | fp12 | ||
| forCommand: | (CDAnonymousStruct8 *) | fp16 | ||
| - (void) _performCreateOperation: | (id) | fp8 | ||
| withContext: | (CDAnonymousStruct5 *) | fp12 | ||
| - (void) _performDeleteOperation: | (id) | fp8 | ||
| withContext: | (CDAnonymousStruct5 *) | fp12 | ||
| - (void) _performStoreOperation: | (id) | fp8 | ||
| withContext: | (CDAnonymousStruct5 *) | fp12 | ||
| - (void) _performAppendOperation: | (id) | fp8 | ||
| withContext: | (CDAnonymousStruct5 *) | fp12 | ||
| - (void) _performCopyOperation: | (id) | fp8 | ||
| withContext: | (CDAnonymousStruct5 *) | fp12 | ||
| - (void) performDeferredOperationsWithConnection: | (id) | fp8 |
| - (id) deferredOperations |
- (IMAPAccount*) _account [protected] |
Definiert in Zeile 13 der Datei IMAPOperationCache.h.
- (NSFileHandle*) _handle [protected] |
Definiert in Zeile 14 der Datei IMAPOperationCache.h.
- (NSMutableArray*) _ops [protected] |
Definiert in Zeile 15 der Datei IMAPOperationCache.h.
- (unsigned int) _lastUid [protected] |
Definiert in Zeile 16 der Datei IMAPOperationCache.h.
- (unsigned int) _lastSave [protected] |
Definiert in Zeile 17 der Datei IMAPOperationCache.h.
- (unsigned int) _lastUidValidity [protected] |
Definiert in Zeile 18 der Datei IMAPOperationCache.h.