lp:php-net-smtp

Created by VCS imports and last modified
Get this branch:
bzr branch lp:php-net-smtp

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
php-net-smtp
Status:
Development

Import details

Import Status: Invalid

This branch is an import of the Subversion branch from https://svn.php.net/repository/pear/packages/Net_SMTP/trunk.

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log

Whiteboard

branch no longer exists

Recent revisions

158. By jon

Improve quotedata()'s handling of leading dots.

Bug: 18819

157. By jon

Update to Auth_SASL 1.0.5 and its new IANA names.

This latest version of the Auth_SASL package unfortunately introduces
deprecation warnings for the "old" mechanism names, so the only way we can
support this cleanly is to switch to the new names and raise the minimum
required Auth_SASL package version to 1.0.5.

Request: 18837

156. By jon

Fixing date.

155. By jon

Preparing the 1.6.1 release.

154. By jon

Fixing the detection of SASL-based AUTH methods.

Bug #18594

153. By jon

Preparing the 1.6.0 release.

152. By jon

Avoid sending empty lines.

This change modifies the previous patch to explicitly check the length of the
string that was read from the stream. The last fread() operation can return
an empty string, and passing an empty string to _send() can result in a socket
error.

We need to use strlen() here instead of just testing ($line) because PHP
evaluates strings like "0" as FALSE.

151. By jon

Resource-based data streams are no longer terminated prematurely.

Previously, the stream would be terminated if a line began with a period
because fgets() was returning the "\n" at the end of the previous call.

Bug: 18563
Patch by: Michael Slusarz

150. By jon

.gitignore file based on existing svn:ignore props.

149. By jon

Adding initial support for external authentication methods.

New authentication methods can be added (or existing methods replaced) by
calling setAuthMethod($method, $callback).

Submitted by: Emmanuel Dreyfus

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.