mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added Yahoo! recognition
This commit is contained in:
@@ -1728,6 +1728,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(outlook))
|
||||
return "outlook";
|
||||
|
||||
String yahoo = imessage.getHeader("X-Sonic-MF", null);
|
||||
if (!TextUtils.isEmpty(yahoo))
|
||||
return "yahoo";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user