Extracting TIFF from emails

Christos TZOTZIOY Georgiou tzot at sil-tec.gr
Thu Sep 4 13:07:58 EDT 2003


On 4 Sep 2003 08:15:28 -0700, rumours say that ryan at ryanswift.com (Ryan
Swift) might have written:

>Apparently I am getting the email as a list, but I don't know of a way
>to do it otherwise.

I assume you didn't see my reply since yesterday?

I don't know the mailconfig module; does it return a list of strings
that end with '\n'?  If yes, use

message = email.message_from_string(''.join(your_list_of_strings))

If not, substitute '\n' for '' in the line above.
-- 
TZOTZIOY, I speak England very best,
Microsoft Security Alert: the Matrix began as open source.




More information about the Python-list mailing list