NAME
    Mail::Message::Utils - utility functions for Mail::Message.

SYNOPSIS
       use Mail::Message::Utils;
       return Mail::Message::Utils::delete_subject_tag_like_string($str);

DESCRIPTION
    utility function for message manipulation. Currently only
    delete_subject_tag_like_string() is implemented.

METHODS
  delete_subject_tag_like_string(str)
    remove subject tag like string such as [elena 100].

  from_address_to_name($address)
    extract gecos field in $address with shielding the real address.

  get_time_from_header
    return formated time of message Date:.

  search_program($file [, $path_list ])
    search $file. $path_list is the ARRAY_REF. It searches it among
    $path_list if specified.

    The default search path list is

      ('/usr/bin', '/bin', '/sbin', ' /usr/local/bin',
       '/usr/gnu/bin', '/usr/pkg/bin')

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2001,2002,2003,2004,2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    Mail::Message::Utils first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

