summaryrefslogtreecommitdiff
path: root/program/lib/Net/Socket.php
AgeCommit message (Collapse)Author
2014-08-27Remove 3rd party libs from our repository and define the dependencies in ↵Thomas Bruederli
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies.
2013-05-24Fix connecting when host is specified with protocol prefix e.g. ssl://Aleksander Machniak
2013-05-22Fix warning when using IP address as hostname in Net_SocketAleksander Machniak
2013-05-16Fix Net_Socket bug with no timeout (failed connection in managesieve plugin)Aleksander Machniak
2013-05-15Fix SMTP connection using IPv6 address in smtp_server option (#1489024), ↵Aleksander Machniak
update Net_Socket package
2011-01-20- Updated PEAR::Net_Socket to 1.0.10alecpl
2008-12-18- updated bundled Net_Socket to 1.0.9alecpl
2008-01-29 * updated bundled Net_Socket to 1.0.8till
* updated bundled Net_SMTP to 1.2.10
2005-10-03Minor bugfixes and SMTP supportthomascube