#import <YahooDelivery.h>
Abgeleitet von MailDelivery.
Öffentliche Methoden | |
| (void) | - setAccount: |
| (int) | - deliverSynchronously |
| (void) | - connection:didReceiveResponse: |
| (void) | - connection:didReceiveData:lengthReceived: |
| (void) | - connection:didReceiveData: |
| (void) | - connection:didFailWithError: |
| (void) | - connectionDidFinishLoading: |
| (void) | - dealloc |
Öffentliche, statische Methoden | |
| (void) | + initialize |
Geschützte Attribute | |
| NSMutableData * | _responseData |
| BOOL | _done |
| MFError * | _error |
| YahooAccount * | _yahooAccount |
Definiert in Zeile 11 der Datei YahooDelivery.h.
| + (void) initialize |
Implementiert NSObject.
| - (void) setAccount: | (id) | fp8 |
Implementiert MailDelivery.
| - (int) deliverSynchronously |
Implementiert MailDelivery.
| - (void) connection: | (id) | fp8 | ||
| didReceiveResponse: | (id) | fp12 | ||
| - (void) connection: | (id) | fp8 | ||
| didReceiveData: | (id) | fp12 | ||
| lengthReceived: | (int) | fp16 | ||
| - (void) connection: | (id) | fp8 | ||
| didReceiveData: | (id) | fp12 | ||
| - (void) connection: | (id) | fp8 | ||
| didFailWithError: | (id) | fp12 | ||
| - (void) connectionDidFinishLoading: | (id) | fp8 |
| - (void) dealloc |
Implementiert MailDelivery.
- (NSMutableData*) _responseData [protected] |
Definiert in Zeile 13 der Datei YahooDelivery.h.
- (BOOL) _done [protected] |
Definiert in Zeile 14 der Datei YahooDelivery.h.
Definiert in Zeile 15 der Datei YahooDelivery.h.
- (YahooAccount*) _yahooAccount [protected] |
Definiert in Zeile 16 der Datei YahooDelivery.h.