On 03Sep2014 20:59, Tim Chase <python.l...@tim.thechases.com> wrote:
- mime-parts can be nested, so I need to recursively handle them

Just to this. IIRC, the MIME part delimiter is supposed to be absolute. That is, it will not occur in the nested subparts, if any.

Of course that is no good to you working from outside via the email package, only if you're writing your own message dissector.

Cheers,
Cameron Simpson <c...@zip.com.au>

You can't wait for inspiration.  You have to go after it with a club.
        - Jack London
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to