Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_Attachment
  • Swift_EmbeddedFile
  • Swift_Image
  • Swift_Message
  • Swift_Mime_Attachment
  • Swift_Mime_ContentEncoder_Base64ContentEncoder
  • Swift_Mime_ContentEncoder_NativeQpContentEncoder
  • Swift_Mime_ContentEncoder_PlainContentEncoder
  • Swift_Mime_ContentEncoder_QpContentEncoder
  • Swift_Mime_EmbeddedFile
  • Swift_Mime_Grammar
  • Swift_Mime_HeaderEncoder_Base64HeaderEncoder
  • Swift_Mime_HeaderEncoder_QpHeaderEncoder
  • Swift_Mime_Headers_AbstractHeader
  • Swift_Mime_Headers_DateHeader
  • Swift_Mime_Headers_IdentificationHeader
  • Swift_Mime_Headers_MailboxHeader
  • Swift_Mime_Headers_ParameterizedHeader
  • Swift_Mime_Headers_PathHeader
  • Swift_Mime_Headers_UnstructuredHeader
  • Swift_Mime_MimePart
  • Swift_Mime_SimpleHeaderFactory
  • Swift_Mime_SimpleHeaderSet
  • Swift_Mime_SimpleMessage
  • Swift_Mime_SimpleMimeEntity
  • Swift_MimePart

Interfaces

  • Swift_Mime_CharsetObserver
  • Swift_Mime_ContentEncoder
  • Swift_Mime_EncodingObserver
  • Swift_Mime_Header
  • Swift_Mime_HeaderEncoder
  • Swift_Mime_HeaderFactory
  • Swift_Mime_HeaderSet
  • Swift_Mime_Message
  • Swift_Mime_MimeEntity
  • Swift_Mime_ParameterizedHeader

Class Swift_Message

The Message class for building emails.

Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
Extended by Swift_Mime_MimePart
Extended by Swift_Mime_SimpleMessage implements Swift_Mime_Message
Extended by Swift_Message
Package: Swift\Mime
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Message.php

Methods summary

public
# __construct( string $subject = null, string $body = null, string $contentType = null, string $charset = null )

Create a new Message. Details may be optionally passed into the constructor.

Create a new Message. Details may be optionally passed into the constructor.

Parameters

$subject
string
$subject
$body
string
$body
$contentType
string
$contentType
$charset
string
$charset

Overrides

Swift_Mime_SimpleMessage::__construct
public static Swift_Mime_Message
# newInstance( string $subject = null, string $body = null, string $contentType = null, string $charset = null )

Create a new Message.

Create a new Message.

Parameters

$subject
string
$subject
$body
string
$body
$contentType
string
$contentType
$charset
string
$charset

Returns

Swift_Mime_Message
public
# addPart( string|Swift_OutputByteStream $body, string $contentType = null, string $charset = null )

Add a MimePart to this Message.

Add a MimePart to this Message.

Parameters

$body
string|Swift_OutputByteStream
$body
$contentType
string
$contentType
$charset
string
$charset
public
# __wakeup( )

Methods inherited from Swift_Mime_SimpleMessage

__toString(), _getIdField(), addBcc(), addCc(), addFrom(), addReplyTo(), addTo(), attach(), detach(), embed(), getBcc(), getCc(), getDate(), getFrom(), getNestingLevel(), getPriority(), getReadReceiptTo(), getReplyTo(), getReturnPath(), getSender(), getSubject(), getTo(), setBcc(), setCc(), setDate(), setFrom(), setPriority(), setReadReceiptTo(), setReplyTo(), setReturnPath(), setSender(), setSubject(), setTo(), toByteStream(), toString()

Methods inherited from Swift_Mime_MimePart

_convertString(), _fixHeaders(), _setNestingLevel(), charsetChanged(), getCharset(), getDelSp(), getFormat(), setBody(), setCharset(), setDelSp(), setFormat()

Methods inherited from Swift_Mime_SimpleMimeEntity

__destruct(), _clearCache(), _getCache(), _getGrammar(), _getHeaderFieldModel(), _getHeaderParameter(), _setHeaderFieldModel(), _setHeaderParameter(), encoderChanged(), generateId(), getBody(), getBoundary(), getChildren(), getContentType(), getDescription(), getEncoder(), getHeaders(), getId(), getMaxLineLength(), getRandomId(), setBoundary(), setChildren(), setContentType(), setDescription(), setEncoder(), setId(), setMaxLineLength()

Magic methods summary

Constants summary

Constants inherited from Swift_Mime_MimeEntity

LEVEL_ALTERNATIVE, LEVEL_MIXED, LEVEL_RELATED, LEVEL_TOP

Properties summary

Properties inherited from Swift_Mime_MimePart

$_userCharset, $_userDelSp, $_userFormat

Properties inherited from Swift_Mime_SimpleMimeEntity

$_userContentType

Blesta API documentation generated by ApiGen 2.8.0