[% SET CPANEL.CPVAR.dprefix = "../"; IF FORM.itemsperpage; SET CPANEL.CPVAR.itemsperpage = FORM.itemsperpage; END; IF (!( FORM.itemsperpage) || !( CPANEL.CPVAR.itemsperpage)); SET CPANEL.CPVAR.itemsperpage = "10"; END; IF (FORM.api2_sort_column); SET CPANEL.CPVAR.api2_sort_column = (FORM.api2_sort_column); END; IF (!( (FORM.api2_sort_column)) || !( (CPANEL.CPVAR.api2_sort_column))); SET CPANEL.CPVAR.api2_sort_column = "domain"; END; IF (FORM.api2_sort_reverse); SET CPANEL.CPVAR.api2_sort_reverse = (FORM.api2_sort_reverse); END; IF (!( (FORM.api2_sort_reverse)) || !( (CPANEL.CPVAR.api2_sort_reverse))); SET CPANEL.CPVAR.api2_sort_reverse = "0"; END; %] [% WRAPPER '_assets/master.html.tt' app_key = 'archive' include_cjt = 1 page_scripts = ['/yui/progressbar/progressbar-min.js'] embed_scripts = ['js2/mail/archive.js'] page_stylesheets = ['/yui/progressbar/assets/skins/sam/progressbar.css'] embed_stylesheets = ['css2/mail/archive.css'] -%]
[% locale.maketext( 'Once archiving has begun, you can download a copy of the complete archive in maildir format for each domain by clicking the “[_1]” action. A read-only IMAP connection to the archive is also available.', locale.maketext('Download Archive'), ); %]
[% INCLUDE mail/archive_search.html.tt %]