crumble 0.11.1

A robust, minimal library for parsing MIME documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: John Doe <example@example.com>
MIME-Version: 1.0
Content-Type: multipart/mixed;
    boundary='XXXXboundary_text'
--XXXXboundary_text
Content-Type: text/plain

this is the body text

--XXXXboundary_text
Content-Type: text/plain
Content-Disposition: attachment;
    filename='test.txt'

this is the attachment text

--XXXXboundary_text--