The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/65870-imap-attachment-overwrite has failed.
Run started by GitHub user lohitkolluri (triggered by eladkal).

Head commit for run:
8b38111077d767fa1111df599ce37aebce7a0731 / Lohit Kolluri 
<[email protected]>
fix(imap): Add create_unique_filenames option to prevent attachment overwrites

When downloading mail attachments with the same filename, files were
silently overwritten. Added a new create_unique_filenames parameter
(default False) that appends a counter suffix (_1, _2, etc.) to
the base filename when a file already exists at the target path.

The default is False to preserve backward compatibility - existing
behavior of silently overwriting files remains unchanged.

Added  helper that finds the next available
filename by incrementing a counter until no collision exists.

Closes #65870
Signed-off-by: Lohit Kolluri <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/26821861513

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to