It would be a great idea to have recognition of microformat, meaning <a href="http://microformats.org/wiki/h-card">hcards</a>, <a href="http://microformats.org/wiki/h-calendar">hcalendar</a> recognized on the body of the email. Reproducible: Always Steps to Reproduce: 1. Signature tags 2. Recognize for atributes such as phone, pgp signatures, names, etc. 3. One click import signature to Address book or calendar. Actual Results: Generate result from microformat definition. Expected Results: Create new event/contact.
More information on microformats here: http://microformats.org/ and http://schema.org
could you provide mail example ?
Here is a small example, the class respond to the microformat schema: <div class="vcard"> <a class="url fn" href="http://tantek.com/">Joe Smith</a> <a href="mailto:svs-office@informatik.uni-hamburg.de" class="email">Email us.</a><br/> Tel.: <span class="tel">+49 40 42883 - 2510</span><br/> Fax: +49 40 42883 - 2086 <br/> Room: F-631 <br> </div> versus the regular HTML: <p>Joe Smith<br /> <a href="mailto:svs-office@informatik.uni-hamburg.de">Email us.</a><br /> Tel.: +49 40 42883 - 2510<br /> Fax: +49 40 42883 - 2086 <br/> Room: F-631 </p> For a full list of schemas: http://microformats.org/wiki/hcard#Property_List
I want a real example :) Not a example from potential application :)