mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Refactoring
This commit is contained in:
@@ -3209,8 +3209,8 @@ public class MessageHelper {
|
||||
if (h.contentType.match(ct)) {
|
||||
String _charset = ct.getParameter("charset");
|
||||
Charset _cs = (TextUtils.isEmpty(_charset)
|
||||
? StandardCharsets.ISO_8859_1 :
|
||||
Charset.forName(_charset));
|
||||
? StandardCharsets.ISO_8859_1
|
||||
: Charset.forName(_charset));
|
||||
result = Helper.readStream(bp.getInputStream(), _cs);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user