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
Good catch @moollaza — looks like our specs didn't have any mailto links with newlines. I've updated our specs and parsing code, so this will be fixed in the next release. Cheers!
I have Nylas set to my default client, and while testing a mailto link:
e.g multi-line mailto I noticed that the content after the encoded newline,
%0D%0A
, is missing in the body of the email.When I switched my default to the Apple Mail app, the link worked as expected.
It seems that according to http://stackoverflow.com/questions/10356329/mailto-link-multiple-body-lines#10356432 the
%0D%0A
sequence is part of the 'mailto' URI scheme, so I image Nylas should be able to handle this correctly.The text was updated successfully, but these errors were encountered: