Skip to content

Expose getNormalizedAddress for General Use #12

@poysa213

Description

@poysa213

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions