Hi all,I'm trying to use GMimeFilterHTML to make email addresses into links, among other things. But it seems to only catch the domain of the email address. That is, if I give the filter the string
<email domain com> I get back <email@<a href="mailto:domain.com">domain.com</a>> when I want <<a href="mailto:email domain com">email domain com</a>>I've attached a test program to demonstrate this problem. Am I doing something wrong, or is this a problem with GMime?
Thanks, Robert
Attachment:
filter2.c
Description: Text Data