#import <SMTPConnection-PrivateCommands.h>
Öffentliche Methoden | |
| (id) | - _dataForCommand:length:argument:trailer: |
| (int) | - _sendCommand:length:argument:trailer: |
| (int) | - _getReply |
| (void) | - _readResponseRange:isContinuation: |
| (BOOL) | - _connectUsingAccount: |
| (int) | - _doHandshakeUsingAccount: |
| (BOOL) | - _hasParameter:forKeyword: |
Definiert in Zeile 9 der Datei SMTPConnection-PrivateCommands.h.
| - (id) _dataForCommand: | (const char *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
| argument: | (id) | fp16 | ||
| trailer: | (unsigned char) | fp20 | ||
| - (int) _sendCommand: | (const char *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
| argument: | (id) | fp16 | ||
| trailer: | (unsigned char) | fp20 | ||
| - (int) _getReply |
| - (void) _readResponseRange: | (struct _NSRange *) | fp8 | ||
| isContinuation: | (char *) | fp12 | ||
| - (BOOL) _connectUsingAccount: | (id) | fp8 |
| - (int) _doHandshakeUsingAccount: | (id) | fp8 |
| - (BOOL) _hasParameter: | (id) | fp8 | ||
| forKeyword: | (id) | fp12 | ||