rename existing cargo features, fix imports

This commit is contained in:
Clément DOUIN
2023-12-04 22:26:49 +01:00
parent ea9c28b9d7
commit 8b1a289f4d
30 changed files with 224 additions and 206 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
use anyhow::Result;
use dialoguer::{Confirm, Input, Select};
use email::{
account::{OAuth2Config, OAuth2Method, OAuth2Scopes, PasswdConfig},
smtp::{SmtpAuthConfig, SmtpConfig},
account::config::{
oauth2::{OAuth2Config, OAuth2Method, OAuth2Scopes},
passwd::PasswdConfig,
},
smtp::config::{SmtpAuthConfig, SmtpConfig},
};
use oauth::v2_0::{AuthorizationCodeGrant, Client};
use secret::Secret;