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/MailDelivery.h> 00008 00009 @class MFError, NSMutableData, YahooAccount; 00010 00011 @interface YahooDelivery : MailDelivery 00012 { 00013 NSMutableData *_responseData; 00014 BOOL _done; 00015 MFError *_error; 00016 YahooAccount *_yahooAccount; 00017 } 00018 00019 + (void)initialize; 00020 - (void)setAccount:(id)fp8; 00021 - (int)deliverSynchronously; 00022 - (void)connection:(id)fp8 didReceiveResponse:(id)fp12; 00023 - (void)connection:(id)fp8 didReceiveData:(id)fp12 lengthReceived:(int)fp16; 00024 - (void)connection:(id)fp8 didReceiveData:(id)fp12; 00025 - (void)connection:(id)fp8 didFailWithError:(id)fp12; 00026 - (void)connectionDidFinishLoading:(id)fp8; 00027 - (void)dealloc; 00028 00029 @end 00030