/headers/Message/POP3Connection-PrivateCommands.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <Message/POP3Connection.h>
00008 
00009 @interface POP3Connection (PrivateCommands)
00010 - (void)getTop:(int)fp8 ofMessageNumber:(unsigned long)fp12 intoMutableData:(id)fp16;
00011 - (int)_readMultilineResponseWithMaxSize:(int)fp8 informDelegate:(BOOL)fp12 consumer:(id)fp16;
00012 - (int)_sendCommand:(const char *)fp8 withArguments:(id)fp12;
00013 - (id)copyReplyLineData;
00014 - (int)_getStatusFromReply;
00015 - (int)_apopWithUsername:(id)fp8 password:(id)fp12;
00016 - (int)_user:(id)fp8;
00017 - (int)_pass:(id)fp8;
00018 @end
00019