public static Commandable[] Pack(SMTPCommunicator smtpCommunicator) { return(new Commandable[] { new CmdOpen(smtpCommunicator), new CmdClose(smtpCommunicator), new CmdSay(smtpCommunicator), new CmdStartTls(smtpCommunicator) }); }
public static Commandable[] Pack(SMTPCommunicator smtpCommunicator) { return new Commandable[] { new CmdOpen(smtpCommunicator), new CmdClose(smtpCommunicator), new CmdSay(smtpCommunicator), new CmdStartTls(smtpCommunicator) }; }