mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Update src/smtp/mod.rs
Co-Authored-By: Alexander Krotov <ilabdsf@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ pub struct Smtp {
|
||||
/// Email address we are sending from.
|
||||
from: Option<EmailAddress>,
|
||||
|
||||
/// Timestamp of last successfull send/receive network interaction
|
||||
/// Timestamp of last successful send/receive network interaction
|
||||
/// (eg connect or send succeeded). On initialization and disconnect
|
||||
/// it is set to None.
|
||||
last_success: Option<Instant>,
|
||||
|
||||
Reference in New Issue
Block a user