Help for this page

Select Code to Download


  1. or download this
    printf( "[%03d] %s\n", $i, $es->header('From'), $es->header('Subject')
    +);
        print "BODY[".$es->body."]\n\n";
    ...
    bless({
      body   => \"",
    
  2. or download this
    my $es = Email::Simple->new( join '', @{ $imap->get($i) } );
    
                                                   # here!