#import <IMAPDownload.h>
Abgeleitet von NSObject.
Basisklasse für IMAPCompoundDownload und IMAPSimpleDownload.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - initWithUid: |
| (unsigned long) | - uid |
| (unsigned long) | - expectedLength |
| (BOOL) | - isComplete |
| (unsigned long) | - bytesFetched |
| (id) | - data |
| (id) | - error |
| (void) | - setError: |
| (void) | - handleFetchResult: |
| (void) | - processResults |
| (void) | - addCommandsToPipeline:withCache: |
Geschützte Attribute | |
| unsigned int | _uid |
| NSMutableArray * | _pendingFetchResults |
Definiert in Zeile 11 der Datei IMAPDownload.h.
| - (void) dealloc |
Implementiert NSObject.
Implementiert in IMAPAttachmentsDownload, IMAPCompoundDownload, IMAPMessageDownload und IMAPSimpleDownload.
| - (id) initWithUid: | (unsigned long) | fp8 |
| - (unsigned long) uid |
| - (unsigned long) expectedLength |
Implementiert in IMAPCompoundDownload und IMAPSimpleDownload.
| - (BOOL) isComplete |
Implementiert in IMAPCompoundDownload, IMAPMessageDownload und IMAPSimpleDownload.
| - (unsigned long) bytesFetched |
Implementiert in IMAPCompoundDownload und IMAPSimpleDownload.
| - (id) data |
Implementiert in IMAPMessageDownload und IMAPSimpleDownload.
| - (id) error |
Implementiert in IMAPSimpleDownload.
| - (void) setError: | (id) | fp8 |
Implementiert in IMAPSimpleDownload.
| - (void) handleFetchResult: | (id) | fp8 |
Implementiert in IMAPMessageDownload und IMAPSimpleDownload.
| - (void) processResults |
Implementiert in IMAPCompoundDownload, IMAPMessageDownload und IMAPSimpleDownload.
| - (void) addCommandsToPipeline: | (id) | fp8 | ||
| withCache: | (id) | fp12 | ||
Implementiert in IMAPCompoundDownload, IMAPMessageDownload und IMAPSimpleDownload.
- (unsigned int) _uid [protected] |
Definiert in Zeile 13 der Datei IMAPDownload.h.
- (NSMutableArray*) _pendingFetchResults [protected] |
Definiert in Zeile 14 der Datei IMAPDownload.h.