mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Added logging
This commit is contained in:
@@ -2799,7 +2799,8 @@ public class MessageHelper {
|
||||
try {
|
||||
InternetAddress address = new InternetAddress(email);
|
||||
return address.getAddress();
|
||||
} catch (AddressException ignored) {
|
||||
} catch (AddressException ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
return email;
|
||||
|
||||
Reference in New Issue
Block a user