logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

       This modules is provided by IM (Internet Message).

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

See Also