use crate::models::{LogEntry, SMTPSession}; use chrono::{Datelike, NaiveDateTime}; use regex::Regex; use std::{collections::HashMap}; lazy_static::lazy_static! { static ref LOG_LINE_RE: Regex = Regex::new( r"^(?P\w+)\s+(?P\d+)\s+(?P