Skip to content

Conversation

@tomsommer
Copy link
Contributor

Decodes a header to a flat string.
Decodes "=?UTF-8?Q?" headers (such a subject) to a string

Example:
$message->decodeHeader($message->getSubject());

Should potentially be run on all data returned by $message->getSubject() etc.

Decodes a header to a flat string.
Decodes "=?UTF-8?Q?" headers (such a subject) to a string

Example:
$message->flatDecodeHeader($message->getSubject());

Should potentially be run on all data returned by $message->getSubject() etc.
@tomsommer tomsommer changed the title Add flatDecodeHeader Add decodeHeader Aug 2, 2015
@tomsommer tomsommer changed the title Add decodeHeader Add decodeHeader function Aug 2, 2015
@tedivm
Copy link
Member

tedivm commented Aug 5, 2015

Closed in favor of #147.

@tedivm tedivm closed this Aug 5, 2015
@tomsommer tomsommer deleted the patch-3 branch August 5, 2015 07:53
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

Successfully merging this pull request may close these issues.

2 participants