Mail::Message::Head::Partial

Mail::Message::Head::Partial is a subset of header information of a message.
Download

Mail::Message::Head::Partial Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Overmeer
  • Publisher web site:
  • http://search.cpan.org/~markov/

Mail::Message::Head::Partial Tags


Mail::Message::Head::Partial Description

Mail::Message::Head::Partial is a subset of header information of a message. Mail::Message::Head::Partial is a subset of header information of a message.INHERITANCE Mail::Message::Head::Partial is a Mail::Message::Head::Complete is a Mail::Message::Head is a Mail::ReporterSYNOPSIS my $partial = $head->strip; $partial->isa('Mail::Message::Head') # true $partial->isDelayed # false $partial->isPartial # true $partial->removeFields( qr/^X-/ ); $partial->removeFieldsExcept( qw/To From/ ); $partial->removeResentGroups; $partial->removeListGroup; $partial->removeSpamGroups;Header information consumes a considerable amount of memory. Most of this information is only useful during a short period of time in your program, or sometimes it is not used at all. You then can decide to remove most of the header information. However, be warned that it will be lost permanently: the header (and therefore the messsage) gets mutulated! Requirements: · Perl


Mail::Message::Head::Partial Related Software