Scroll to navigation

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

NAME

IM::Nntp - NNTP hanlder

SYNOPSIS

 use IM::Nntp;
 $return_code = &nntp_transaction(server_list, newsgroups,
     part_current, part_total, authuser);
 $return_code = &nntp_close;

Other subroutines: nntp_open nntp_article nntp_list nntp_command nntp_command_response nntp_next_response nntp_get_message nntp_get_msg nntp_head_as_string nntp_spec

DESCRIPTION

The IM::Nntp module handles NNTP.

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.

2016-10-10 IM153