Post

Replies

Boosts

Views

Activity

Comment on Mailto url encoding issue iOS 14.6
As per RFC2368 which defines mailto:, further reinforced by an example in RFC1738, it is explicitly stated that the only valid way to generate a line break is with %0D%0A. See: stackoverflow Then, this behavior is not compliant and it seems to be a bug. There should be a white-list of allowed "rich text" like such as %0D%0A
Jun ’21