mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
The smart_text() and force_text() aliases (since Django 2.0) of smart_str() and force_str() are deprecated. Ignore this deprecation if your code supports Python 2 as the behavior of smart_str() and force_str() is different there. |
||
|---|---|---|
| .. | ||
| messages | ||
| __init__.py | ||
| base.py | ||
| settings.py | ||
| test_integration_imap.py | ||
| test_mailbox.py | ||
| test_message_flattening.py | ||
| test_process_email.py | ||
| test_processincomingmessage.py | ||
| test_transports.py | ||