Help for this page

Select Code to Download


  1. or download this
    X-POP3-Rcpt: hidden@hidden.org
    Received: from hidden (hidden [111.111.111.111])
    ...
    # encoded datafile here
    
    ------=_NextPart_000_0009_01C1F2E4.71D6C390--
    
  2. or download this
    use Mail::POP3Client;
    use MIME::Parser;
    ...
    
    my $parser = new MIME::Parser;
    $entity = $parser->parse_data(\@message);