NAME
Kernel::System::PostMaster::Utils – postmaster lib
DESCRIPTION
All postmaster utilities functions. E. g. to fetch dynamic field names out of input parameters.
PUBLIC INTERFACE
new()
Don't use the constructor directly, use the ObjectManager instead:
my $PostMasterObject = $Kernel::OM->Get('Kernel::System::PostMaster::Utils');
GetDynamicFieldNames()
Get dynamic field names from the current input parameters and check if a PostmasterX-Header
name is matched.
my $DynamicFieldNames = $Self->GetDynamicFieldNames(
PostmasterXHeader => 'X-OTRS-FollowUp-DynamicField',
Params => { ... },
);
Returns an hash ref with the dynamic field names.