#import <AccountValidator.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - setDelegate: |
| (void) | - validateAccount:useSSL: |
| (id) | - account |
| (void) | - cancelValidation |
| (id) | - _ispAccountInfo |
| (void) | - _validateAccount: |
| (BOOL) | - _incomingServerValid |
| (BOOL) | - _outgoingServerValid |
| (void) | - _updateValidationStatusForAccount:status: |
| (void) | - _backgroundValidateAccountFinished:authSchemes: |
| (void) | - stop |
| (BOOL) | - accountValidationCanceled |
| (void) | - _validateAccountInBackground: |
| (BOOL) | - accountIsValid |
| (BOOL) | - accountSupportsSSL |
| (id) | - error |
Geschützte Attribute | |
| Account * | _account |
| id | _delegate |
| ActivityMonitor * | _accountValidationActivity |
| struct { | |
| unsigned int useSSL:1 | |
| unsigned int incomingServerSupportsSSL:1 | |
| unsigned int smtpServerSupportsSSL:1 | |
| unsigned int validationInProgress:1 | |
| unsigned int canceled:1 | |
| unsigned int unused:27 | |
| } | _flags |
| MFError * | _incomingServerValidationError |
| MFError * | _smtpServerValidationError |
| NSArray * | _incomingServerAuthSchemes |
| NSArray * | _smtpServerAuthSchemes |
Definiert in Zeile 11 der Datei AccountValidator.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setDelegate: | (id) | fp8 |
| - (void) validateAccount: | (id) | fp8 | ||
| useSSL: | (BOOL) | fp12 | ||
| - (id) account |
| - (void) cancelValidation |
| - (id) _ispAccountInfo |
| - (void) _validateAccount: | (id) | fp8 |
| - (BOOL) _incomingServerValid |
| - (BOOL) _outgoingServerValid |
| - (void) _updateValidationStatusForAccount: | (id) | fp8 | ||
| status: | (id) | fp12 | ||
| - (void) _backgroundValidateAccountFinished: | (id) | fp8 | ||
| authSchemes: | (id) | fp12 | ||
| - (void) stop |
| - (BOOL) accountValidationCanceled |
| - (void) _validateAccountInBackground: | (id) | fp8 |
| - (BOOL) accountIsValid |
| - (BOOL) accountSupportsSSL |
| - (id) error |
Definiert in Zeile 13 der Datei AccountValidator.h.
- (id) _delegate [protected] |
Definiert in Zeile 14 der Datei AccountValidator.h.
- (ActivityMonitor*) _accountValidationActivity [protected] |
Definiert in Zeile 15 der Datei AccountValidator.h.
- (unsigned int) useSSL [protected] |
Definiert in Zeile 17 der Datei AccountValidator.h.
- (unsigned int) incomingServerSupportsSSL [protected] |
Definiert in Zeile 18 der Datei AccountValidator.h.
- (unsigned int) smtpServerSupportsSSL [protected] |
Definiert in Zeile 19 der Datei AccountValidator.h.
- (unsigned int) validationInProgress [protected] |
Definiert in Zeile 20 der Datei AccountValidator.h.
- (unsigned int) canceled [protected] |
Definiert in Zeile 21 der Datei AccountValidator.h.
- (unsigned int) unused [protected] |
Definiert in Zeile 22 der Datei AccountValidator.h.
struct { ... } AccountValidator::_flags [protected] |
- (MFError*) _incomingServerValidationError [protected] |
Definiert in Zeile 24 der Datei AccountValidator.h.
- (MFError*) _smtpServerValidationError [protected] |
Definiert in Zeile 25 der Datei AccountValidator.h.
- (NSArray*) _incomingServerAuthSchemes [protected] |
Definiert in Zeile 26 der Datei AccountValidator.h.
- (NSArray*) _smtpServerAuthSchemes [protected] |
Definiert in Zeile 27 der Datei AccountValidator.h.