tian-zhihui / cordysemailiocon

Automatically exported from code.google.com/p/cordysemailiocon
Apache License 2.0
0 stars 1 forks source link

Support for SSL/TLS support #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Feature I would like to see:

Email IO Connector is not currently supporting SSL over TLS it seems, at a 
customer's location we tried to connect thunderbird with SSL/TLS which is 
working fine, Email IO Connector is not able to connect.

Impact if not implemented:

Most of the customer's SMTP servers requires Secured access to the SMTP server.

Alternatives:
We dont have any alternative as of now, we might have to drop the customer 
requirements, or asking the customer to make necessary changes to SMTP server 
to connect without SSL/TLS(which is highly impossible).

Original issue reported on code.google.com by p-rajesh...@cordys.com on 7 Aug 2011 at 11:42

GoogleCodeExporter commented 8 years ago
Thanks for sharing!

E-Mail IO connector uses javax.mail from standard J2SE/J2EE, so I believe the 
SSL/TLS capability should be there. There are defitely some references in the 
code. See for instance here: http://bit.ly/nQvbM6 Maybe you can set it using 
custom properties or parameters?

If not, than maybe you can add the development yourself by this example: 
http://bit.ly/nyL5rA

See following for some help in development: 
- https://wiki.cordys.com/x/ahtFCw
-https://wiki.cordys.com/x/CxpFCw

Is this something you could pickup your self? 

Original comment by ma...@vandeveen.com on 8 Aug 2011 at 7:08