You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
I am in the process of converting my code from the https://www.agitos.de/dkim-for-javamail/ version to your implementation. I basically copied and pasted the sample code for signing the message and I get the error:
Type mismatch: cannot convert from DkimMessage to MimeMessage
I am not exactly sure what the issue is. My import references import jakarta.mail.internet.MimeMessage; I am using Jakarta Mail version 2.0.1 and the 2.0.1 version of the DkimSigner. My gradle build file references:
Not sure why I get the error. I cleaned up all the old package references for the agitos packages as well as the javax.mail. I am using java-1.8.0-openjdk-1.8.0.252-2. Any recommendations?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am in the process of converting my code from the https://www.agitos.de/dkim-for-javamail/ version to your implementation. I basically copied and pasted the sample code for signing the message and I get the error:
Type mismatch: cannot convert from DkimMessage to MimeMessage
I am not exactly sure what the issue is. My import references import jakarta.mail.internet.MimeMessage; I am using Jakarta Mail version 2.0.1 and the 2.0.1 version of the DkimSigner. My gradle build file references:
Not sure why I get the error. I cleaned up all the old package references for the agitos packages as well as the javax.mail. I am using java-1.8.0-openjdk-1.8.0.252-2. Any recommendations?
The text was updated successfully, but these errors were encountered: