IM::TcpTransaction.3pm

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

IM::TcpTransaction - TCP transaction processing interface for SMTP and NNTP

SYNOPSIS

  use IM::TcpTransaction;
 
  $socket = &connect_server(server_list, protocol, log_flag);
  $return_code = &tcp_command(socket, command_string, log_flag);
  @response = &command_response;
  &set_command_response(response_string_list);
 
 

DESCRIPTION

The IM::TcpTransaction module handles TCP transaction for SMTP and NNTP.

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.