|
|
@ -931,7 +931,7 @@ public class MessageHelper {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Log.w(new IllegalArgumentException("List-Post: " + list));
|
|
|
|
Log.i(new IllegalArgumentException("List-Post: " + list));
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
} catch (AddressException ex) {
|
|
|
|
} catch (AddressException ex) {
|
|
|
|
Log.w(ex);
|
|
|
|
Log.w(ex);
|
|
|
@ -975,7 +975,7 @@ public class MessageHelper {
|
|
|
|
if (mailto != null)
|
|
|
|
if (mailto != null)
|
|
|
|
return mailto;
|
|
|
|
return mailto;
|
|
|
|
|
|
|
|
|
|
|
|
Log.w(new IllegalArgumentException("List-Unsubscribe: " + list));
|
|
|
|
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
} catch (AddressException ex) {
|
|
|
|
} catch (AddressException ex) {
|
|
|
|
Log.w(ex);
|
|
|
|
Log.w(ex);
|
|
|
|