| 1 | import { Router } from 'express'; |
| 2 | import LinenSdk from '@linen/sdk'; |
| 3 | import { cleanUpQuotedEmail, extractEmail } from './helper/parser'; |
| 4 | import { appendProtocol } from '@linen/utilities/url'; |
nothing calls this directly
no test coverage detected