Skip to content

Commit 902c0b0

Browse files
committed
Add a todo
1 parent 03570db commit 902c0b0

File tree

1 file changed

+1
-0
lines changed
  • crates/erooster_smtp/src/commands

1 file changed

+1
-0
lines changed

crates/erooster_smtp/src/commands/data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl DataCommand<'_> {
138138

139139
State::Authenticated(username.clone())
140140
} 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
141142
debug!("No authenticated user");
142143
for receipt in receipts {
143144
let folder = "INBOX".to_string();

0 commit comments

Comments
 (0)