This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Remember to set the SMTP_HOST environment variable | |
| or pass it as a keyword argument to EmailWorker()! | |
| Requirements: | |
| pip install flask-mail persist-queue | |
| Usage: | |
| # To deliver an e-mail | |
| from flask_mail import Message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import functools | |
| from reprlib import recursive_repr | |
| from typing import Iterable | |
| class TreeOverflow(OverflowError, ValueError): | |
| pass | |
| def _solve_args(**kwds): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b'\xbfa\xbf\xf3\xb3\xe6 g\xea\x9cl\xb9 ja\x9f\xf1' # -> żażółć gęślą jaźń | |
| # TODO: figure out what the heck is the encoding |
NewerOlder