I know that this is a common request, but I have a question about
parsing an email box. I have a UW IMAP box, and I am trying to extract
all the emails where the line starts with From: blah blah. Now, getting
those lines isn't the issue, but since each email is a little different,
I am having a problem. Given this list, how would I extract JUST the
email address?

From: "James Kelty" <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
From: <[EMAIL PROTECTED]"

There are three types that I have seen, and I am having the worst time
trying to come up with a regex to extract just the address. Can someone
help with an idea or two? Thanks!

-James





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to