[% SET CPANEL.CPVAR.dprefix = "../../"; IF FORM.itemsperpage; SET CPANEL.CPVAR.itemsperpage = FORM.itemsperpage; ELSIF (!(CPANEL.CPVAR.itemsperpage)); SET CPANEL.CPVAR.itemsperpage = "10"; END; Api2.pre_exec("Email", "listpops"); SET api2_result_Email_listpops = Api2.exec("Email", "listpops", {"api2_paginate_size"=>CPANEL.CPVAR.itemsperpage.html, "api2_paginate"=>"1", "regex"=>RAW_FORM.searchregex, "api2_paginate_start"=>FORM.item('api2_paginate_start')} ); Api2.post_exec("Email", "listpops"); %] [% WRAPPER '_assets/master.html.tt' app_key = 'email_filters' %]

[% locale.maketext("Create and manage email filters for an email address that you specify. This can be useful if you want to avoid spam, redirect mail, or pipe messages to a program. For more information, read the [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/UserFilters", "_blank", "lnkUserFiltersDocumentation") %]

[% locale.maketext("Filters by Users") %]

[% IF api2_result_Email_listpops.size %] [% FOREACH hashref IN api2_result_Email_listpops %] [% END %] [% END %]
[% locale.maketext("Account") %] [% locale.maketext("Actions") %]
[% hashref.email.html() %]
[% INCLUDE _assets/paginate.html.tt %]
[% INCLUDE _assets/return_link.html.tt return_location='../../index.html' return_link_text=locale.maketext('Go Back') %]
[% END %]