Hello,
On 2023/10/14 9:38, Greg Stein wrote:
On Fri, Oct 13, 2023 at 10:35 AM Stefan Sperling <s...@apache.org> wrote:
On Fri, Oct 13, 2023 at 12:42:27AM -0500, Greg Stein wrote:
...
I have only seen cases where mailer.py is invoked with its command line
via a hook script.
Great situational feedback. Thx.
And I would say if anyone reached into internals they will well be
able to deal with updates that break things for them and adapt their
code. It's not going to be a hugely complicated effort for them.
We never promised such compatibility in the first place, as far as I know.
Ah! That is a great point. If they are "reaching in", then they can
compensate for the changes that we make. That makes me more comfortable
with structural/workflow changes.
Current implementation of composing email message is using "Legacy API"
of email library, and to avoid its buggy behaviour there are some odd
logic in composing Subject header. Since we are now in being phased out
of support for Python 2.7, we can use new API of email.message introduced
in Python 3.6, I think. I was willing to rewrite by using it, but I didn't.
So, I'm glad if you also do it.
Cheers,
--
Yasuhito FUTATSUKI <futat...@apache.org>