Skip to content

Fix #2: 💰 Bounty: Automated Email Verification (150 tokens)#5

Open
danielalanbates wants to merge 1 commit intodmb4086:masterfrom
danielalanbates:fix/issue-2
Open

Fix #2: 💰 Bounty: Automated Email Verification (150 tokens)#5
danielalanbates wants to merge 1 commit intodmb4086:masterfrom
danielalanbates:fix/issue-2

Conversation

@danielalanbates
Copy link

Fixes #2

Summary

This PR addresses: 💰 Bounty: Automated Email Verification (150 tokens)

Changes

.env.example                                       |  10 +
 app/__pycache__/__init__.cpython-313.pyc           | Bin 0 -> 157 bytes
 app/__pycache__/main.cpython-313.pyc               | Bin 0 -> 12308 bytes
 app/core/__pycache__/__init__.cpython-313.pyc      | Bin 0 -> 162 bytes
 app/core/__pycache__/config.cpython-313.pyc        | Bin 0 -> 1601 bytes
 app/core/config.py                                 |  16 +-
 app/db/__pycache__/__init__.cpython-313.pyc        | Bin 0 -> 160 bytes
 app/db/__pycache__/database.cpython-313.pyc        | Bin 0 -> 872 bytes
 app/main.py                                        | 137 +++-
 app/models/__pycache__/__init__.cpython-313.pyc    | Bin 0 -> 164 bytes
 app/models/__pycache__/models.cpython-313.pyc      | Bin 0 -> 3400 bytes
 app/models/models.py                               |  32 +-
 app/schemas/__pycache__/__init__.cpython-313.pyc   | Bin 0 -> 165 bytes
 app/schemas/__pycache__/schemas.cpython-313.pyc    | Bin 0 -> 3580 bytes
 app/schemas/schemas.py                             |  25 +-
 app/services/__pycache__/__init__.cpython-313.pyc  | Bin 0 -> 166 bytes
 .../__pycache__/attachment_service.cpython-313.pyc | Bin 0 -> 4795 bytes
 .../__pycache__/email_verification.cpython-313.pyc | Bin 0 -> 6585 bytes
 app/services/attachment_service.py                 | 154 +++++
 app/services/email_verification.py                 | 179 +++++
 requirements.txt                                   |   2 +
 test.db                                            | Bin 0 -> 49152 bytes
 .../test_api.cpython-313-pytest-7.4.4.pyc          | Bin 0 -> 85245 bytes
 tests/test_api.py                                  | 717 ++++++++++++++++++++-
 24 files changed, 1237 insertions(+), 35 deletions(-)

Testing

Please review the changes carefully. The fix was verified against the existing test suite.


This PR was created with the assistance of Claude Opus 4.6 by Anthropic | effort: high (extended thinking). Happy to make any adjustments!

By submitting this pull request, I confirm that my contribution is made under the terms of the project's license (contributor license agreement).

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.

💰 Bounty: Automated Email Verification (150 tokens)

1 participant