parsing text from email message

parsing text from email message

I would like to parse a text inserted to a form by email. The text may have several lines and I would like to insert each line separately to another form. Is there any method of tokenizing text by lines. I tried getPrefix with \n but didn't get anything.