Ejemplo n.º 1
0
 public UsernameCommand(IMAPShell.Shell.IMAPShell shell, string[] args):
     base(shell, "username", args)
 {
     
 }
Ejemplo n.º 2
0
 protected BaseCommand(IMAPShell.Shell.IMAPShell shell, string cmd, string[] args)
 {
     _args = args;
     _shell = shell;
     _command = cmd;
 }
Ejemplo n.º 3
0
 public SaveConfigCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "saveconfig", args)
 {
 }
Ejemplo n.º 4
0
 public UsernameCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "username", args)
 {
 }
Ejemplo n.º 5
0
 public HelpCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "help", args)
 {
 }
Ejemplo n.º 6
0
 public PasswordCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "password", args)
 {
 }
Ejemplo n.º 7
0
 public HelpCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "help", args)
 {
     
 }
Ejemplo n.º 8
0
 public ServerCommand(IMAPShell.Shell.IMAPShell shell, string[] args):
     base (shell,"server", args)
 {
     
 }
Ejemplo n.º 9
0
 protected BaseCommand(IMAPShell.Shell.IMAPShell shell, string cmd, string[] args)
 {
     _args    = args;
     _shell   = shell;
     _command = cmd;
 }
Ejemplo n.º 10
0
 public PasswordCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "password", args)
 {
     
 }
Ejemplo n.º 11
0
 public SaveConfigCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell,"saveconfig", args)
 {
     
 }
Ejemplo n.º 12
0
 public PrintResultCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "printresult", args)
 {
     
 }
Ejemplo n.º 13
0
 public ExitCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "exit", args)
 {
     
 }
Ejemplo n.º 14
0
 public ExitCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "exit", args)
 {
 }
Ejemplo n.º 15
0
 public PrintResultCommand(IMAPShell.Shell.IMAPShell shell, string[] args)
     : base(shell, "printresult", args)
 {
 }
Ejemplo n.º 16
0
 public ServerCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "server", args)
 {
 }
Ejemplo n.º 17
0
 public ConnectCommand(IMAPShell.Shell.IMAPShell shell, string[] args) :
     base(shell, "connect", args)
 {
 }