MCPcopy Create free account
hub / github.com/M66B/FairEmail / getId

Method getId

app/src/main/java/eu/faircode/email/EmailService.java:982–988  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

980 }
981
982 static Map<String, String> getId(Context context) {
983 // https://www.rfc-editor.org/rfc/rfc2971.html
984 Map<String, String> id = new LinkedHashMap<>();
985 id.put("name", context.getString(R.string.app_name));
986 id.put("version", BuildConfig.VERSION_NAME);
987 return id;
988 }
989
990 static String getDefaultEhlo() {
991 if (BuildConfig.APPLICATION_ID.startsWith("eu.faircode.email"))

Callers 15

_connectMethod · 0.95
onCreateViewMethod · 0.95
monitorAccountMethod · 0.45
logMethod · 0.45
onExecutedMethod · 0.45
cleanupMethod · 0.45
setViewValueMethod · 0.45
getChannelIdsMethod · 0.45
channelToJSONMethod · 0.45
getNotificationUnseenMethod · 0.45
getKeyIdMethod · 0.45

Calls 2

putMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected