CWSMTP.h |
Use the links in the table of contents to the left to access the documentation.
Supported SMTP commands.
SMTPCommand |
Supported SMTP commands.
typedef enum { SMTP_AUTH_CRAM_MD5 = 0x1000, SMTP_AUTH_LOGIN, SMTP_AUTH_LOGIN_CHALLENGE, SMTP_AUTH_PLAIN, SMTP_DATA, SMTP_EHLO, SMTP_HELO, SMTP_MAIL, SMTP_NOOP, SMTP_QUIT, SMTP_RCPT, SMTP_RSET, SMTP_STARTTLS, SMTP_AUTHORIZATION, SMTP_EMPTY_QUEUE, } SMTPCommand;
SMTP_AUTH_CRAM_MD5CRAM-MD5 authentication.
SMTP_AUTH_LOGINLOGIN authentication.
SMTP_AUTH_LOGIN_CHALLENGEChallenge during the LOGIN authentication.
SMTP_AUTH_PLAINPLAIN authentication.
SMTP_DATAThe DATA SMTP command - see 4.1.1.4 DATA (DATA) of RFC 2821.
SMTP_EHLOThe EHLO SMTP command - see 4.1.1.1 Extended HELLO (EHLO) or HELLO (HELO) of RFC 2821.
SMTP_HELOThe HELO SMTP command - see 4.1.1.1 Extended HELLO (EHLO) or HELLO (HELO) of RFC 2821.
SMTP_MAILThe MAIL SMTP command - see 4.1.1.2 MAIL (MAIL) of RFC 2821.
SMTP_NOOPThe NOOP SMTP command - see 4.1.1.9 NOOP (NOOP) of RFC 2821.
SMTP_QUITThe QUIT SMTP command - see 4.1.1.10 QUIT (QUIT) of RFC 2821.
SMTP_RCPTThe RCPT SMTP command - see 4.1.1.3 RECIPIENT (RCPT) of RFC 2821.
SMTP_RSETThe RSET SMTP command - see 4.1.1.5 RESET (RSET) of RFC 2821.
SMTP_STARTTLSThe STARTTLS SMTP command - see RFC2487.
SMTP_AUTHORIZATIONSpecial command to know we are in the autorization state.
SMTP_EMPTY_QUEUESpecial command to empty the command queue.
This enum lists the supported SMTP commands available in Pantomime's SMTP client code.
PantomimeRecipientIdentificationCompleted |
extern NSString* PantomimeRecipientIdentificationCompleted;
PantomimeRecipientIdentificationFailed |
extern NSString* PantomimeRecipientIdentificationFailed;
PantomimeTransactionInitiationCompleted |
extern NSString* PantomimeTransactionInitiationCompleted;
PantomimeTransactionInitiationFailed |
extern NSString* PantomimeTransactionInitiationFailed;
PantomimeTransactionResetCompleted |
extern NSString* PantomimeTransactionResetCompleted;
PantomimeTransactionResetFailed |
extern NSString* PantomimeTransactionResetFailed;
_Pantomime_H_CWSMTP |
#define _Pantomime_H_CWSMTP