about summary refs log tree commit
DateCommit message (Expand)
2009-02-24Release 1.21 v1.21
2009-02-24Add comments
2009-02-24Version update
2009-02-24Doc update
2009-02-24Add support for RFC2389 FEAT command
2009-02-24Run through perltidy
2009-02-24Do not remove last character of line when adding \r
2009-02-24Fix bug causing utf8 encoding of 8bit strings
2009-02-24RT#18456 Add support for ENVID and AUTH. Patch by Mark Martinec
2009-02-24Fix URLs and Copyright
2009-02-24Doc update
2009-02-24Fix precedence. Patch from Brendan O\'Dea
2009-02-24Change passive to be default
2009-02-24Release 1.20 v1.20
2009-02-24Fix slow regexp in data when scalar passed has utf8 flag set
2009-02-24Added support for ORCPT
2009-02-24 r1979@snout: gbarr | 2006-06-12 09:54:19 -0500
2009-02-24Fix SASL auth (Thanks Achim Grolms and Dennis Putnam)
2009-02-24Doc update for Net::Domain and additional test from Steve Peters
2009-02-24Fix typo
2009-02-24Silence uninitialized value warnings in Net::Cmd during testing on Win32 (fro...
2009-02-24Fix POD typos (from Piotr Fusik)
2009-02-24Try upper and lower USER command
2009-02-24More restrictive matching of response lines
2009-02-24Add missing comma to POD examples
2009-02-24Handle CRLF that cross a block boundary
2009-02-24Release 1.19 v1.19
2009-02-24Fixed Authen::SASL checking in SMTP.pm and POP3.pm
2009-02-24Fixed bug that a restarted get with Net::FTP did not append to local file
2009-02-24Ignore select() failure if is a file handle
2009-02-24test return values of datasend and dataend
2009-02-24Make test output more readable
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 rec...
2003-10-29Fix POD formatting issues
2003-10-20Net::Cmd
2003-10-20Net::SMTP
2003-10-18Net::FTP