mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +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.
|
/// Email address we are sending from.
|
||||||
from: Option<EmailAddress>,
|
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
|
/// (eg connect or send succeeded). On initialization and disconnect
|
||||||
/// it is set to None.
|
/// it is set to None.
|
||||||
last_success: Option<Instant>,
|
last_success: Option<Instant>,
|
||||||
|
|||||||
Reference in New Issue
Block a user