mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Fixed reply to messages without sender
This commit is contained in:
parent
1240b29404
commit
8c1ad78caf
1 changed files with 15 additions and 14 deletions
|
@ -176,6 +176,7 @@ public class MessageHelper {
|
|||
|
||||
static Address[] decodeAddresses(String json) {
|
||||
List<Address> result = new ArrayList<>();
|
||||
if (json != null)
|
||||
try {
|
||||
JSONArray jaddresses = new JSONArray(json);
|
||||
for (int i = 0; i < jaddresses.length(); i++) {
|
||||
|
|
Loading…
Reference in a new issue