(value)
| 106 | } |
| 107 | |
| 108 | function normalizeCloudflareTempEmailAddress(value) { |
| 109 | return String(value || '').trim().toLowerCase(); |
| 110 | } |
| 111 | |
| 112 | function splitRawMessage(raw = '') { |
| 113 | const source = String(raw || ''); |
no outgoing calls
no test coverage detected