Skip to content

Commit 780d188

Browse files
authored
Update README.md
Перевод на русский язык
1 parent 6cd493d commit 780d188

File tree

1 file changed

+4
-4
lines changed
  • python-standard-library/deleting-emails

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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`:
1+
# [Как удалять электронные письма с Python](https://www.thepythoncode.com/article/deleting-emails-in-python)
2+
Для загрузки:
3+
- Измените `username` и `password`, указав дейтсвительный аккаунт, редактируйте строку `imap.search()` и загрузите скрипт `delete_emails.py`:
44
```
55
python delete_emails.py
6-
```
6+
```

0 commit comments

Comments
 (0)