#import <MimePart.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei MimePart.h.
| + (void) initialize |
Implementiert NSObject.
| + (BOOL) parseContentTypeHeader: | (id) | fp8 | ||
| type: | (id *) | fp12 | ||
| subtype: | (id *) | fp16 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (id) init |
| - (id) type |
| - (void) setType: | (id) | fp8 |
| - (id) subtype |
| - (void) setSubtype: | (id) | fp8 |
| - (id) bodyParameterForKey: | (id) | fp8 |
| - (void) setBodyParameter: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) bodyParameterKeys |
| - (id) preservedHeaderValueForKey: | (id) | fp8 |
| - (id) contentTransferEncoding |
| - (void) setContentTransferEncoding: | (id) | fp8 |
| - (id) disposition |
| - (void) setDisposition: | (id) | fp8 |
| - (id) dispositionParameterForKey: | (id) | fp8 |
| - (void) setDispositionParameter: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) dispositionParameterKeys |
| - (id) contentDescription |
| - (void) setContentDescription: | (id) | fp8 |
| - (id) contentID |
| - (void) setContentID: | (id) | fp8 |
| - (id) contentLocation |
| - (void) setContentLocation: | (id) | fp8 |
| - (id) languages |
| - (void) setLanguages: | (id) | fp8 |
| - (id) parentPart |
| - (id) firstChildPart |
| - (id) nextSiblingPart |
| - (id) subparts |
| - (id) subpartAtIndex: | (int) | fp8 |
| - (void) setSubparts: | (id) | fp8 |
| - (void) addSubpart: | (id) | fp8 |
| - (struct _NSRange) range |
| - (void) setRange: | (struct _NSRange) | fp8 |
| - (id) decodedDataForData: | (id) | fp8 |
| - (id) copyBodyDataToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| downloadIfNecessary: | (BOOL) | fp16 | ||
| - (id) bodyDataToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| downloadIfNecessary: | (BOOL) | fp16 | ||
| - (id) bodyDataForcingDownload: | (BOOL) | fp8 |
| - (id) bodyDataToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| - (id) copyBodyDataToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| - (id) bodyData |
| - (id) availableBodyData |
| - (id) mimeBody |
| - (void) setMimeBody: | (id) | fp8 |
| - (id) description |
| - (id) attachmentFilename |
| - (unsigned int) numberOfAttachments |
| - (void) getNumberOfAttachments: | (unsigned int *) | fp8 | ||
| isSigned: | (char *) | fp12 | ||
| isEncrypted: | (char *) | fp16 | ||
| - (id) attachments |
| - (unsigned long) textEncoding |
| - (unsigned int) approximateRawSize |
| - (BOOL) isReadableText |
| - (id) _partThatIsAttachment |
| - (BOOL) isAttachment |
| - (BOOL) isRich |
| - (BOOL) isHTML |
| - (BOOL) usesKnownSignatureProtocol |
| - (id) contentToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| downloadIfNecessary: | (BOOL) | fp16 | ||
| asHTML: | (BOOL) | fp20 | ||
| - (id) htmlContentToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| downloadIfNecessary: | (BOOL) | fp16 | ||
| - (id) htmlContentToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| - (id) contentToOffset: | (unsigned int) | fp8 | ||
| resultOffset: | (unsigned int *) | fp12 | ||
| asHTML: | (BOOL) | fp16 | ||
| - (id) htmlContent |
| - (id) availableHtmlContent |
| - (void) loadMoreHtmlContent |
| - (unsigned int) totalTextSize |
| - (id) fileWrapperForcingDownload: | (BOOL) | fp8 |
| - (id) fileWrapper |
| - (void) configureFileWrapper: | (id) | fp8 |
| - (id) startPart |
| - (int) numberOfAlternatives |
| - (id) alternativeAtIndex: | (int) | fp8 |
| - (id) signedData |
| - (id) textHtmlPart |
| - (id) decryptedMessageBodyIsEncrypted: | (char *) | fp8 | ||
| isSigned: | (char *) | fp12 | ||
| - (void) clearCachedDescryptedMessageBody |
| - (void) _setDecryptedMessageBody: | (id) | fp8 | ||
| isEncrypted: | (BOOL) | fp12 | ||
| isSigned: | (BOOL) | fp16 | ||
Definiert in Zeile 13 der Datei MimePart.h.
Definiert in Zeile 14 der Datei MimePart.h.
- (NSMutableDictionary*) _bodyParameters [protected] |
Definiert in Zeile 15 der Datei MimePart.h.
- (NSString*) _contentTransferEncoding [protected] |
Definiert in Zeile 16 der Datei MimePart.h.
- (NSMutableDictionary*) _otherIvars [protected] |
Definiert in Zeile 17 der Datei MimePart.h.
Definiert in Zeile 18 der Datei MimePart.h.
- (id) _parentOrBody [protected] |
Definiert in Zeile 19 der Datei MimePart.h.
Definiert in Zeile 20 der Datei MimePart.h.
- (PartialNetworkData*) _partialData [protected] |
Definiert in Zeile 21 der Datei MimePart.h.
Definiert in Zeile 22 der Datei MimePart.h.