Help for this page
if( blah blah blah ) { my $email_text = join( '', $POPobject->get ); $MIMEobject = Email::MIME->new( $email_text ); };
$MIMEobject->DESTROY;