acs_mail_lite::inbound_email_context (private)

 acs_mail_lite::inbound_email_context \
    [ -header_array_name header_array_name ] \
    [ -header_name_list header_name_list ]

Defined in packages/acs-mail-lite/tcl/email-inbound-procs.tcl

Returns openacs data associated with original outbound email in the header_array_name and as an ordered list of values: package_id, party_id, object_id, other, datetime_cs datetime_cs is the time in seconds since Tcl epoch. other can be most any data represented in SQL text. By accessing all email headers, various scenarios of OpenACS sender and replies can be checked to increase likelihood of retrieving data in context of email. Array indexes have suffix aml_ added to index name: aml_package_id, aml_party_id, aml_object_id, aml_other, aml_datetime_cs If a value is not found, an empty string is returned for the value.

Switches:
-header_array_name
(optional)
-header_name_list
(optional)
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 acs_mail_lite::imap_check_incoming acs_mail_lite::imap_check_incoming (private) acs_mail_lite::inbound_email_context acs_mail_lite::inbound_email_context acs_mail_lite::imap_check_incoming->acs_mail_lite::inbound_email_context acs_mail_lite::maildir_check_incoming acs_mail_lite::maildir_check_incoming (private) acs_mail_lite::maildir_check_incoming->acs_mail_lite::inbound_email_context acs_mail_lite::bounce_prefix acs_mail_lite::bounce_prefix (private) acs_mail_lite::inbound_email_context->acs_mail_lite::bounce_prefix acs_mail_lite::unique_id_parse acs_mail_lite::unique_id_parse (private) acs_mail_lite::inbound_email_context->acs_mail_lite::unique_id_parse

Testcases:
No testcase defined.
[ show source ]
Show another procedure: