View Single Post
Old 26 Oct 2013, 10:21 AM   #25
n5bb
Intergalactic Postmaster
 
Join Date: May 2004
Location: Irving, Texas
Posts: 8,927
Quote:
Originally Posted by gardenweed View Post
Bill,
When I look at the raw message of the offending email (original state), the links embedded in the email are all inside <> angle brackets.

When I look at the raw message that has been forwarded by the mobile interface, the text with these links has disappeared altogether.
Are you sure you are looking at the plain text portion of the raw messages? If I create a plain text message with a message body content such as:
Code:
test <www.fastmail.fm>  <http://www.fastmail.fm> end.
When forwarded by the mobile interface, that message body is identical in the forwarded message.

My guess is that you are looking at the HTML (rich text) portion, which include anchor tags which may look similar to the following:
Code:
<a href="http://www.google.com/">Google</a>
Again, my guess is that the URL is only in the rich text portion of the email body (which is not forwarded by the mobile interface). If the URL is fully shown in the plain text message body, it should be forwarded properly.

Bill
n5bb is offline   Reply With Quote