Proton Pass: Parse email addresses from notes
Many of my records have email addresses squirreled away in a Notes section. This creates gaps in security reports. For example, records that do not formally associate with the email field, don't count towards the total, in Dark Web Monitor email lists.
Please detect when email addresses are found in Notes, and provide an interface to bulk promote these into the formal record email address field.
The industry spec for email addresses is overly complicated. The PPCRE \S+@\S+ pattern, or a mature email library, should be able to extract them with relatively few false positives, mainly SSH or git URL's.
1
vote
Anonymous
shared this idea