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.