descriptionLibrary for handling MIME messages in myrddin
homepage URLhttp://www.math.umd.edu/~sgilles
ownersgilles@math.umd.edu
last changeSun, 21 Jan 2018 12:41:23 +0000 (21 07:41 -0500)
content tags
add:
README
This library is useful if, for some reason, you have a MIME[0] message
from which you wish to extract “raw” data (for example, to display
in a mail client), and you want to do it in myrddin[0].

The library attempts to be overly cautious: when in doubt, decoding
functions will give up rather than process possibly invalid input.

[0] https://en.wikipedia.org/wiki/MIME
[1] https://www.myrlang.org
shortlog
2018-01-21 S. Gillesget_message() passes two testsmaster
2018-01-20 S. Gillesstart handling message structure
2017-11-19 S. Gillesupdate for upstream streq -> eq
2017-11-06 S. Gilleschange strstep for charstep
2017-10-29 S. Gillesremove \n, \r, \t even in case of decoding failure
2017-10-29 S. Gilleshandle folding whitespace sanely
2017-10-29 S. Gilleshook base64 up to the b encoding
2017-10-27 S. Gillesimplement base64 decoding
2017-10-27 S. Gillesvalidate utf-8 output
2017-10-25 S. Gillessimplify valid_utf8
2017-10-25 S. Gillesinitial: it can handle the q encoding
heads
6 years ago master