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
In JavaMail 1.6.0 HTTP proxy support was added and in 1.6.2 authentication was added as well. Simple Java Mail should support this in the builder API as well.
bbottema
changed the title
Simple Java Mail should support javax.mail's new authenticated HTTP web proxy capability
Update JavaMail dependency to 1.6.2, adding support for authenticated HTTP web proxy
Dec 3, 2018
Thank you for your efforts!
Besides this, I have a question about license, if I'm my project I'm using your SimpleJavaMail library, do I have to mention the license? or just if I modify it?
At least, for now I mention you on my README.md to give you credit for this awesome library. :)
In JavaMail 1.6.0 HTTP proxy support was added and in 1.6.2 authentication was added as well. Simple Java Mail should support this in the builder API as well.
JavaMail has moved btw:
Project home: https://eclipse-ee4j.github.io/javamail/
Code home: https://github.com/eclipse-ee4j/javamail
The following properties are concerned:
SOCKS authentication is still not supported by JavaMail, so Simple Java Mail's SOCKS (v5) authentication is still relevant.
The text was updated successfully, but these errors were encountered: