// secure ones.
// now set up the input/output streams.
inputStream = new TraceInputStream(sslSocket.getInputStream(), debugStream, debug,
isProtocolPropertyTrue(MAIL_SMTP_ENCODE_TRACE));
;
outputStream = new TraceOutputStream(sslSocket.getOutputStream(), debugStream, debug,
isProtocolPropertyTrue(MAIL_SMTP_ENCODE_TRACE));
// this is our active socket now
socket = sslSocket;
} catch (Exception e) {