debian man page for im::recipient

Query: im::recipient

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IM::Recipient(3pm)					   Internet Message Perl modules					IM::Recipient(3pm)

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. IM151 2011-05-25 IM::Recipient(3pm)
Related Man Pages
imtar(1p) - debian
qmail-remote(8) - linux
im::scan(3pm) - debian
im::md5(3pm) - debian
qmail-remote(8) - hpux
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results