Email client: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Language choice == Use Python for speed of development and cross-platform code." |
No edit summary |
||
Line 2: | Line 2: | ||
Use Python for speed of development and cross-platform code. | Use Python for speed of development and cross-platform code. | ||
== Security == | |||
Security features include: | |||
* Only support TLS 1.2 and higher. | |||
* Only support 'strong' cipher suites. | |||
* Do not allow connections to servers with invalid certificates, e.g. expiry date in past. |
Revision as of 12:23, 26 August 2018
Language choice
Use Python for speed of development and cross-platform code.
Security
Security features include:
- Only support TLS 1.2 and higher.
- Only support 'strong' cipher suites.
- Do not allow connections to servers with invalid certificates, e.g. expiry date in past.