We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0acf64 commit 06884fcCopy full SHA for 06884fc
crates/erooster_smtp/src/commands/data.rs
@@ -138,6 +138,7 @@ impl DataCommand<'_> {
138
139
State::Authenticated(username.clone())
140
} else if matches!(write_lock.state, State::ReceivingData(None)) {
141
+ // TODO rewrite to also have some extra honeypot info logging and make it not pass into inbox but into top level of the address
142
debug!("No authenticated user");
143
for receipt in receipts {
144
let folder = "INBOX".to_string();
0 commit comments