acs_mail_lite::inbound_cache_clear (private)

 acs_mail_lite::inbound_cache_clear

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

Clears table of all email uids for all history. All unread input emails will be considered new and reprocessed. To keep history, just temporarily forget it instead (delete it from acs_mail_lite_email_uid_id_map).

If you are not sure if this will do what you want, try setting reprocess_old_p to '1'.

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 db_dml db_dml (public) acs_mail_lite::inbound_cache_clear acs_mail_lite::inbound_cache_clear acs_mail_lite::inbound_cache_clear->db_dml

Testcases:
No testcase defined.
Source code:
    db_dml acs_mail_lite_email_uid_map_d {
        update acs_mail_lite_email_uid_id_map {
            delete from acs_mail_lite_email_uid_id_map
        }
    }
    return 1
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-mail-lite/tcl/email-inbound-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: