diff --git a/Cargo.toml b/Cargo.toml index e609661..b268af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -imap = "3.0.0-alpha.4" +imap = "3.0.0-alpha.8" base64 = "0.13.0" -regex = "1.5.4" -rustls-connector = "0.13.1" +regex = "1.6.0" +rustls-connector = "0.16.1" diff --git a/src/main.rs b/src/main.rs index 438b0c3..88e34e8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ // -//Copyright © 2020 Maestro Creativescape +//Copyright © 2020-22 Maestro Creativescape // // SPDX-License-Identifier: GPL-3.0 // @@ -10,8 +10,6 @@ use imap; use regex::Regex; fn main() { - // To connect to the gmail IMAP server with this you will need to allow unsecure apps access. - // See: https://support.google.com/accounts/answer/6010255?hl=en fetch_inbox_top().unwrap(); }