#import <Connection.h>
Abgeleitet von NSObject.
Basisklasse für IMAPConnection, POP3Connection und SMTPConnection.
Definiert in Zeile 11 der Datei Connection.h.
| + (void) initialize |
| + (void) logBytes: | (const char *) | fp8 | ||
| length: | (int) | fp12 | ||
| + (void) flushLog |
| + (id) logClasses |
| + (void) setLogClasses: | (id) | fp8 |
| + (BOOL) logAllSocketActivity |
| + (void) setLogAllSocketActivity: | (BOOL) | fp8 |
| + (id) logActivityOnPorts |
| + (void) setLogActivityOnPorts: | (id) | fp8 |
| + (id) logActivityOnHosts |
| + (void) setLogActivityOnHosts: | (id) | fp8 |
| + (BOOL) shouldTryFallbacksAfterError: | (id) | fp8 |
| - (void) dealloc |
| - (BOOL) isForcedConnection |
| - (BOOL) isFetching |
| - (void) setIsFetching: | (BOOL) | fp8 |
| - (BOOL) connectUsingSettings: | (id) | fp8 |
| - (BOOL) connectUsingAccount: | (id) | fp8 |
Implementiert in IMAPConnection, POP3Connection und SMTPConnection.
| - (BOOL) connectUsingFallbacksForAccount: | (id) | fp8 |
| - (void) setAllowsFallbacks: | (BOOL) | fp8 |
| - (BOOL) authenticateUsingAccount: | (id) | fp8 |
Implementiert in APOPConnection, IMAPConnection, POP3Connection, SMTPConnection und YahooConnection.
| - (id) capabilities |
Implementiert in IMAPConnection und POP3Connection.
| - (id) authenticationMechanisms |
Implementiert in POP3Connection und SMTPConnection.
| - (BOOL) writeData: | (id) | fp8 | ||
| dontLogBytesInRange: | (struct _NSRange) | fp12 | ||
| - (BOOL) writeData: | (id) | fp8 |
| - (void) setDesiredReadBufferLength: | (unsigned int) | fp8 |
| - (BOOL) readLineIntoData: | (id) | fp8 |
| - (BOOL) readBytesIntoData: | (id) | fp8 | ||
| desiredLength: | (unsigned int) | fp12 | ||
| - (BOOL) authenticateUsingAccount: | (id) | fp8 | ||
| authenticator: | (id) | fp12 | ||
Implementiert in IMAPConnection, POP3Connection und SMTPConnection.
| - (BOOL) startTLSForAccount: | (id) | fp8 |
Implementiert in IMAPConnection und POP3Connection.
| - (BOOL) isValid |
Implementiert in IMAPConnection.
| - (void) disconnect |
Implementiert in IMAPConnection.
| - (void *) _socket |
| - (BOOL) hasBytesAvailable |
| - (double) lastUsedTime |
- (id<SASLSecurityLayer>) _securityLayer [protected] |
Definiert in Zeile 13 der Datei Connection.h.
Definiert in Zeile 14 der Datei Connection.h.
- (char*) _buffer [protected] |
Definiert in Zeile 15 der Datei Connection.h.
- (int) _bufferRemainingBytes [protected] |
Definiert in Zeile 16 der Datei Connection.h.
- (unsigned int) _bufferStart [protected] |
Definiert in Zeile 17 der Datei Connection.h.
- (unsigned int) _bufferLength [protected] |
Definiert in Zeile 18 der Datei Connection.h.
- (unsigned int) _desiredBufferLength [protected] |
Definiert in Zeile 19 der Datei Connection.h.
Definiert in Zeile 20 der Datei Connection.h.
- (unsigned int) _isFetching [protected] |
Definiert in Zeile 21 der Datei Connection.h.
- (unsigned int) _allowFallbacks [protected] |
Definiert in Zeile 22 der Datei Connection.h.