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