From 9ddd480b0f42dd6657e02cf85160d1d66f5b8910 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 24 Jul 2023 15:55:58 +0200 Subject: [PATCH] add more limitations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3de96e5..fa5f4f2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ This library does not aim at implementing a specific RFC, but to be a swiss-army Current known limitations/bugs: + - **Part transfer-decoding is not implemented yet** + - **Internationalized headers (UTF-8) is not implemented yet** - Resent Header Fields are not implemented - Return-Path/Received headers might be hard to use as their order is important, and it's currently lost in the final datastructure. - Datetime parsing of invalid date might return `None` instead of falling back to the `bad_body` field