about summary refs log tree commit
DateCommit message (Collapse)
2009-02-24Release 1.18 v1.18
2009-02-24Add META.yml
2009-02-24"Add support for XVERP"
2009-02-24Don'ttry to delete . or .. when doing a recursive delete
2009-02-24Only send RSET command if we have deleted some messages
2009-02-24"Check for defined response from recv"
2009-02-24Avoid undef warnings
2009-02-24POD updates from Larry Hixson
2009-02-24Suppress warning from -f if handle is not real (ie tied)
2009-02-24Add POD for authinfo
2009-02-24Prepare 1.18
2009-02-24Allow host to be passed as an option instead of the first arg
2003-11-06Fix POD wrt. not passing a Hello parameter
2003-11-05Added support for CAPA command Added ->banner method to return the banner ↵
received from the server during connect Added ->auth method for performaing authentication using SASL, requires Authen::SASL
2003-10-29Fix POD formatting issues
2003-10-20Net::Cmd
- Fix bug in CRLF translation in datasend/dataend
2003-10-20Net::SMTP
- Added Host option as an alternative way to pass host to connect to - Added ->host method to return name of connected host
2003-10-18Net::FTP
- Ensure values returned by PASV are used as decimal values and not octal if the server happens to return leading zeros
2003-10-18Net::FTP
- Support some non-standard servers that place the word bytes in the response to SIZE
2003-10-13Net::FTP
- Don't truncate local file during ->get after ->restart has been called
2003-09-25Release 1.17 v1.17
2003-09-25Net::FTP
- documentation fixes
2003-09-25Net::FTP
- Allow spaces after the file size in the response to SIZE
2003-09-25Net::Domain
- Avoid infinite loop
2003-06-18Release 1.16 v1.16
2003-06-17Net::FTP
- Fix uninit warning when sending the ALLO command inside put
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