check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

Email normalization

Open buzzlighty opened this issue 3 years ago • 6 comments

Add a field misc.normalized_email with normalized email. E.g. without dots and plus signs which Gmail allows you to add for the same account and other provider specific features.

  • [ ] Gmail #1206
  • [ ] Hotmail/Outlook/Microsoft365 ?
  • [ ] Protonmail ?

buzzlighty avatar Jul 20 '21 08:07 buzzlighty

Good idea! I would even put it in syntax.normalized_email. @buzzlighty would you like to create a PR?

amaury1093 avatar Jul 20 '21 10:07 amaury1093

@amaurym Yes, I may find some spare time

buzzlighty avatar Jul 20 '21 20:07 buzzlighty

Looking at the timestamps, is there still an interest in this? Happy to raise a PR if so…?

PsypherPunk avatar Oct 14 '22 21:10 PsypherPunk

I think you can go for it. Does syntax.normalized_email as an Option<String> make sense to you?

amaury1093 avatar Oct 18 '22 08:10 amaury1093

What would the None case be? When an email is already in it's normalized form?

PsypherPunk avatar Oct 18 '22 08:10 PsypherPunk

Ignore me: of course, if the syntax is invalid it should be null in the output like the rest.

PR incoming…

PsypherPunk avatar Oct 18 '22 12:10 PsypherPunk