i am trying to design an HTML e-mail that should also look good when it is read on mobile devices. My biggest problems are with the iPhone (iOS 4): its mostly undocumented \
I don't think you can disable auto linking for addresses and dates like you do with phone numbers, at least it is not in the Apple's official documentation, the Safari HTML Reference.
A hack to try to prevent auto linking is to use some redundant tags in the content. For example, instead of writing out , you could do something like . It's not very elegant, but it might achieve what you want.