Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't cope with base64 encoded email #204

Open
foobacca opened this issue Feb 12, 2014 · 1 comment
Open

Doesn't cope with base64 encoded email #204

foobacca opened this issue Feb 12, 2014 · 1 comment

Comments

@foobacca
Copy link
Collaborator

Recently Martin Belcher sent an email from his phone using the android email client and we ended up with a load of nonsense (see issue 409 if you have access).

The source of another email from Martin's phone is below. The message itself is base64 encoded and the headers identify itself as such. So we need to do better at dealing with random email formatting.

Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 12 Feb 2014 13:57:34 +0000
Received: from 82-69-179-35.dsl.in-addr.zen.co.uk ([82.69.179.35]
 helo=[10.0.158.174]) by lin-mail.aptivate.org with esmtpa (Exim 4.72)
 (envelope-from <[email protected]>) id 1WDaJi-00082s-Dv
 for [email protected]; Wed, 12 Feb 2014 13:57:34 +0000
Date: Wed, 12 Feb 2014 10:30:54 +0000
Subject: Test mail
Message-ID: <[email protected]>
From: Martin Belcher <[email protected]>
To: [email protected]
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64

Ci0tCk1hcnRpbiBCZWxjaGVyIChBcHRpdmF0ZSkKTSArNDQgMDc3OTUgNjgxMjk5LCBNICs0NiAw
NzAzIDEzMDM1OApTa3lwZTogbWFydGluYmVsY2hlcg==
@jogwen
Copy link
Collaborator

jogwen commented Feb 14, 2014

Created kanban ticket for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants