about summary refs log tree commit
DateCommit message (Collapse)
2003-06-13Release 1.15 v1.15
2003-06-13Net::FTP
- Fix merge error spotted by Slaven Rezic
2003-06-13Set INSTALLDIRS to 'perl' for perl >= 5.008
2003-06-13Add SIGNATURE
2003-06-02Release 1.14 v1.14
2003-06-02Net::Cmd
- Avoid process death from SIGPIPE
2003-05-27Net::FTP
- Support for ALLO command (patch from Matthew N. Andrews)
2003-05-27libnetFAQ
- Fix URLs
2003-05-21Use read/print instead of sysread/syswrite for local files
so CRLF translation happens if it needs to
2003-05-20Net::FTP, Net::NNTP
- doc updates from Jarkko
2003-05-20Net::Domain
- Look in environment on VMS for domainname (patch from Michael Cartmell)
2003-05-20Net::SMTP
- Allow multiple hosts to be passed to new() as an array reference
2003-05-20Net::FTP
- Add some error checking to the examples in the SYNOPSIS
2003-05-20Net::SMTP
- Support MTAs with broken HELO response (patch from Michael Driscoll)
2003-05-20Net::POP3
- Add small example to SYNOPSIS
2003-05-20Net::NNTP
- Add post clarifications to pod
2003-05-20Net::SMTP, Net::Cmd
- Support for BINARYMIME (patch from Richard Coles)
2003-05-20Net::FTP
- Allow the firewall type to be specified in Net::Config (patch from Philip Newton)
2003-05-20Net::SMTP
- Fixes to the DSN parameter to mail() (patch from Rafael Garcia-Suarez)
2003-05-20Net::FTP::A
- Fix CRLF translation in write()
2003-05-20Net::Cmd
- Improve performance of CRLF translation when sending data
2003-05-20Net::SMTP
- Make the use of email address extraction configurable. By default it is now back how it was
2003-05-20Net::NNTP
- Prevent instance methods being called as class methods when debug is turned on
2003-03-03Release 1.13 v1.13
2002-11-03Fix typo
2002-09-23Net::POP3
- Make more compilant. +OK and -ERR responses do not have to be followed by a space.
2002-09-23Net::FTP
- Fix unique name extraction to pick up name on initial response, not just the final response
2002-07-18Net::Cmd
- Compatability fix for 5.004
2002-07-16Net::Cmd
- Ensure all debug output is via ->debug_print
2002-07-15Net::FTP
- Allow the user to specify a local address to use for sockets
2002-07-15Net::SMTP
- Avoid extra spaces on the end of the AUTH command
2002-05-28Release 1.12 v1.12
2002-05-28Net::SMTP
- Use Authen::SASL to do auth
2002-05-24Net::SMTP
- Minor change to address sanitize code, mainly to allow <>
2002-05-24Net::FTP
- Minor change to pattern to extract unique filename from server response
2002-04-02Release 1.11 v1.11
2002-04-02Net::FTP::dataconn
- Fix for select to avoid occasional hangups
2002-04-02Tweak parsing of hello response
2002-02-28Release 1.10 v1.10
2002-02-28Net::FTP::I
- Don't call sysread multiple times after calling select() as it may block.
2002-02-25Net::POP3
- Patches from Ville Skytta for various cleanup and use Digest::MD5
2002-02-25Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP
- Add support for returning tied filehandles from some operations
2002-02-25Net::Config
- New config script for MacOS from Chris Nandor
2002-02-25Net::FTP
- Allow tied handles to be passed to get/put
2002-02-25t/*
- Skip tests if no Socket module
2002-02-25t/netrc.t
- Fix RE context
2002-02-25Net::Cmd
- Pod changes from Robin Barker
2002-02-22Net::FTP
- Don't do EBCDIC translation on a binary transfer
2002-02-22Net::FTP
- Fix docs for anonymous login
2002-02-22Net::SMTP
- Support binding to a local port/address