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

[Mailer] rename SmtpEnvelope to Envelope #33562

Merged
merged 1 commit into from Sep 13, 2019
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Sep 12, 2019

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

Drop the Smtp prefix so that arbitrary transports do not have to depend
on SMTP specific concepts.

@xabbuh
Copy link
Member Author

xabbuh commented Sep 12, 2019

/cc @fbourigault

src/Symfony/Component/Mailer/CHANGELOG.md Outdated Show resolved Hide resolved
Drop the Smtp prefix so that arbitrary transports do not have to depend
on SMTP specific concepts.
@fabpot
Copy link
Member

fabpot commented Sep 12, 2019

@xabbuh You forgot some renamings (see tests)

@xabbuh
Copy link
Member Author

xabbuh commented Sep 13, 2019

@fabpot This seems to be related to how the mailer bridges tests are executed. The classes are actually updated.

@fabpot
Copy link
Member

fabpot commented Sep 13, 2019

Thank you @xabbuh.

fabpot added a commit that referenced this pull request Sep 13, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

[Mailer] rename SmtpEnvelope to Envelope

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Drop the Smtp prefix so that arbitrary transports do not have to depend
on SMTP specific concepts.

Commits
-------

5e2c6da rename SmtpEnvelope to Envelope
@fabpot fabpot merged commit 5e2c6da into symfony:4.4 Sep 13, 2019
@xabbuh xabbuh deleted the mailer-envelope branch September 13, 2019 14:24
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
chapa added a commit to chapa/symfony that referenced this pull request Nov 21, 2019
* Class `SmtpEnvelope` has been renamed to `Envelope` in symfony#33562
* A required `$transport` argument has been added to `MessageEvent` in  symfony#32927
chapa added a commit to chapa/symfony that referenced this pull request Nov 21, 2019
Class `DelayedSmtpEnvelope` has been renamed to `DelayedEnvelope` in symfony#33562
fabpot added a commit that referenced this pull request Nov 22, 2019
…vent (chapa)

This PR was squashed before being merged into the 5.1-dev branch (closes #34475).

Discussion
----------

[Mailer] Add UPGRADE entries about Envelope and MessageEvent

* Class `SmtpEnvelope` has been renamed to `Envelope` in #33562
* A required `$transport` argument has been added to `MessageEvent` in  #32927

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | already up-to-date

Commits
-------

7baa295 [Mailer] Add UPGRADE entries about Envelope and MessageEvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants