What security precautions should we take when letting a C# application send/receive emails?

I’m writing a web application which will be able to send signed and encrypted emails to someone else outside my trust boundary. It will also retrieve S/MIME encrypted (and maybe also signed) emails from different accounts.

W… Continue reading What security precautions should we take when letting a C# application send/receive emails?