From: Krzysztof B. <kb...@un...> - 2016-11-26 12:08:45
|
Hi Sander, W dniu 25.11.2016 o 10:28, Sander Apweiler pisze: > Hi, > > we need/want to use email singed by X.509 for notifications from unity. > I didn't find some information in manual and Javax-mail documentation. > I know a javamail-crypto lib exists but it seems to me that it is not > used in unity. > > Is email signature supported by unity? If not are there plans for > implementation? Nothing so far - you are the first one even mentioning it :-) This is a quite rare requirement, no many people (I mean "real" people, not IT-ones) have orientation in what is a signed email (especially as everybody receives unsigned ones and no one cares). And also many cheap certificates do not allow for signing emails in their policy (contrary to working as a server TLS cert). But if this is something very needed for you, please fill a ticket. It can be implemented using the bouncy castle lib - requires bit of additional email config and bit of code to sign. Cheers, Krzysztof |