simple-java-mail
simple-java-mail copied to clipboard
Simple API, Complex Emails (Jakarta Mail smtp wrapper)
Using simple Java mail to read the exported msg file from Outlook, but the HTML data in it is garbled in Chinese. The version of simple Java mail used is...
Hi, Please review these changes, below are the changes 1. returning null as, Optional.ofNullable() will skip the next mapping and throw an exception if the value is null. 2. apart...
Bumps [com.github.davidmoten:subethasmtp](https://github.com/davidmoten/subethasmtp) from 7.0.1 to 7.1.1. Release notes Sourced from com.github.davidmoten:subethasmtp's releases. 7.1.1 Enhancements Runtime support SMTPUTF8 #132 by @davidmoten in davidmoten/subethasmtp#133 Build Update ci.yml Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to...
Hi, we started using this library for some weeks after upgrading to Java 20 and it is working fine so far (thanks), except for an error that happens a few...
I've found a strange case where the sent date when looking at the Email Object is different than the one Outlook shows. ``` java String msgFileName = ".\\assets_sjm\\test.msg"; try (FileInputStream...
Bumps [com.github.therapi:therapi-runtime-javadoc-scribe](https://github.com/dnault/therapi-runtime-javadoc) from 0.13.0 to 0.15.0. Changelog Sourced from com.github.therapi:therapi-runtime-javadoc-scribe's changelog. 0.15.0 - July 23, 2022 :bug: #69 Fixed a regression in 0.14.0 where attempting to get Javadoc for a...
Bumps [com.sanctionco.jmail:jmail](https://github.com/RohanNagar/jmail) from 1.4.1 to 1.6.3. Release notes Sourced from com.sanctionco.jmail:jmail's releases. v1.6.3 Fix bug where email addresses containing control characters in the local-part were incorrectly considered valid. (Thanks @PascalSchumacher...
Bumps [com.github.bbottema:java-socks-proxy-server](https://github.com/bbottema/java-socks-proxy-server) from 4.0.0 to 4.1.0. Changelog Sourced from com.github.bbottema:java-socks-proxy-server's changelog. v4.1.0 (15-May-2024) #14: Enhanced dynamic username/password authentication support for custom validation strategies. Minor performance improvements based on SpotBugs recommendations....
When adding an attachment, the Content-Type header of the corresponding mime-part gets the 'filename' and 'name' of the attachment appended as additional parameters (see link below). Our remote party is...
8.5.2 works, but I can't upgrade beyond that without dependency overrides. I'm running OpenJdk 19 on MacOS and GCP cloud function gen 2 with Java 17. The project has a...