Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-mail 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Apr 20:35
· 353 commits to master since this release

Added

  • #41 adds support for IMAP delimiters in the IMAP storage adapter.
  • #80 adds:
    • Zend\Mail\Protocol\SmtpPluginManagerFactory, for creating and returning an SmtpPluginManagerFactory instance.
    • Zend\Mail\ConfigProvider, which maps the SmtpPluginManager to the above factory.
    • Zend\Mail\Module, which does the same, for zend-mvc contexts.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.