Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Mail transfer encoding binary #6112

Merged

Conversation

denis-sokolov
Copy link
Contributor

I can't see a reason why ContentTransferEncoding would disallow binary.
Real emails get sent with this encoding and it seems to just work if we allow it.

$string = $header->toString();

$this->assertContains("Content-Transfer-Encoding: quoted-printable", $string);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove this test case?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, on review, I can see that other test cases already cover this behavior.

@weierophinney weierophinney modified the milestones: 2.3.1, 2.4.0 Apr 14, 2014
@weierophinney weierophinney self-assigned this Apr 14, 2014
@weierophinney weierophinney merged commit 0b6e38c into zendframework:develop Apr 14, 2014
weierophinney added a commit that referenced this pull request Apr 14, 2014
weierophinney added a commit that referenced this pull request Apr 14, 2014
@denis-sokolov denis-sokolov deleted the mail-transfer-encoding-binary branch April 14, 2014 23:08
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
…transfer-encoding-binary

Mail transfer encoding binary
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants