NAME
    Mail::Message::Language::Japanese::Subject - functions for Japanese
    subject.

SYNOPSIS
     use Mail::Message::Language::Japanese::Subject;
     $is_reply = Mail::Message::Language::Japanese::Subject::is_reply($subject);

DESCRIPTION
    a collection to handle Japanese specific representations which appears
    in the subject.

METHODS
  is_reply($string)
    check whether $string looks like a reply message. $string is a
    "Subject:" of the mail header. For example, it is like this:

      Re: reply to your messages

  cutoff_reply_tag($subject)
    cut off "Re:" in the string $subject like "Re: ... " within "Subject:".

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 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::Language::Japanese::Subject first appeared in fml8
    mailing list driver package. See "http://www.fml.org/" for more details.

