-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
There needs to be a way (preferably a helper method in the Jelban object) to get the normalized address from a given email address to store it in the database and track duplicates.
Example:
getNormalizedAddress("hello+zizo@proton.me") => hello@proton.me
Describe the solution you'd like
expose getNormalizedAddress for general use
Describe alternatives you've considered
An alternative would be to implement the same logic within my codebase by creating a helper function that accepts an email and normalizes it, but this would introduce redundant configuration between my codebase and the Jelban library (lol).
Additional context
Nothing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request