I am connecting to an imap server over ssl using Net::IMAP::Simple::SSL. After I connect to the server I download all messages and store them in files. Once the Message has been received I want to store the subject and the body of the message in variables. How Can I do this? I was looking at Email::Abstract and Mail::Internet but I couldn't figure out how to use these packages with the IMAP Package I am currently using. How is the best way to acomplish this?