You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: