ImapServerInfo constructor

ImapServerInfo(
  1. ConnectionInfo info
)

Implementation

ImapServerInfo(ConnectionInfo info)
    : host = info.host,
      port = info.port,
      isSecure = info.isSecure;