14 Oct
2012
14 Oct
'12
12:52 p.m.
Hi Evan, On 10/13/2012 06:48 PM, Evan Rempel wrote:
email addresses are difficult to parse because they have an @ symbol in them. This parser would accept a list of characters that would be dropped beginning and end of the match. such as "erempel@uvic.ca" or <erempel@uvic.ca> and return just the e-mail address erempel@uvic.ca in the specified tag name. I had the attached patch lying around in one of my git stashes, I still wanted to do some work on it, before sending it in (like full RFC compliancy check), but you might be able use that as a starting point for your own implementation.
Balint