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

SAK-50284 Kernel email Message-ID must contain angle brackets #12720

Merged
merged 5 commits into from
Jul 19, 2024

Conversation

ottenhoff
Copy link
Contributor

No description provided.

protected void updateMessageID() throws MessagingException
*/
@Override
protected void updateMessageID() throws MessagingException
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing

}

protected void updateHeaders() throws MessagingException
@Override
protected void updateHeaders() throws MessagingException
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing

{
log.error("Email.MyMessage: exception: " + e, e);
log.error("Email.MyMessage: exception: {}", e, e);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing

@@ -1692,7 +1688,6 @@ public String propName(String propNameTemplate)

public String propName(String propNameTemplate, String protocol)
{
String formattedName = String.format(propNameTemplate, protocol);
return formattedName;
return String.format(propNameTemplate, protocol);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing

@ern ern changed the title SAK-50284 Message-ID must contain angle brackets SAK-50284 Kernel email Message-ID must contain angle brackets Jul 18, 2024
@ottenhoff ottenhoff merged commit 5bf0159 into sakaiproject:master Jul 19, 2024
5 checks passed
ern pushed a commit that referenced this pull request Jul 23, 2024
Co-authored-by: Earle Nietzel <[email protected]>
Co-authored-by: Adrian Fish <[email protected]>
(cherry picked from commit 5bf0159)
ern pushed a commit that referenced this pull request Jul 23, 2024
Co-authored-by: Earle Nietzel <[email protected]>
Co-authored-by: Adrian Fish <[email protected]>
(cherry picked from commit 5bf0159)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants