IM::Recipient(3pm) | Internet Message Perl modules | IM::Recipient(3pm) |
IM::Recipient - mail/news recipient handler
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
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.
2016-10-10 | IM153 |