about summary refs log tree commit
DateCommit message (Expand)
2010-05-31Release 1.22_01 v1.22_01
2010-05-31fix netrc tests
2010-03-10Allow finding _netrc on machines that do not support .netrc
2010-03-10Avoid infinite recursion in rmdir
2009-09-25Avoid long hang on Mac OS X when hostname is *.local by not calling gethostby...
2009-09-22[rt.cpan.org #49920] Fix URL
2009-06-13Ensure REST is sent directly before command being restarted
2009-02-24Catch timeout condition while doing an abort
2009-02-24Use uppercase characters for xtext encoding
2009-02-24Avoid warnings when server do not prefix messages with codes
2009-02-24Send ALLO command just before the store command
2009-02-24Allow words other than FILE to prefix the unique name returned in info messag...
2009-02-24Make ->supported check ->feature
2009-02-24Encode . as .. when datasend is called with a buffer that starts with \012. and
2009-02-24Document that timeout is in seconds
2009-02-24Add support for LocalAddr to be passed to ->new
2009-02-24Set $@ when -> returns undef
2009-02-24Allow group to set to a group named "0"
2009-02-24Exchange defines private commands prefixed with X-, so we need
2009-02-24Add ->passive method to switch between PORT/PASV connections
2009-02-24Do not create/pass a remote name if one is not given to put_unique
2009-02-24Release 1.22 v1.22
2009-02-24Update to handle PERL_CORE
2009-02-24Better detection of utf8 string
2009-02-24Fix doc typo
2009-02-24Only call is_utf8 if perl > 5.8.0
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