Mark Sapiro wrote:
> I don't think your suggestion is correct. What I am trying to do is get
> the format= and delsp= parameters from only the first text/plain part
> in the message. Often, this will be the only part in which case it
> doesn't matter.
Sorry that I misunderstood. It was a little
Tokio Kikuchi wrote:
>
>I think the indent level of this part in Scrubber.py should be
>
> if charset is None:
> charset = part.get_content_charset(lcset)
>+format = part.get_param('format')
>+delsp = part.get_param('delsp')
>
Tokio,
Thanks f
Hi Mark,
I was working this patch on the trunk.
I think the indent level of this part in Scrubber.py should be
if charset is None:
charset = part.get_content_charset(lcset)
+format = part.get_param('format')
+delsp = part.get_param('delsp')