Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77528 > unrolled thread

Re: Best way to filter parts of a email.message.Message

Started byCameron Simpson <cs@zip.com.au>
First post2014-09-04 13:52 +1000
Last post2014-09-04 13:52 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Best way to filter parts of a email.message.Message Cameron Simpson <cs@zip.com.au> - 2014-09-04 13:52 +1000

#77528 — Re: Best way to filter parts of a email.message.Message

FromCameron Simpson <cs@zip.com.au>
Date2014-09-04 13:52 +1000
SubjectRe: Best way to filter parts of a email.message.Message
Message-ID<mailman.13757.1409802771.18130.python-list@python.org>
On 03Sep2014 20:59, Tim Chase <python.list@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 <cs@zip.com.au>

You can't wait for inspiration.  You have to go after it with a club.
         - Jack London

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web