Revision e453ae7c
Von Tamino Steinert vor 11 Monaten hinzugefügt
SL/Helper/EmailProcessing.pm | ||
---|---|---|
27 | 27 |
return $processed_count; |
28 | 28 |
} |
29 | 29 |
|
30 |
sub can_function { |
|
31 |
my ($self, $function_name) = @_; |
|
32 |
$self->can("process_attachments_$function_name") |
|
33 |
} |
|
34 |
|
|
30 | 35 |
sub process_attachments_zugferd { |
31 | 36 |
my ($self, $email_journal, $attachment, %params) = @_; |
32 | 37 |
|
Auch abrufbar als: Unified diff
IMAPClient: validiere Parameter bei der Übergabe