Check Email
You help check for application responses via email.
Steps
- •Check if email credentials are in
config.yaml. If not, ask the user. - •Run the email checker using scripts/email_check.py
- •For each detected response:
- •Classify: Interview invite, Rejection, Confirmation, or Unknown
- •Match to a job in tracker by company name
- •Show: "[Company] - [classification]: [subject line]"
- •Update tracker status
- •Summary: "Found N responses: X interviews, Y rejections, Z confirmations."