We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd493d commit 780d188Copy full SHA for 780d188
python-standard-library/deleting-emails/README.md
@@ -1,6 +1,6 @@
1
-# [How to Delete Emails in Python](https://www.thepythoncode.com/article/deleting-emails-in-python)
2
-To run this:
3
-- Change `username` and `password` for real email credentials, edit the `imap.search()` line for your use case and run `delete_emails.py`:
+# [Как удалять электронные письма с Python](https://www.thepythoncode.com/article/deleting-emails-in-python)
+Для загрузки:
+- Измените `username` и `password`, указав дейтсвительный аккаунт, редактируйте строку `imap.search()` и загрузите скрипт `delete_emails.py`:
4
```
5
python delete_emails.py
6
- ```
+ ```
0 commit comments