#import <Account.h>
Abgeleitet von NSObject.
Basisklasse für DeliveryAccount und MailAccount.
Definiert in Zeile 11 der Datei Account.h.
| + (BOOL) _shouldUseKeychain |
| + (void) initialize |
| + (BOOL) haveAccountsBeenConfigured |
Implementiert in MailAccount.
| + (BOOL) isPredefinedAccountType |
Implementiert in AOLAccount, GmailAccount, iToolsAccount, MailAccount und YahooAccount.
| + (id) predefinedValueForKey: | (id) | fp8 |
Implementiert in MailAccount.
| + (id) readAccountsUsingKey: | (id) | fp8 |
| + (void) saveAccounts: | (id) | fp8 | ||
| usingKey: | (id) | fp12 | ||
| + (void) saveAccountInfoToDefaults |
Implementiert in DeliveryAccount und MailAccount.
| + (id) createAccountWithDictionary: | (id) | fp8 |
Implementiert in MailAccount und YahooAccount.
| + (id) accountTypeString |
Implementiert in ExchangeAccount, IMAPAccount, iToolsAccount, LocalAccount, POPAccount und SMTPAccount.
| + (id) displayedAccountTypeString |
Implementiert in AOLAccount, GmailAccount, iToolsAccount und YahooAccount.
| + (id) myFullName |
| + (id) accountInfoValueForKey: | (id) | fp8 | ||
| value: | (id) | fp12 | ||
Implementiert in iToolsAccount und YahooAccount.
| + (BOOL) allObjectsInArrayAreOffline: | (id) | fp8 |
| + (BOOL) isSSLEditable |
| + (id) saslProfileName |
Implementiert in IMAPAccount, POPAccount und SMTPAccount.
| - (id) init |
Implementiert in IMAPAccount, MailAccount, POPAccount und YahooAccount.
| - (void) dealloc |
Implementiert NSObject.
Implementiert in GmailAccount, IMAPAccount, MailAccount, POPAccount, SMTPAccount und YahooAccount.
| - (void) willSleep: | (id) | fp8 |
| - (void) setAutosynchronizingEnabled: | (BOOL) | fp8 |
| - (void) _queueAccountInfoDidChange |
| - (id) accountInfo |
| - (void) _setAccountInfo: | (id) | fp8 |
Implementiert in YahooAccount.
| - (void) setAccountInfo: | (id) | fp8 |
| - (void) setValueInAccountInfo: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
Implementiert in IMAPAccount und MailAccount.
| - (void) removeValueInAccountInfoForKey: | (id) | fp8 |
| - (id) valueInAccountInfoForKey: | (id) | fp8 |
Implementiert in IMAPAccount, MailAccount und YahooAccount.
| - (id) defaultsDictionary |
Implementiert in MailAccount.
| - (BOOL) isActive |
| - (void) setIsActive: | (BOOL) | fp8 |
| - (BOOL) isInactivatedInsteadOfBeingDeleted |
| - (void) setInactivatedInsteadOfBeingDeleted: | (BOOL) | fp8 |
| - (BOOL) canGoOffline |
Implementiert in IMAPAccount und POPAccount.
| - (BOOL) isOffline |
Implementiert in LocalAccount.
| - (void) setIsOffline: | (BOOL) | fp8 |
Implementiert in IMAPAccount, LocalAccount, MailAccount und POPAccount.
| - (id) displayName |
Implementiert in LocalAccount und MailAccount.
| - (void) setDisplayName: | (id) | fp8 |
Implementiert in IMAPAccount.
| - (id) username |
Implementiert in AOLAccount.
| - (void) setUsername: | (id) | fp8 |
Implementiert in AOLAccount, iToolsAccount, LocalAccount und MailAccount.
| - (id) hostname |
Implementiert in AOLAccount, GmailAccount, iToolsAccount und YahooAccount.
| - (void) setHostname: | (id) | fp8 |
Implementiert in AOLAccount, iToolsAccount, LocalAccount und MailAccount.
| - (void) setPasswordInKeychain: | (id) | fp8 |
Implementiert in iToolsAccount und SMTPAccount.
| - (void) _removePasswordInKeychain |
Implementiert in iToolsAccount.
| - (void) setTemporaryPassword: | (id) | fp8 |
| - (void) setPassword: | (id) | fp8 |
Implementiert in LocalAccount und YahooAccount.
| - (id) passwordFromStoredUserInfo |
| - (id) passwordFromKeychain |
Implementiert in iToolsAccount und SMTPAccount.
| - (id) password |
Implementiert in GmailAccount und YahooAccount.
| - (id) promptUserForPasswordWithMessage: | (id) | fp8 |
| - (BOOL) storesPassword |
Implementiert in YahooAccount.
| - (BOOL) needsCredentials |
Implementiert in YahooAccount.
| - (BOOL) acquireCredentialsWithPassword: | (id) | fp8 |
Implementiert in YahooAccount.
| - (id) promptUserIfNeededForPasswordWithMessage: | (id) | fp8 |
| - (unsigned int) portNumber |
Implementiert in YahooAccount.
| - (unsigned int) defaultPortNumber |
Implementiert in IMAPAccount, POPAccount und SMTPAccount.
| - (unsigned int) defaultSecurePortNumber |
Implementiert in IMAPAccount und POPAccount.
| - (unsigned int) keychainPortNumber |
Implementiert in SMTPAccount.
| - (void) setPortNumber: | (unsigned int) | fp8 |
Implementiert in MailAccount.
| - (BOOL) isCommonPortNumber: | (unsigned int) | fp8 |
Implementiert in SMTPAccount.
| - (id) serviceName |
Implementiert in IMAPAccount, POPAccount und SMTPAccount.
| - (id) secureServiceName |
Implementiert in IMAPAccount und POPAccount.
| - (long) dataContextIdentifier |
| - (void) releaseAllConnections |
Implementiert in IMAPAccount, MailAccount, POPAccount und SMTPAccount.
| - (void) releaseAllForcedConnections |
Implementiert in IMAPAccount, MailAccount, POPAccount und SMTPAccount.
| - (void) validateConnections |
Implementiert in IMAPAccount.
| - (BOOL) usesSSL |
Implementiert in AOLAccount.
| - (void) setUsesSSL: | (BOOL) | fp8 |
Implementiert in AOLAccount.
| - (void) setTryDirectSSL: | (BOOL) | fp8 |
| - (id) domain |
| - (void) setDomain: | (id) | fp8 |
| - (void) accountInfoDidChange |
| - (id) preferredAuthScheme |
Implementiert in SMTPAccount, YahooAccount und YahooDeliveryAccount.
| - (void) setPreferredAuthScheme: | (id) | fp8 |
Implementiert in POPAccount und SMTPAccount.
| - (Class) connectionClass |
Implementiert in ExchangeAccount, IMAPAccount, iToolsAccount, POPAccount, SMTPAccount und YahooAccount.
| - (BOOL) requiresAuthentication |
Implementiert in IMAPAccount und POPAccount.
| - (id) authenticatedConnection |
Implementiert in POPAccount und SMTPAccount.
| - (id) defaultConnectionSettings |
| - (void) applySettingsAsDefault: | (id) | fp8 |
| - (id) alternateConnectionSettings |
Implementiert in SMTPAccount.
| - (id) insecureConnectionSettings |
Implementiert in SMTPAccount.
| - (id) secureConnectionSettings |
Implementiert in SMTPAccount.
| - (BOOL) _shouldTryDirectSSLConnectionOnPort: | (unsigned int) | fp8 |
Implementiert in SMTPAccount.
| - (id) customTitleForError: | (id) | fp8 | ||
| authScheme: | (id) | fp12 | ||
| defaultTitle: | (id) | fp16 | ||
| - (id) customTitleForAuthenticationError: | (id) | fp8 | ||
| authScheme: | (id) | fp12 | ||
| defaultTitle: | (id) | fp16 | ||
| - (id) customDescriptionForError: | (id) | fp8 | ||
| authScheme: | (id) | fp12 | ||
| defaultDescription: | (id) | fp16 | ||
| - (BOOL) isPasswordMissing |
Implementiert in YahooAccount.
| - (void) reportAuthenticationError: | (id) | fp8 | ||
| authScheme: | (id) | fp12 | ||
| - (BOOL) _connectAndAuthenticate: | (id) | fp8 |
| - (id) uniqueId |
Implementiert in LocalAccount.
| - (id) nameForMailboxUid: | (id) | fp8 |
Implementiert in IMAPAccount.
| - (void) setUserApprovedCertificateDigest: | (id) | fp8 |
| - (id) userApprovedCertificateDigest |
| - (BOOL) shouldEnableAfterError: | (id) | fp8 |
Implementiert in GmailAccount.
| - (BOOL) enableAccount |
Implementiert in GmailAccount.
- (NSMutableDictionary*) _info [protected] |
- (unsigned int) _isOffline [protected] |
- (unsigned int) _autosynchronizingEnabled [protected] |