java-utils-mail-smime
java-utils-mail-smime copied to clipboard
A S/MIME library for JavaMail
According to [RFC 5751 (S/MIME 3.2)](https://tools.ietf.org/html/rfc5751#page-23), to determine if a message was signed or encrypted, the media type (primary-/sub type) value as well as its parameter _smime-type_ should be taken...
If you open a signed message in for example Outlook or Thunderbird, they will show a field right under "To:", named "Signed by:". After a lot of research, it turns...
Implements #5.
Hi, I use this library to read encrypted Emails. All emails are read without problems, except those from one client. Said emails throw this exception: `net.markenwerk.utils.mail.smime.SmimeException: Malformed content. at net.markenwerk.utils.mail.smime.SmimeUtil.handledException(SmimeUtil.java:615)...
This pull request is related to ticket #2
After searching online, this library as the simplest and best implementation of S/MIME support in Java I could find. Thank you for your work! I've integrated it into our application,...