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