Encoding Title mail

Andrea Reginato andrea.reginato at gmail.com
Mon Jan 12 11:47:24 EST 2009


On Jan 12, 2:06 pm, Marc 'BlackJack' Rintsch <bj_... at gmx.net> wrote:
> On Mon, 12 Jan 2009 04:32:35 -0800, Andrea Reginato wrote:
> > Hi to everybody, I'm trying to use libgmail version 0.1.9, to read some
> > mails from a google account and save the attached files. All works fine,
> > but when a tile has some letters with accents (like èùàòì) I read a
> > string like this.
>
> > =?ISO-8859-1?Q?=F2=E0=F9+=E8=EC'_0987654321_\?= =?ISO-8859-1?Q?
> > _=E9*=A7=B0=E7;:=5F_test_chars?=
>
> > I tried to use the string.decode(ISO-8859-1) function, but nothing
> > change.

> Look into the `email` package in the standard library.
>
> Ciao,
>         Marc 'BlackJack' Rintsch


I tried to look at it, but nothing to do, sorry.
I used email.Utils.decode_rfc2231(msg['Subject']) that seems what I
need (I could be wrong, but it looks the closer at what I need) but it
do not work out. I'm searching into the library, I'm not able to get
the solution.

Thanks again for your time



More information about the Python-list mailing list