public CreateFolderCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "mkdir", args)
 {
 }
Example #2
0
 public ChangeFolderCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "cd", args)
 {
 }
 public MessageListCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "list", args)
 {
 }
Example #4
0
 public LoadConfigCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "loadconfig", args)
 {
 }
 public MoveFolderCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "mv", args)
 {
 }
Example #6
0
 public PrintConfigCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "printconfig", args)
 {
 }
Example #7
0
 public RenameCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "rename", args)
 {
 }
Example #8
0
 public SSLCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "ssl", args)
 {
 }
 public FolderListCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "dir", args)
 {
 }
Example #10
0
 public GetNewMessagesCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "getnew", args)
 {
 }
 public DeleteCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "rmdir", args)
 {
 }
Example #12
0
 public ClearCommand(Shell.IMAPShell shell, string[] args)
     : base(shell, "clear", args)
 {
 }