/mimi

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Proof of concept repository for the MIMI outer layer proposal.

https://datatracker.ietf.org/doc/draft-arslan-mimi-outer/

git clone https://github.com/plq/mimi --recursive
make # converts the draft-mimi.md to various formats
make jmap  # re-runs mime => jmap conversion

To see the contents of the msgpack files, call this instead:

make jmap V=1

JMAP conversion omits critical stuff like EmailAddress objects in designated headers. This is just a proof of concept and the converters need more work.