Ejemplo n.º 1
0
 public static Commandable[] Pack(SMTPCommunicator smtpCommunicator)
 {
     return(new Commandable[] { new CmdOpen(smtpCommunicator),
                                new CmdClose(smtpCommunicator),
                                new CmdSay(smtpCommunicator),
                                new CmdStartTls(smtpCommunicator) });
 }
Ejemplo n.º 2
0
 public static Commandable[] Pack(SMTPCommunicator smtpCommunicator)
 {
     return new Commandable[] { new CmdOpen(smtpCommunicator),
         new CmdClose(smtpCommunicator),
         new CmdSay(smtpCommunicator),
         new CmdStartTls(smtpCommunicator)
     };
 }