Net::QMTP - Quick Mail Transfer Protocol (QMTP) client

Copyright (c) 2003 James Raftery <james@now.ie>. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Please submit bug reports, patches and comments to the author.
Latest information at http://romana.now.ie/#net-qmtp

$Id: README,v 1.8 2003/08/22 16:01:38 james Exp $

This module is an object interface to the Quick Mail Transfer
Protocol (QMTP). QMTP is a replacement for the Simple Mail Transfer
Protocol (SMTP). It offers increased speed, especially over high
latency links, pipelining, 8-bit data transmission and predeclaration
of line-ending encoding.

See the Net::QMTP man page that was installed with this module for
information on how to use it in your perl programs. You require version
0.04 or later of the Text::Netstring module.

Net::QMTP installs without any black magic:

	perl Makefile.PL
	make
	make test
	make install

'make test' will output some errors (``Socket is not defined at t/qmtp.t
line...''). That's intentional (some of the tests verify that things
that should cause errors do just that).


THANKS

A thank you to people who've helped out;

 Paul G. Weiss - fix for breakage on OSs that have 'text' and 'binary' IO