Пример #1
0
 public ImapServerSession(IImapServerCommandHandler commandHandler, ILog log, ImapServerSessionConfiguration configuration)
 {
     _commandHandler = commandHandler;
     _configuration  = configuration;
     _log            = log;
 }
 public ImapServerSession(IImapServerCommandHandler commandHandler, ILog log, ImapServerSessionConfiguration configuration)
 {
     _commandHandler = commandHandler;
     _configuration = configuration;
     _log = log;
 }