get_message() passes two tests
[libmime.git] / README
blob2039b60a548933c6a1ca65f494e4da4d8dc8a6ab
1 This library is useful if, for some reason, you have a MIME[0] message
2 from which you wish to extract “raw” data (for example, to display
3 in a mail client), and you want to do it in myrddin[0].
5 The library attempts to be overly cautious: when in doubt, decoding
6 functions will give up rather than process possibly invalid input.
8 [0] https://en.wikipedia.org/wiki/MIME
9 [1] https://www.myrlang.org