Hi i'm using the Net::POP3 module for reading my email, but it doesn't feature a method that lets you get the body of the email directly.
So I have to construct a regex in order to get it.
The problem is that I can't get it right.
I want to match all lines after an empty line (aka \n\n).
What would be the correct regex?