MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getIcloudMailUrlForHost

Function getIcloudMailUrlForHost

icloud-utils.js:32–37  ·  view source on GitHub ↗
(host)

Source from the content-addressed store, hash-verified

30 }
31
32 function getIcloudMailUrlForHost(host) {
33 const normalizedHost = normalizeIcloudHost(host);
34 if (normalizedHost === 'icloud.com') return 'https://www.icloud.com/mail/';
35 if (normalizedHost === 'icloud.com.cn') return 'https://www.icloud.com.cn/mail/';
36 return '';
37 }
38
39 function getIcloudSetupUrlForHost(host) {
40 const normalizedHost = normalizeIcloudHost(host);

Callers 2

getMailConfigFunction · 0.85

Calls 1

normalizeIcloudHostFunction · 0.85

Tested by

no test coverage detected