Loading src/com/fsck/k9/mail/Address.java +2 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,8 @@ public class Address { } } catch (MimeException pe) { Log.e(K9.LOG_TAG, "MimeException in Address.parse()", pe); //but we do an silent failover : we just use the given string as name with empty address addresses.add(new Address("", addressList)); } return addresses.toArray(EMPTY_ADDRESS_ARRAY); } Loading Loading
src/com/fsck/k9/mail/Address.java +2 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,8 @@ public class Address { } } catch (MimeException pe) { Log.e(K9.LOG_TAG, "MimeException in Address.parse()", pe); //but we do an silent failover : we just use the given string as name with empty address addresses.add(new Address("", addressList)); } return addresses.toArray(EMPTY_ADDRESS_ARRAY); } Loading