8000 Webmail does not seem to decode UTF-8 attachment names · Issue #82 · mjl-/mox · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Webmail does not seem to decode UTF-8 attachment names #82
Closed
@mattfbacon

Description

@mattfbacon

I see this in the mox webmail:

Garbled titles that have not been decoded

One of these is =?utf-8?B?4oCcU25vd+KAnSBieSBEYWxlIEJhaWxleS5wZGY=?=, which is base64-encoded UTF-8. The other is =?utf-8?Q?=E2=80=9CThe_Letters_They_Left_Behind=E2=80=9D_--_Scott_Edelman?==?utf-8?Q?=2Epdf?=, which is quoted-printable UTF-8.

The relevant sections of the raw email are:

Content-Disposition: inline;
	filename*=utf-8''%E2%80%9CThe%20Letters%20They%20Left%20Behind%E2%80%9D%20%2D%2D%20Scott%20Edelman.pdf
Content-Type: application/pdf;
	x-unix-mode=0644;
	name="=?utf-8?Q?=E2=80=9CThe_Letters_They_Left_Behind=E2=80=9D_--_Scott_Edelman?=
 =?utf-8?Q?=2Epdf?="
Content-Transfer-Encoding: base64
Content-Disposition: inline;
	filename*=utf-8''%E2%80%9CSnow%E2%80%9D%20by%20Dale%20Bailey.pdf
Content-Type: application/pdf;
	x-unix-mode=0644;
	name="=?utf-8?B?4oCcU25vd+KAnSBieSBEYWxlIEJhaWxleS5wZGY=?="
Content-Transfer-Encoding: base64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0