2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64) |
Log message:
Reset maintainer, developer has left the building
|
2011-06-19 17:52:23 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Net_SMTP pacakge to 1.6.0.
Release date: 2011-06-06 04:41 UTC
Release state: stable
Changelog:
- Adding a new command() method for sending arbitrary SMTP commands.
- More kinds of socket write() failures are now detected.
- Improved PEAR_Error internal handling. (Bug 18469)
- External authentication methods are now supported via setAuthMethod().
- Resource-based data streams are no longer terminated prematurely. (Bug 18563)
|
2011-05-16 15:17:31 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Net_SMTP package to 1.5.2.
1.5.2 (stable) 2011-04-17 02:29 UTC
- Avoid requesting immediate socket timeouts. (Bug 18335)
- Added support for passing additional socket options. (Request 18418)
1.5.1 (stable) 2011-03-11 06:27 UTC
- Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538)
- Fixing the default socket timeout. (Bug 18335)
1.5.0 (stable) 2011-02-07 04:11 UTC
- Avoid appending an extra space in mailFrom() when $params is empty. (Bug
17989)
- Differentiating between a connection timeout and general socket I/O
timeouts. (Request 18197)
|
2010-12-22 16:45:38 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Upadte pear-Net_SMTP package to 1.4.4.
1.4.4 2010-10-21 16:53 UTC
Changelog:
Corrected a problem with SMTP servers that don't support the SIZE
feature. (Bug 17942)
1.4.3 2010-10-11 01:14 UTC
Changelog:
- Reduce peak memory usage when sending large files. (Request 17887)
- Adding support for proxy authentication. (Request 17358)
|
2010-03-15 17:39:39 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Net_SMTP package to 1.4.2.
Changelog:
Fixing header string quoting in data(). (Bug #17199)
|
2010-02-06 16:57:38 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Net_SMTP from 1.3.0 to 1.4.1
1.4.1
The auth() method now includes an optional $tls parameter that determines
whether or not TLS should be attempted (if supported by the PHP runtime and
the remote SMTP server). This parameter defaults to true. (Bug #16349)
Header data can be specified separately from message body data by passing it
as the optional second parameter to ``data()``. This is especially useful when
an open file resource is being used to supply message data because it allows
header fields (like *Subject:*) to be built dynamically at runtime. (Request
#17012)
1.4.0
The data() method now accepts either a string or a file resource containing
the message data. (Request #16962)
1.3.4
All Net_Socket write failures are now recognized. (Bug #16831)
1.3.3
- Added getGreeting(), for retrieving the server's greeting string. (Request
#16066)
- We no longer attempt a TLS connection if we're already using a secure
socket. (Bug #16254)
- You can now specify a debug output handler via setDebug(). (Request #16420)
1.3.2
- TLS connection only gets started if no AUTH methods are sent. (Bug #14944)
1.3.1
- Invalid response arrays were returning false instead of a PEAR_Error
object. (Thomas Berger)
|
2010-02-04 17:36:06 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message:
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
|
2008-04-30 21:32:34 by Adrian Portelli | Files touched by this commit (2) |
Log message:
1.3.0
The VRFY command now accepts 252 as a valid response code. (Bug 5083)
The mailFrom() and rcptTo() methods now support additional arbitrary parameters. \
(Request 6339)
Upgraded to package.xml version 2 (via package2.xml).
Updated the license to PHP 3.0.1.
Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan \
Ohrn, johan@oern.mine.nu).
We now use package.xml version 2 exclusively.
Skip unit tests when the configuration file is not available.
Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206)
Add getServiceExtensions (slusarz@curecanti.org, Bug 13763)
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-05-06 00:09:20 by Adrian Portelli | Files touched by this commit (19) |
Log message:
PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
|