You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
error[E0433]: failed to resolve. Use of undeclared type or module `ssl`
--> atarashii_imap/src/lib.rs:68:12
|
68 | StartTls(ssl::SslStream<TcpStream>),
| ^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ssl`
error[E0433]: failed to resolve. Use of undeclared type or module `ssl`
--> atarashii_imap/src/lib.rs:69:10
|
69 | SslTls(ssl::SslStream<TcpStream>)
| ^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ssl`
error[E0433]: failed to resolve. Use of undeclared type or module `TslConnectorBuilder`
--> atarashii_imap/src/lib.rs:234:25
|
234 | let connector = TslConnectorBuilder::new(SslMethod::tls()).unwrap().build();
| ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `TslConnectorBuilder`
error[E0433]: failed to resolve. Use of undeclared type or module `SslMethod`
--> atarashii_imap/src/lib.rs:234:50
|
234 | let connector = TslConnectorBuilder::new(SslMethod::tls()).unwrap().build();
| ^^^^^^^^^^^^^^ Use of undeclared type or module `SslMethod`
error[E0433]: failed to resolve. Use of undeclared type or module `ssl`
--> atarashii_imap/src/lib.rs:248:38
|
248 | fn verify_greeting(stcp_conn: &mut ssl::SslStream<TcpStream>) -> () {
| ^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ssl`
error: aborting due to previous error(s)
error: Could not compile `atarashii_imap`.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: