Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_FailoverTransport
  • Swift_LoadBalancedTransport
  • Swift_MailTransport
  • Swift_Plugins_Loggers_ArrayLogger
  • Swift_Plugins_Loggers_EchoLogger
  • Swift_SendmailTransport
  • Swift_SmtpTransport
  • Swift_Transport_AbstractSmtpTransport
  • Swift_Transport_Esmtp_Auth_CramMd5Authenticator
  • Swift_Transport_Esmtp_Auth_LoginAuthenticator
  • Swift_Transport_Esmtp_Auth_PlainAuthenticator
  • Swift_Transport_Esmtp_AuthHandler
  • Swift_Transport_EsmtpTransport
  • Swift_Transport_FailoverTransport
  • Swift_Transport_LoadBalancedTransport
  • Swift_Transport_MailTransport
  • Swift_Transport_SendmailTransport
  • Swift_Transport_SimpleMailInvoker
  • Swift_Transport_StreamBuffer

Interfaces

  • Swift_Plugins_Logger
  • Swift_Plugins_Pop_Pop3Exception
  • Swift_Transport
  • Swift_Transport_Esmtp_Authenticator
  • Swift_Transport_EsmtpHandler
  • Swift_Transport_IoBuffer
  • Swift_Transport_MailInvoker
  • Swift_Transport_SmtpAgent
  • Swift_TransportException
  • Overview
  • Package
  • Class
  • Todo
  • Download

Interface Swift_Transport_EsmtpHandler

An ESMTP handler.

Direct known implementers

Swift_Transport_Esmtp_AuthHandler
Package: Swift\Transport
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
Methods summary
public boolean
# getHandledKeyword( )

Get the name of the ESMTP extension this handles.

Get the name of the ESMTP extension this handles.

Returns

boolean
public
# setKeywordParams( array $parameters )

Set the parameters which the EHLO greeting indicated.

Set the parameters which the EHLO greeting indicated.

Parameters

$parameters
public
# afterEhlo( Swift_Transport_SmtpAgent $agent )

Runs immediately after a EHLO has been issued.

Runs immediately after a EHLO has been issued.

Parameters

$agent
to read/write
public string[]
# getMailParams( )

Get params which are appended to MAIL FROM:<>.

Get params which are appended to MAIL FROM:<>.

Returns

string[]
public string[]
# getRcptParams( )

Get params which are appended to RCPT TO:<>.

Get params which are appended to RCPT TO:<>.

Returns

string[]
public
# onCommand( Swift_Transport_SmtpAgent $agent, string $command, int[] $codes = array(), string[] & $failedRecipients = null, boolean & $stop = false )

Runs when a command is due to be sent.

Runs when a command is due to be sent.

Parameters

$agent
to read/write
$command
to send
$codes
expected in response
$failedRecipients
$failedRecipients
$stop
$stop to be set true if the command is now sent
public integer
# getPriorityOver( string $esmtpKeyword )

Returns +1, -1 or 0 according to the rules for usort(). This method is called to ensure extensions can be execute in an appropriate order.

Returns +1, -1 or 0 according to the rules for usort(). This method is called to ensure extensions can be execute in an appropriate order.

Parameters

$esmtpKeyword
to compare with

Returns

integer
public string[]
# exposeMixinMethods( )

Returns an array of method names which are exposed to the Esmtp class.

Returns an array of method names which are exposed to the Esmtp class.

Returns

string[]
public
# resetState( )

Tells this handler to clear any buffers and reset its state.

Tells this handler to clear any buffers and reset its state.

CMS CONTENIDO 4.9.7 API documentation generated by ApiGen