mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Fixed decoding of addresses
This commit is contained in:
@@ -3119,7 +3119,7 @@ public class MessageHelper {
|
||||
return email;
|
||||
}
|
||||
|
||||
static String decodeMime(String text) {
|
||||
public static String decodeMime(String text) {
|
||||
if (text == null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user