swh.web.inbound_email.management.commands.process_inbound_email module#
- class swh.web.inbound_email.management.commands.process_inbound_email.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]#
Bases:
BaseCommand
- help = 'Process a new inbound email'#
- handle(*args, **options)[source]#
The actual logic of the command. Subclasses must implement this method.
- handle_failing_receiver(message: EmailMessage, receiver: Callable)[source]#
- handle_unhandled_message(message: EmailMessage)[source]#