- Inherits From:
- EDStream
- Declared In:
- EDSMTPStream.h
Synopsis:
NSString *EDSMTPException;
NSString *EDBrokenSMPTServerHint;
struct {
unsigned needExtensionCheck : 1;
unsigned triedExtensionsCheck : 1;
unsigned handles8BitBodies : 1;
unsigned allowsPipelining : 1;
unsigned padding : 12;
} flags2;
short state;
NSMutableArray *pendingResponses;
flags2.1 No description. flags2.1 No description. flags2.1 No description. flags2.1 No description. flags2.12 No description. state No description. pendingResponses No description.
- + streamForRelayHost:
- + streamForRelayHostWithName:
- - checkProtocolExtensions
- - handles8BitBodies
- - allowsPipelining
- - writeSender:
- - writeRecipient:
- - beginBody
- - finishBody
- - hasPendingResponses
- - assertServerAcceptedCommand
+ (EDSMTPStream *)streamForRelayHost:(NSHost *)relayHost
No method description.
+ (EDSMTPStream *)streamForRelayHostWithName:(NSString *)relayHostname
No method description.
- (BOOL)allowsPipelining
No method description.
- (void)assertServerAcceptedCommand
No method description.
- (void)beginBody
No method description.
- (void)checkProtocolExtensions
No method description.
- (void)finishBody
No method description.
- (BOOL)handles8BitBodies
No method description.
- (BOOL)hasPendingResponses
No method description.
- (void)writeRecipient:(NSString *)recipient
No method description.
- (void)writeSender:(NSString *)sender
No method description.