|
|
|
@ -377,6 +377,7 @@ public class EntityMessage implements Serializable {
|
|
|
|
|
DB db = DB.getInstance(context);
|
|
|
|
|
|
|
|
|
|
boolean notJunk = false;
|
|
|
|
|
if (from != null)
|
|
|
|
|
for (Address sender : from) {
|
|
|
|
|
String email = ((InternetAddress) sender).getAddress();
|
|
|
|
|
if (TextUtils.isEmpty(email))
|
|
|
|
|