IM::Recipient.3pm

Langue: en

Autres versions - même langue

Version: 2010-02-15 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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).

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.