Skip to content

Commit

Permalink
tweak: python/imap-exemples-concrets
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Oct 29, 2024
1 parent 96e6714 commit c5ecb8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/python/imap-exemples-concrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Pour finir, avec ces identifiants, téléchargeons le contenu des messages :

```{attention}
Du moment que la commande {py:func}`imaplib.IMAP4.fetch` est utilisée, le message concerné est marqué comme lu.
Afin de ne pas modifier l'état du message, préférer les commandes `(BODY.PEEK[HEADER])` ou encore `(BODY.PEEK[TEXT])` (et plus généralement [`BODY.PEEK[<section>]<<partial>>`](https://www.rfc-editor.org/rfc/rfc3501#page-57)).
```

---
Expand Down Expand Up @@ -129,6 +130,9 @@ La commande `MOVE` n'existe pas ; pour l'émuler, if faut faire une copie puis s

## 📜 Historique

2024-10-29
: Ajout de plus d'informations dans l'avertissement quant à l'état du message après utilisation de la commande {py:func}`imaplib.IMAP4.fetch`.

2024-02-01
: Déplacement de l'article depuis le [blog](https://www.tiger-222.fr/?d=2016/01/21/16/35/09-imap-exemple-concret).

Expand Down

0 comments on commit c5ecb8c

Please sign in to comment.