mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Handle unsupported encoding exception body
This commit is contained in:
@@ -3802,7 +3802,7 @@ public class MessageHelper {
|
||||
} else
|
||||
Log.w(msg);
|
||||
}
|
||||
} catch (DecodingException ex) {
|
||||
} catch (DecodingException | UnsupportedEncodingException ex) {
|
||||
Log.e(ex);
|
||||
warnings.add(Log.formatThrowable(ex, false));
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user