about summary refs log tree commit
DateCommit message (Collapse)
2013-08-08Release 1.22_02 v1.22_02
2013-08-08Note that two existing changes resolve open CPAN RT tickets
2013-08-08Update Changes for existing changes in the repo since 1.22_01 and for
new maintainer and subsequent changes so far
2013-08-07Add new time.t file to MANIFEST
2013-08-06Bump $VERSION in all modules changed since 1.22_01
2013-08-06Bump $VERSION in changed module
All other modules changed between 1.22 and 1.22_01 already have their $VERSIONs bumped.
2013-08-06Add new maintainer information, with updated CPAN and GitHub links
2013-08-06Sync test suite with bleadperl
Apply patch from CPAN RT #87469.
2013-02-19Merge pull request #4 from chorny/master
better documentation for Net::SMTP (written from my own experience starting using it)
2013-02-19Add error check in example. Made several things more
clear in documentation (like requirement for Authen::SASL for auth).
2013-02-18Document that Net::Cmd::message returns a list in list contenxt
2012-07-16Use correct TAP syntax to show reason for skipping (ftp) tests.
Separate ftp_testhost and test_hosts checks.
2012-07-16Just some whitespace formatting and a POD typo correction
2012-07-16Merge pull request #2 from chorny/master
small errors in pod
2011-09-30correct link to RFC (RT#68749)
2011-09-30typo
2011-01-23Use of undefined value at line 54 and 72.
2011-01-23Minor pod lint - remove whitespace.
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 ↵
gethostbyname *.local names are special on darwin. If we call gethostbyname below, it may hang while waiting for another, non-existent computer to respond.
2009-09-22[rt.cpan.org #49920] Fix URL
I'm trying to update various URLs in the Perl source code. Here's a quick patch.
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 ↵
message from stou
2009-02-24Make ->supported check ->feature
2009-02-24Encode . as .. when datasend is called with a buffer that starts with \012. and
the previous buffer ended with \015
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
to allow commands parsed from the helo response to contain -'s even though that is not standard
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