oncall-engine/engine/apps/email/tests
Vadim Stepanov c36761e345
Inbound email: download from S3 + convert HTML to plaintext (#5348)
# What this PR does

* Make `AmazonSESValidatedInboundWebhookView` able to download emails
from S3 by providing AWS credentials via env variables
* Convert HTML to plaintext when there's only `text/html` available

## Which issue(s) this PR closes

Related to https://github.com/grafana/oncall-private/issues/2905

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-12-18 16:35:44 +00:00
..
__init__.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
factories.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
test_inbound_email.py Inbound email: download from S3 + convert HTML to plaintext (#5348) 2024-12-18 16:35:44 +00:00
test_notify_user.py Fix retrying email notification task (#4772) 2024-08-01 14:48:39 +00:00