00001
00002
00003
00004
00005
00006
00007 #import <Message/SMTPConnection.h>
00008
00009 @interface SMTPConnection (PrivateCommands)
00010 - (id)_dataForCommand:(const char *)fp8 length:(unsigned int)fp12 argument:(id)fp16 trailer:(unsigned char)fp20;
00011 - (int)_sendCommand:(const char *)fp8 length:(unsigned int)fp12 argument:(id)fp16 trailer:(unsigned char)fp20;
00012 - (int)_getReply;
00013 - (void)_readResponseRange:(struct _NSRange *)fp8 isContinuation:(char *)fp12;
00014 - (BOOL)_connectUsingAccount:(id)fp8;
00015 - (int)_doHandshakeUsingAccount:(id)fp8;
00016 - (BOOL)_hasParameter:(id)fp8 forKeyword:(id)fp12;
00017 @end
00018