-
Notifications
You must be signed in to change notification settings - Fork 255
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
[3.0] Implement a Mail Agent #7882
base: release-3.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi im in ur code like a pesky pest 🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bunch of nitpicking. 😉
I'm going to need a cs fixer as between my own job's coding styles and personal preferences, I will have trouble to start with remembering these. Most of these issues you pointed out are present in the Cache API implantation as well. As evident from my copy and paste operations. |
Not surprising. I didn't get rigorous about updating the formatting until partway through the refactoring process. Sometime soon-ish I will submit a PR to clean up the formatting everywhere. |
a8a1da2
to
430dba8
Compare
Hello , your title has virus. 🤣 |
Who needs grammar? |
Everyone.
…On Wed, Jan 3, 2024 at 5:46 PM Jeremy D ***@***.***> wrote:
Who needs grammar?
—
Reply to this email directly, view it on GitHub
<#7882 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJNNYJK5FGGUNZ2ZKCQM3YMX3URAVCNFSM6AAAAAA7J6JYUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWGE3DANJZG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs PHP-CS-Fixer's tender loving care, but I like the look of this.
5870e92
to
01a65cd
Compare
9a697f6
to
5ec6aaa
Compare
5ec6aaa
to
1202f8a
Compare
APIs our Mail sending so 3rd party agents could process mail.
1202f8a
to
5e83f77
Compare
APIs our Mail sending so 3rd party agents could process mail.
I haven't built the upgrade logic yet. Sesquipedalian had plans for improving that. So I'm not certain if we want to do that yet.This adds the always send a message-id that 2.1 has a PR for: 7843