You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library fails to parse an entire email list if one of the entries is invalid. For better usability, it would be more helpful to implement "greedy parsing," where the library extracts all valid email addresses from the input string and skips over invalid ones or return them in some list. This approach ensures that users can still retrieve usable results instead of complete failure.
The text was updated successfully, but these errors were encountered:
Currently, the library fails to parse an entire email list if one of the entries is invalid. For better usability, it would be more helpful to implement "greedy parsing," where the library extracts all valid email addresses from the input string and skips over invalid ones or return them in some list. This approach ensures that users can still retrieve usable results instead of complete failure.
The text was updated successfully, but these errors were encountered: