alphanumerics in mails

Henning Schroeder Henning.Schroeder at Informatik.Uni-Oldenburg.DE
Thu Apr 6 15:53:41 EDT 2000


In comp.lang.python, you wrote:
>I've made a small mail-client which is working very good, except for when I
>get mails with alphanumerics (which happens quite often since I'm in
>scandinavia;).
>If I send a mail with subject:
>'Ett å'
>The subject line in my mailclient will say:
>'=?iso-8859-1?Q?Ett_=E5?='
>Is there some kind of parser for this, has someone made anything like this
>or do I have to make one?
Use mime_decode_header from the mimify module

Greets from Germany
  Henning




More information about the Python-list mailing list