Collect headers as KV and expose them to the user #23

Open
opened 2023-08-16 14:22:55 +00:00 by quentin · 0 comments
Owner

There is 2 approaches on how we should handle headers:

  1. Either as an opaque section that a context-specific grammar must parse
  2. Or as a key/value section that is interpreted later in a context-specific approach

Currently we have followed approach 1. but IMAP is built on abstraction 2.

There is 2 approaches on how we should handle headers: 1. Either as an opaque section that a context-specific grammar must parse 2. Or as a key/value section that is interpreted later in a context-specific approach Currently we have followed approach 1. but IMAP is built on abstraction 2.
quentin added the
cat
feature
label 2023-08-16 14:22:55 +00:00
quentin added this to the 0.1.2 milestone 2023-08-16 14:22:58 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/eml-codec#23
No description provided.