#import <IMAPMessageDownload.h>
Abgeleitet von IMAPCompoundDownload.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - initWithMessage: |
| (id) | - message |
| (BOOL) | - allowsPartialDownloads |
| (void) | - setAllowsPartialDownloads: |
| (BOOL) | - partial |
| (BOOL) | - writesCacheFile |
| (void) | - setWritesCacheFile: |
| (id) | - topLevelPart |
| (void) | - setTopLevelPart: |
| (id) | - data |
| (BOOL) | - isComplete |
| (void) | - handleFetchResult: |
| (void) | - processResults |
| (void) | - addCommandsToPipeline:withCache: |
| (void) | - setFetchBodyData: |
| (BOOL) | - fetchBodyData |
Geschützte Attribute | |
| Message * | _message |
| MimePart * | _topLevelPart |
| unsigned int | _allowsPartialDownloads:1 |
| unsigned int | _usingPartialDownloads:1 |
| unsigned int | _startedFetch:1 |
| unsigned int | _fetchingMessageContents:1 |
| unsigned int | _fetchingBodyText:1 |
| unsigned int | _doneAddingSubdownloads:1 |
| unsigned int | _writesCacheFile:1 |
| unsigned int | _fetchBodyData:1 |
Definiert in Zeile 11 der Datei IMAPMessageDownload.h.
| - (void) dealloc |
Implementiert IMAPCompoundDownload.
| - (id) initWithMessage: | (id) | fp8 |
| - (id) message |
| - (BOOL) allowsPartialDownloads |
| - (void) setAllowsPartialDownloads: | (BOOL) | fp8 |
| - (BOOL) partial |
| - (BOOL) writesCacheFile |
| - (void) setWritesCacheFile: | (BOOL) | fp8 |
| - (id) topLevelPart |
| - (void) setTopLevelPart: | (id) | fp8 |
| - (id) data |
Implementiert IMAPDownload.
| - (BOOL) isComplete |
Implementiert IMAPCompoundDownload.
| - (void) handleFetchResult: | (id) | fp8 |
Implementiert IMAPDownload.
| - (void) processResults |
Implementiert IMAPCompoundDownload.
| - (void) addCommandsToPipeline: | (id) | fp8 | ||
| withCache: | (id) | fp12 | ||
Implementiert IMAPCompoundDownload.
| - (void) setFetchBodyData: | (BOOL) | fp8 |
| - (BOOL) fetchBodyData |
Definiert in Zeile 13 der Datei IMAPMessageDownload.h.
- (MimePart*) _topLevelPart [protected] |
Definiert in Zeile 14 der Datei IMAPMessageDownload.h.
- (unsigned int) _allowsPartialDownloads [protected] |
Definiert in Zeile 15 der Datei IMAPMessageDownload.h.
- (unsigned int) _usingPartialDownloads [protected] |
Definiert in Zeile 16 der Datei IMAPMessageDownload.h.
- (unsigned int) _startedFetch [protected] |
Definiert in Zeile 17 der Datei IMAPMessageDownload.h.
- (unsigned int) _fetchingMessageContents [protected] |
Definiert in Zeile 18 der Datei IMAPMessageDownload.h.
- (unsigned int) _fetchingBodyText [protected] |
Definiert in Zeile 19 der Datei IMAPMessageDownload.h.
- (unsigned int) _doneAddingSubdownloads [protected] |
Definiert in Zeile 20 der Datei IMAPMessageDownload.h.
- (unsigned int) _writesCacheFile [protected] |
Definiert in Zeile 21 der Datei IMAPMessageDownload.h.
- (unsigned int) _fetchBodyData [protected] |
Definiert in Zeile 22 der Datei IMAPMessageDownload.h.