NAME
    IM::Recipient - mail/news recipient handler

SYNOPSIS
     use IM::Recipient;

     add_to_rcpt(bcc_flag, addr)
         bcc_flag: register with "bcc" tag
         addr: an address to be registered
         return value: none
              0: success
             -1: failure

     parse_rcpt(bcc_flag, addr_list, need_code_conversion)
         bcc_flag:
              1 = BCC distination
              0 = normal distination
             -1 = parse only
         addr_list: address list string (concatinated with ",")
         return value: number of addresses in the list (-1 if error)

     rcpt_pickup(header, resend_flag, news_only_flag)
         resend_flag: pickup addresses for redistributing mode
         news_only_flag: do not pickup destination addresses for news mode
         return value:
             -1: failure
              0: success

DESCRIPTION
    The *IM::Recipient* module handles recipient of mail/news message.

    This modules is provided by IM (Internet Message).

COPYRIGHT
    IM (Internet Message) is copyrighted by IM developing team. You can
    redistribute it and/or modify it under the modified BSD license. See the
    copyright file for more details.

