()
| 1903 | } |
| 1904 | |
| 1905 | static InternetAddress myAddress() throws UnsupportedEncodingException { |
| 1906 | return new InternetAddress("marcel+fairemail@faircode.eu", "FairCode", StandardCharsets.UTF_8.name()); |
| 1907 | } |
| 1908 | |
| 1909 | static StringBuilder getSpans(CharSequence text) { |
| 1910 | StringBuilder sb = new StringBuilder(); |
no test coverage detected