Skip to content

Refactor uploaded mbox temp-file handling to use tempfile and cleanup #4

@monapdx

Description

@monapdx

The Streamlit app writes uploads to uploaded.mbox, using either the current working directory or a query-param-controlled temp dir. It then reopens that file for message access later. This is brittle and could leave stale files behind between sessions. Using tempfile and cleanup logic would make it more reliable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions