-
-
Notifications
You must be signed in to change notification settings - Fork 782
#4795 fix 'core.sendmail' for subject line wrapping #4829
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
#4795 fix 'core.sendmail' for subject line wrapping #4829
Conversation
…e to avoid line wrapping Credit to @guzzijones for finding the fix here https://superuser.com/questions/1225134/why-does-the-base64-of-a-string-contain-n
arm4b
left a comment
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.
Thanks for the fix!
Please add a changelog record for this fix in https://github.com/StackStorm/st2/blob/master/CHANGELOG.rst
Additionally, would be good to bump patch version of the core pack to 1.0.1 (https://github.com/StackStorm/st2/blob/master/contrib/core/pack.yaml).
CHANGELOG.rst
Outdated
| * Update ``st2 execution get`` command to always include ``context.user``, ``start_timestamp`` and | ||
| ``end_timestamp`` attributes. (improvement) #4739 | ||
|
|
||
| Contributed by @stevemuskiewicz and @guzzijones |
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.
This line needs to be moved not before, but after the actual changelog record to be part of the same block.
See how it looks like https://github.com/StackStorm/st2/blob/0fffbdf00cf4d547d254bb4319d6bb5fcb42e976/CHANGELOG.rst#fixed rendered.
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.
Wups, sorry about that. I'll fix
arm4b
left a comment
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.
👍
Looks good, thanks for contribution!
Fixes #4795: add
-w 0to base64 encoding of subject line to avoid line wrappingCredit to @guzzijones for finding the fix here https://superuser.com/questions/1225134/why-does-the-base64-of-a-string-contain-n