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

Fixes ddeboer/imap#66 #67

Closed
wants to merge 2 commits into from
Closed

Fixes ddeboer/imap#66 #67

wants to merge 2 commits into from

Conversation

pbrzoski
Copy link

@pbrzoski pbrzoski commented Jan 3, 2015

utf8_encode function encodes ONLY ISO-8859-1 string to UTF-8. Instead of utf8_encode it should be used iconv()

utf8_encode function encodes ONLY ISO-8859-1 string to UTF-8. Instead of utf8_encode it should be used iconv()
Headers to and from are instance of EmailAddress, but reply_to, cc, sender are arrays. It should have the same type.
$this->array['reply_to'] = $recipients;
} else {
$this->array['reply_to'] = array();
}
Copy link
Owner

Choose a reason for hiding this comment

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

What do these changes have to do with the encoding fix?

Copy link
Author

Choose a reason for hiding this comment

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

This was supposed to be different pull request, but It merge to one pull request. I don't know why

Copy link
Owner

Choose a reason for hiding this comment

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

I understand. Could you undo the last commit so we keep this PR clean?

@ddeboer
Copy link
Owner

ddeboer commented Jan 4, 2015

Fixes #66 (correcting the reference here).

@ddeboer ddeboer added this to the 1.0 milestone Jan 23, 2015
ddeboer added a commit that referenced this pull request Jan 23, 2015
ddeboer added a commit that referenced this pull request Jan 23, 2015
@ddeboer ddeboer closed this Jan 23, 2015
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.

None yet

2 participants