Prab-27 commented on code in PR #66852:
URL: https://github.com/apache/airflow/pull/66852#discussion_r3234483172
##########
providers/imap/src/airflow/providers/imap/hooks/imap.py:
##########
@@ -193,6 +193,7 @@ def download_mail_attachments(
mail_folder: str = "INBOX",
mail_filter: str = "All",
not_found_mode: str = "raise",
+ overwrite: bool = True,
Review Comment:
related to this PR - #66850
Could you please remove these unrelated chnages
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]