Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Sep 14, 2022
1 parent 03570db commit 902c0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/erooster_smtp/src/commands/data.rs
Expand Up @@ -138,6 +138,7 @@ impl DataCommand<'_> {

State::Authenticated(username.clone())
} else if matches!(write_lock.state, State::ReceivingData(None)) {
// TODO rewrite to also have some extra honeypot info logging and make it not pass into inbox but into top level of the address
debug!("No authenticated user");
for receipt in receipts {
let folder = "INBOX".to_string();
Expand Down

0 comments on commit 902c0b0

Please sign in to comment.