PRECISFold applies UsernameCaseMapped to the local part and dns.ForLookup to domain part of the address.
(addr string)
| 133 | // PRECISFold applies UsernameCaseMapped to the local part and dns.ForLookup |
| 134 | // to domain part of the address. |
| 135 | func PRECISFold(addr string) (string, error) { |
| 136 | return precisEmail(addr, precis.UsernameCaseMapped) |
| 137 | } |
| 138 | |
| 139 | // PRECIS applies UsernameCasePreserved to the local part and dns.ForLookup |
| 140 | // to domain part of the address. |
no test coverage detected