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

Newlines in message body not being passed in url #1

Open
Seoras opened this issue Jun 12, 2018 · 0 comments
Open

Newlines in message body not being passed in url #1

Seoras opened this issue Jun 12, 2018 · 0 comments

Comments

@Seoras
Copy link
Owner

Seoras commented Jun 12, 2018

When porting this project from Swift and testing I discovered that newlines in the body of the message were being lost.
Using \n in a body string get's stripped out by NSURLQueryItem's queryItemWithName:
I've tried using \n and %0A but neither works.
If anyone has suggestions for fixing I'd be most appreciative.

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

1 participant