Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laminas Mail Laravel Package

laminas/laminas-mail

Abandoned Laminas component for composing, parsing, and sending email messages. No further development; use ddeboer/imap for IMAP, zbateson/mail-mime-parser for MIME parsing, and symfony/mailer for sending mail.

View on GitHub
Deep Wiki
Context7
2.25.1

Release Notes for 2.25.1

2.25.x bugfix release (patch)

2.25.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug,Documentation

2.25.0

Release Notes for 2.25.0

Feature release (minor)

2.25.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.24.0

Release Notes for 2.24.0

Feature release (minor)

2.24.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.22.0

Release Notes for 2.22.0

Feature release (minor)

2.22.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.21.1

Release Notes for 2.21.1

2.21.x bugfix release (patch)

2.21.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.21.0

Release Notes for 2.21.0

Feature release (minor)

2.21.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

renovate

2.20.0

Release Notes for 2.20.0

Feature release (minor)

2.20.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

2.19.0

Release Notes for 2.19.0

Feature release (minor)

2.19.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

renovate

2.18.0

Release Notes for 2.18.0

Feature release (minor)

2.18.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.16.0

Release Notes for 2.16.0

Feature release (minor)

2.16.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Enhancement

Bug,Enhancement

Bug

2.15.1

Release Notes for 2.15.1

2.15.x bugfix release (patch)

2.15.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.14.3

Release Notes for 2.14.3

2.14.x bugfix release (patch)

2.14.3

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

2.15.0

Release Notes for 2.15.0

Feature release (minor)

2.15.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 4

Enhancement

Bug

Enhancement,Help Wanted,hacktoberfest-accepted

2.14.2

Release Notes for 2.14.2

2.14.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.14.1

Release Notes for 2.14.1

2.14.x bugfix release (patch)

2.14.1

  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 3

Bug

Enhancement

2.13.1

Release Notes for 2.13.1

2.13.x bugfix release (patch)

2.13.1

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Enhancement

Bug

2.13.0

2.13.0 - 2021-01-26


Release Notes for 2.13.0

2.13.0

  • Total issues resolved: 1
  • Total pull requests resolved: 6
  • Total contributors: 6

Bug

Duplicate,Enhancement

Enhancement

2.12.5

2.12.5 - 2020-12-31


Release Notes for 2.12.5

2.12.x bugfix release (patch)

2.12.5

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.12.4

Release Notes for 2.12.4

2.12.4

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 1

Bug

2.12.3

Release 2.12.3

2.12.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug,Documentation

2.12.2

Release 2.12.2

2.12.2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Bug

2.12.1

Release 2.12.1

2.12.1

2.12.0

Added

  • #95 adds a new interface, Laminas\Mail\Header\HeaderLocatorInterface. This defines classes that will locate header classes based on an email header name.

  • #95 adds a new class, Laminas\Mail\Header\HeaderLocator, implementing Laminas\Mail\Header\HeaderLocatorInterface. This is the default implementation of that new interface.

  • #95 adds the methods setHeaderLocator(Laminas\Mail\Header\HeaderLocatorInterface $locator) and getHeaderLocator(): Laminas\Mail\Header\HeaderLocatorInterface to the Laminas\Mail\Headers implementation. Users are encouraged to use these when providing custom header implementations in order to prepare for a 3.0 release. The value of getHeaderLocator() will now be used as the default mechanism for resolving header names to header classes.

  • #94 and #99 add the "novalidatecert" option for each of the POP3, IMAP, and SMTP protocol implementations. When toggled true, you can connect to servers using self-signed certificates.

Changed

  • #95 bumps the minimum supported PHP version to 7.1.

Deprecated

  • #99 deprecates the Laminas\Mail\Protocol\AbstractProtocol::_connect() method, as it is no longer used internally.

  • #95 deprecates Laminas\Mail\Header\HeaderLoader in favor of the new Laminas\Mail\Header\HeaderLocator class. The class will be removed in version 3.0.0.

  • #95 deprecates the Headers::getPluginClassLoader() and Headers::setPluginClassLoader() methods, in favor of the new setHeaderLocator() and getHeaderLocator() methods. These methods will be removed in version 3.0.0, and laminas-loader PluginClassLocator instances will no longer be supported. Please update your code to use the new HeaderLocatorInterface instead.

Removed

  • #98 removes Laminas\Mail\Transport\Null, as it is unusable with the new minimum supported PHP version (7.1). Users should use Laminas\Mail\Transport\InMemory instead. As this has been the default when requesting a "null" transport from Laminas\Mail\Transport\Factory for the past several minor releases, end-users should be unaffected. However, users are encouraged to specify "inmemory" instead of "null" when requiring a no-op transport.

Fixed

  • Nothing.
2.11.1

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #97 adds code to Header\ContentType::addParameter() to ensure the value is trimmed of whitespace, fixing issues whereby filenames might contain a leading or trailing space.
2.11.0

Added

  • #31 adds the class Laminas\Main\Header\ContentDisposition, which implements Laminas\Mail\Header\UnstructuredInterface, and which provides propery encoding and escaping for Content-Disposition mail headers.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #31 provides a fix to ensure that the Content-Disposition header is properly encoded.
2.10.2

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #89 corrects two parameter typehints within the Storage subcomponent to correctly detail what they allow.

  • #93 fixes an issue whereby an address containing a ; character was not getting quoted, causing it to be interpreted as an address separator instead of part of the address.

2.10.1

Added

  • #81 adds PHP 7.3 and 7.4 support.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #83 fixes PHPDocs in Transport\InMemory (last message can be null).

  • #84 fixes PHP 7.4 compatibility.

  • #82 fixes numerous issues in Storage\Maildir. This storage adapter was not working before and unit tests were disabled.

  • #75 fixes how Laminas\Mail\Header\ListParser::parse() parses the string with quotes.

  • #88 fixes recognising encoding of Subject and GenericHeader headers.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor