#import <DeliveryAccount.h>
Abgeleitet von Account.
Basisklasse für SMTPAccount und YahooDeliveryAccount.
Öffentliche Methoden | |
| (Class) | - deliveryClass |
| (id) | - identifier |
| (BOOL) | - shouldUseAuthentication |
| (void) | - setShouldUseAuthentication: |
| (unsigned long long) | - maximumMessageBytes |
| (void) | - setMaximumMessageBytes: |
| (id) | - mailAccountIfAvailable |
Öffentliche, statische Methoden | |
| (void) | + _postDeliveryAccountsHaveChanged |
| (id) | + deliveryAccounts |
| (void) | + setDeliveryAccounts: |
| (void) | + addDeliveryAccount: |
| (void) | + removeDeliveryAccount: |
| (void) | + saveAccountInfoToDefaults |
| (id) | + accountWithUniqueId: |
| (id) | + accountWithIdentifier: |
| (id) | + existingAccountWithHostname:username: |
| (id) | + accountWithHostname:username: |
| (id) | + accountWithHostname:username:lookForExistingAccounts: |
| (id) | + newDefaultInstance |
Definiert in Zeile 9 der Datei DeliveryAccount.h.
| + (void) _postDeliveryAccountsHaveChanged |
| + (id) deliveryAccounts |
| + (void) setDeliveryAccounts: | (id) | fp8 |
| + (void) addDeliveryAccount: | (id) | fp8 |
| + (void) removeDeliveryAccount: | (id) | fp8 |
| + (void) saveAccountInfoToDefaults |
Implementiert Account.
| + (id) accountWithUniqueId: | (id) | fp8 |
| + (id) accountWithIdentifier: | (id) | fp8 |
| + (id) existingAccountWithHostname: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| + (id) accountWithHostname: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| + (id) accountWithHostname: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| lookForExistingAccounts: | (BOOL) | fp16 | ||
| + (id) newDefaultInstance |
Implementiert in SMTPAccount.
| - (Class) deliveryClass |
Implementiert in SMTPAccount und YahooDeliveryAccount.
| - (id) identifier |
| - (BOOL) shouldUseAuthentication |
| - (void) setShouldUseAuthentication: | (BOOL) | fp8 |
| - (unsigned long long) maximumMessageBytes |
| - (void) setMaximumMessageBytes: | (unsigned long long) | fp8 |
| - (id) mailAccountIfAvailable |
Implementiert in YahooDeliveryAccount.