package pecu

  1. Overview
  2. Docs
Encoder/Decoder of Quoted-Printable (RFC2045 & RFC2047)

Install

Dune Dependency

Authors

Maintainers

Sources

pecu-v0.5.tbz
sha256=713753cd6ba3f4609a26d94576484e83ffef7de5f2208a2993576a1b22f0e0e7
sha512=99d9b26ff194d810585b74b0ea77cee4f081427078a2574f0e7effa01d11ea30b72446e82e958a809f5ced33c25c382129eade2ef525cb941ddb4a53309acef0

Description

A non-blocking encoder/decoder of Quoted-Printable according to RFC2045 and RFC2047 (about encoded-word). Useful to translate contents of emails.

Published: 26 Nov 2020

README

Pecu (PQ/QP - Quoted Printable)

Pecu is a little library to encode and decode quoted-printable according to RFC2045 (§ 6.7). It provides a non-blocking encoder/decoder and ensure to respect the 80 characters rule. It provides a fuzzer which test isomorphism between encoder and decoder (and if we respect correctly the 80 characters rule).

This project is a part of an encoder/decoder of e-mail.

Decoder can decode input which does not respect 80 characters rule but it signals to the client if this case appear - which can be an attack entry point. By this way, the decoder provide a best-effort case to the client.

Dependencies (2)

  1. dune >= "1.4"
  2. ocaml >= "4.03.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. fmt with-test

Used by (4)

  1. emile >= "0.4"
  2. mrmime >= "0.3.2" & < "0.5.0"
  3. multipart_form
  4. piaf

Conflicts

None

OCaml

Innovation. Community. Security.