API Documentation

Mail/Protocol/Smtp/Auth/Plain.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Mail
subpackage
Protocol
version
$Id: Plain.php 22655 2010-07-22 18:47:20Z mabe $
Classes
Zend_Mail_Protocol_Smtp_Auth_Plain

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Mail_Protocol_Smtp_Auth_Plain

Extends from
Zend_Mail_Protocol_Smtp
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Mail
subpackage
Protocol
Properties
$_username
$_password
Methods
__construct
auth

Description

Performs PLAIN authentication

Properties

$_password

string $_password = ''

PLAIN password

Details

$_password
string
visibility
protected
default
final
false
static
false

$_username

string $_username = ''

PLAIN username

Details

$_username
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( string $host = 127.0.0.1, int $port = null, array $config = null ) : void

Constructor.

Arguments
$host
string
(Default: 127.0.0.1)
$port
int
(Default: null)
$config
array
Auth-specific parameters
Details
visibility
public
final
false
static
false

auth

auth( ) : void

Perform PLAIN authentication with supplied credentials

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.