mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
clippy: forbid wildcard_imports
This commit is contained in:
committed by
link2xt
parent
eeba70eb49
commit
5e8e77dfb6
@@ -1,7 +1,7 @@
|
||||
//! # SMTP message sending
|
||||
|
||||
use super::Smtp;
|
||||
use async_smtp::*;
|
||||
use async_smtp::{EmailAddress, Envelope, SendableEmail, Transport};
|
||||
|
||||
use crate::config::Config;
|
||||
use crate::constants::DEFAULT_MAX_SMTP_RCPT_TO;
|
||||
|
||||
Reference in New Issue
Block a user