Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Fastmail's MaskedEmail extension #73

Merged
merged 4 commits into from
Nov 4, 2022

Conversation

smkent
Copy link
Owner

@smkent smkent commented Oct 25, 2022

Fastmail's developer documentation for MaskedEmail: https://www.fastmail.com/developer/maskedemail/

This adds a model MaskedEmail, as well as request and response types for /get and /set under the jmapc.fastmail import namespace.

Implements #66

@smkent smkent mentioned this pull request Oct 25, 2022
@smkent smkent merged commit 582fb10 into main Nov 4, 2022
@smkent smkent deleted the fastmail-maskedemail branch November 4, 2022 06:54
smkent added a commit that referenced this pull request Feb 20, 2023
Applied updates from upstream project template commits:

smkent/cookie-python@c6ad7e1...757202d

*   757202d Merge pull request #73 from smkent/poetry-1.3
|\
| * 056b551 Update project template pre-commit hooks versions
| * 279a2e4 Apply linting fix
| * 3336a1d Update pre-commit hooks
| * 647e372 Update dependencies
| * 8634e58 Regenerate poetry.lock
| * 444e81a Update Poetry version to 1.3
|/
* d839c1d Merge pull request #72 from smkent/updates
* 8be2dee Update pre-commit plugins
* 02be331 Update dependencies, unpin poetry-dynamic-versioning version

Updated project dependencies via `poetry update`:

Package operations: 0 installs, 37 updates, 0 removals

- Updating markupsafe (2.1.1 -> 2.1.2)
- Updating charset-normalizer (2.1.1 -> 3.0.1)
- Updating packaging (22.0 -> 23.0)
- Updating urllib3 (1.26.13 -> 1.26.14)
- Updating attrs (22.1.0 -> 22.2.0)
- Updating exceptiongroup (1.0.4 -> 1.1.0)
- Updating filelock (3.8.2 -> 3.9.0)
- Updating iniconfig (1.1.1 -> 2.0.0)
- Updating mypy-extensions (0.4.3 -> 1.0.0)
- Updating pbr (5.11.0 -> 5.11.1)
- Updating platformdirs (2.6.0 -> 3.0.0)
- Updating python-slugify (7.0.0 -> 8.0.0)
- Updating requests (2.28.1 -> 2.28.2)
- Updating setuptools (65.6.3 -> 67.3.2)
- Updating typing-extensions (4.4.0 -> 4.5.0)
- Updating coverage (6.5.0 -> 7.1.0)
- Updating gitpython (3.1.29 -> 3.1.31)
- Updating identify (2.5.9 -> 2.5.18)
- Updating pathspec (0.10.3 -> 0.11.0)
- Updating pytest (7.2.0 -> 7.2.1)
- Updating stevedore (4.1.1 -> 5.0.0)
- Updating termcolor (2.1.1 -> 2.2.0)
- Updating typer (0.6.1 -> 0.7.0)
- Updating types-toml (0.10.8.1 -> 0.10.8.4)
- Updating types-urllib3 (1.26.25.4 -> 1.26.25.6)
- Updating virtualenv (20.17.1 -> 20.19.0)
- Updating black (22.12.0 -> 23.1.0)
- Updating cruft (2.11.1 -> 2.12.0)
- Updating flake8-bugbear (22.12.6 -> 23.2.13)
- Updating isort (5.10.1 -> 5.12.0)
- Updating mypy (0.991 -> 1.0.1)
- Updating pep8-naming (0.13.2 -> 0.13.3)
- Updating poethepoet (0.16.5 -> 0.18.1)
- Updating pre-commit (2.20.0 -> 3.0.4)
- Updating pytest-github-actions-annotate-failures (0.1.7 -> 0.1.8)
- Updating types-python-dateutil (2.8.19.4 -> 2.8.19.7)
- Updating types-requests (2.28.11.5 -> 2.28.11.13)
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.

1 participant