Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Current master (c18674aafa7af437fa66ffdb634b9b2c2b08862a) fails to build #5

Open
omern1 opened this issue Jun 26, 2017 · 1 comment

Comments

@omern1
Copy link

omern1 commented Jun 26, 2017

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`.

@GildedHonour
Copy link
Owner

GildedHonour commented Jul 3, 2017

@nabeelomer in progress. the version at crates.io compiles well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants