Skip to content

Fix 3+ bugs: email validation, error handling, exception classes#91

Open
Xenon010101 wants to merge 1 commit into
sharmavaibhav31:mainfrom
Xenon010101:fix/various-bugs
Open

Fix 3+ bugs: email validation, error handling, exception classes#91
Xenon010101 wants to merge 1 commit into
sharmavaibhav31:mainfrom
Xenon010101:fix/various-bugs

Conversation

@Xenon010101
Copy link
Copy Markdown

Summary

  • Fix [BUG] Add stricter email validation before SMTP verification #84: Add stricter RFC-compliant email regex validation in verifier.py before SMTP verification
  • Fix exception handling: Replace nonexistent asyncpg.DuplicateTableError with asyncpg.DuplicateObjectError in storage.py
  • Fix dead exception handler: Remove string.Formatter().format dead catch clause and replace with ValueError in discovery.py::construct_email
  • Remove unused string import from discovery.py

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@Xenon010101 is attempting to deploy a commit to the Vaibhav Sharma's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Add stricter email validation before SMTP verification

1 participant