Méthode | Description | |
---|---|---|
SmtpCommandFactory ( ISmtpServerOptions options, SmtpParser parser ) : System |
Constructor.
|
|
TryMakeAuth ( |
Make an AUTH command from the given enumerator.
|
|
TryMakeData ( |
Make a DATA command from the given enumerator.
|
|
TryMakeDbug ( |
Make an DBUG command from the given enumerator.
|
|
TryMakeEhlo ( |
Make an EHLO command from the given enumerator.
|
|
TryMakeHelo ( |
Make a HELO command from the given enumerator.
|
|
TryMakeMail ( |
Make a MAIL command from the given enumerator.
|
|
TryMakeNoop ( |
Make an NOOP command from the given enumerator.
|
|
TryMakeQuit ( |
Make a QUIT command.
|
|
TryMakeRcpt ( |
Make a RCTP command from the given enumerator.
|
|
TryMakeRset ( |
Make an RSET command from the given enumerator.
|
|
TryMakeStartTls ( |
Make an STARTTLS command from the given enumerator.
|
public SmtpCommandFactory ( ISmtpServerOptions options, SmtpParser parser ) : System | ||
options | ISmtpServerOptions | The SMTP server options. |
parser | SmtpParser | The ABNF SMTP argument parser. |
Résultat | System |
public TryMakeAuth ( |
||
enumerator | The enumerator to create the command from. | |
command | The AUTH command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeData ( |
||
enumerator | The enumerator to create the command from. | |
command | The DATA command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeDbug ( |
||
enumerator | The enumerator to create the command from. | |
command | The DBUG command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeEhlo ( |
||
enumerator | The enumerator to create the command from. | |
command | The EHLO command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeHelo ( |
||
enumerator | The enumerator to create the command from. | |
command | The HELO command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeMail ( |
||
enumerator | The enumerator to create the command from. | |
command | The MAIL command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeNoop ( |
||
enumerator | The enumerator to create the command from. | |
command | The NOOP command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeQuit ( |
||
enumerator | The enumerator to create the command from. | |
command | The QUIT command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeRcpt ( |
||
enumerator | The enumerator to create the command from. | |
command | The RCTP command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeRset ( |
||
enumerator | The enumerator to create the command from. | |
command | The RSET command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |
public TryMakeStartTls ( |
||
enumerator | The enumerator to create the command from. | |
command | The STARTTLS command that is defined within the token enumerator. | |
errorResponse | The error that indicates why the command could not be made. | |
Résultat | bool |