Encoding Title mail

A

Andrea Reginato

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.
I'm newbie into python, so I wanted to ask if you know how I could
solve this problem, as with a google search i didn't find the
solution.

Thanks a lot.
 
M

Marc 'BlackJack' Rintsch

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.
I'm newbie into python, so I wanted to ask if you know how I could solve
this problem, as with a google search i didn't find the solution.

Look into the `email` package in the standard library.

Ciao,
Marc 'BlackJack' Rintsch
 
A

Andrea Reginato

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,299
Messages
2,571,546
Members
48,300
Latest member
Markwen49

Latest Threads

Top