()
| 1898 | } |
| 1899 | |
| 1900 | static int getAvailableMb() { |
| 1901 | Runtime rt = Runtime.getRuntime(); |
| 1902 | return (int) (rt.maxMemory() / 1024L / 1024L); |
| 1903 | } |
| 1904 | |
| 1905 | static InternetAddress myAddress() throws UnsupportedEncodingException { |
| 1906 | return new InternetAddress("marcel+fairemail@faircode.eu", "FairCode", StandardCharsets.UTF_8.name()); |