I need to send an email utilizing TLS. I'm guessing the only way to do this is by using the java APIs, but I would prefer to use pure Fantom.
I'm just curious if anyone in the community is working on pure fantom Crypto apis?
brianMon 19 Sep 2011
There isn't a way to do it yet without dropping down into Java FFI. I also have some customers asking for it, so getting about time to knock it out. If anybody wants to send me a patch, script - anything hacked together that does a successful TLS SMTP connection, that would be great and help me get this wrapped up.
tromney Sun 18 Sep 2011
I need to send an email utilizing TLS. I'm guessing the only way to do this is by using the java APIs, but I would prefer to use pure Fantom.
I'm just curious if anyone in the community is working on pure fantom Crypto apis?
brian Mon 19 Sep 2011
There isn't a way to do it yet without dropping down into Java FFI. I also have some customers asking for it, so getting about time to knock it out. If anybody wants to send me a patch, script - anything hacked together that does a successful TLS SMTP connection, that would be great and help me get this wrapped up.