sender email
This commit is contained in:
@@ -343,6 +343,7 @@ def cmd_scan(config, recent=None, dry_run=False):
|
|||||||
|
|
||||||
email_data = build_email_data(envelope, body, config)
|
email_data = build_email_data(envelope, body, config)
|
||||||
print(f"{email_data['subject'][:55]}")
|
print(f"{email_data['subject'][:55]}")
|
||||||
|
print(f" From: {email_data['sender'][:60]}")
|
||||||
|
|
||||||
# Run the LLM classifier (returns tags instead of confidence)
|
# Run the LLM classifier (returns tags instead of confidence)
|
||||||
action, tags, summary, reason, duration = classifier.classify_email(
|
action, tags, summary, reason, duration = classifier.classify_email(
|
||||||
|
|||||||
Reference in New Issue
Block a user