Email-MIME
view release on metacpan or search on metacpan
lib/Email/MIME.pm view on Meta::CPAN
use parent qw(Email::Simple);
use Carp ();
use Email::MessageID;
use Email::MIME::Creator;
use Email::MIME::ContentType 1.023; # build_content_type
use Email::MIME::Encode;
use Email::MIME::Encodings 1.314;
use Email::MIME::Header;
use Encode 1.9801 ();
use Scalar::Util qw(reftype weaken);
our @CARP_NOT = qw(Email::MIME::ContentType);
our $MAX_DEPTH = 10;
our $CUR_PARTS = 0;
our $MAX_PARTS = 100;
#pod =head1 SYNOPSIS
#pod
lib/Email/MIME.pm view on Meta::CPAN
if ($differ) {
$part->parts_set(\@subparts);
$changed{ 0+$part }++;
}
}
return $part;
};
$walk_weak = $walk;
weaken $walk_weak;
my $rv = $walk->($self);
undef $walk;
return $rv;
}
sub _compose_content_type {
my ($self, $ct_header) = @_;
( run in 0.515 second using v1.01-cache-2.11-cpan-0d8aa00de5b )