Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump laminas/laminas-mail from 2.13.1 to 2.14.0 #487

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps laminas/laminas-mail from 2.13.1 to 2.14.0.

Release notes

Sourced from laminas/laminas-mail's releases.

2.14.0

Release Notes for 2.14.0

Feature release (minor)

2.14.0

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

Bug

Documentation

Enhancement

Commits
  • 542686a Merge pull request #140 from glensc/long_header_fields-v2
  • 36e7e27 Merge pull request #143 from glensc/add-mbox-glob
  • dff52fe Rename email files with .eml extension
  • 7ef3d8a Preserve \r\n for *.mbox and *.eml files
  • 74f4242 Update test to expect Headers::FOLDING never change
  • b93be75 Rename MAX_LINE_LENGTH -> SMTP_LINE_LIMIT
  • db94751 Introduce local variable and exccessively document the logic in the loop
  • 4105ce6 Update test to use SmtpProtocol::MAX_LINE_LENGTH constant
  • 43d8da3 Add MAX_LINE_LENGTH constant for magic 998 value
  • 38bc378 Update test to require lines not to be empty
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps [laminas/laminas-mail](https://github.com/laminas/laminas-mail) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/laminas/laminas-mail/releases)
- [Commits](laminas/laminas-mail@2.13.1...2.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 18, 2021
@pmaene pmaene merged commit b4c5abc into master Mar 18, 2021
@pmaene pmaene deleted the dependabot/composer/laminas/laminas-mail-2.14.0 branch March 18, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zend Mail does not conform with RFC2822 by not accepting content which contains additional extra lines.
1 participant