acs_mail_lite::inbound_prioritize (public)
acs_mail_lite::inbound_prioritize \ [ -header_array_name header_array_name ] \ [ -size_chars size_chars ] [ -received_cs received_cs ] \ [ -subject subject ] [ -package_id package_id ] \ [ -party_id party_id ] [ -object_id object_id ]
Defined in packages/acs-mail-lite/tcl/email-inbound-procs.tcl
Returns a prioritization integer for assigning priority to an inbound email. Another proc processes in order of lowest number first. Returns empty string if input values from email are not expected types. Priority has 3 categories: high priority, normal priority, low priority as specified in acs_mail_lite::sched_parameters Expects parameters to be passed within an array, or individually. When passing via an array, parameter names have suffix "aml_". For example, size_chars becomes aml_size_chars. Array values take precedence, if they exist.
- Switches:
- -header_array_name (optional)
- -size_chars (optional)
- of email
- -received_cs (optional)
- seconds since epoch when email received
- -subject (optional)
- of email
- -package_id (optional)
- associated with email (if any)
- -party_id (optional)
- associated with email (if any)
- -object_id (optional)
- associated with email (if any)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_mail_lite_inbound_procs_check