用PHP解析邮件正文

Edit: I use IMAP.php library to get the email information into array() (header,l body, subject etc).

I have this email [body] to extract some information on it :

Dear Recruiter,

You have received an application for the position of Software Engineer(Ref: 1266). See below for details...

-------------------------------------------------------


COVER LETTER

I have just viewed your job vacancy for 'Software Engineer' (203010236) on *******.co.uk and would like to be considered for this position.

Please find a copy of my CV attached.

Arteni Georgica

------------------------------------------------------

You can view this CV online at http://www.******.co.uk/cgi-bin/login/details.cgi?ref=10137329

Additional candidate info:

Jobtitle:  Web Developer
Location:  Enfield, Hertfordshire
Travel:    10 miles
Temp/Perm: Permanent


This application has been sent via *******.co.uk

I need to extract with PHP this block of information into an array Key => Value :

    Jobtitle:  Web Developer
    Location:  Enfield, Hertfordshire
    Travel:    10 miles
    Temp/Perm: Permanent