{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Email Accounts{/t}
{t}Associated Project{/t} {include file="error_icon.tpl.html" field="project"}
{t}Type{/t}
{t}Hostname{/t} {include file="error_icon.tpl.html" field="hostname"}
{t}Port{/t} {t}(Tip: port defaults are 110 for POP3 servers and 143 for IMAP ones){/t} {include file="error_icon.tpl.html" field="port"}
{t}IMAP Folder{/t} {t}(default folder is INBOX){/t} {include file="error_icon.tpl.html" field="folder"}
{t}Username{/t} {include file="error_icon.tpl.html" field="username"}
{t}Password{/t} ({t}leave empty to keep the current password{/t}) {include file="error_icon.tpl.html" field="password"}
{t}Advanced Options{/t}


{t}Note{/t}: {t}If you check this, you cannot leave a copy of messages on the server.{/t}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Accounts{/t}
 {t}Associated Project{/t}  {t}Hostname{/t}  {t}Type{/t}  {t}Port{/t}  {t}Username{/t}  {t}Mailbox{/t}  {t}Auto-Creation of Issues{/t}
 {$list[i].prj_title}  {$list[i].ema_hostname|escape:"html"}  {$list[i].ema_type}  {$list[i].ema_port}  {$list[i].ema_username|escape:"html"}  {$list[i].ema_folder}  {strip} {if $list[i].ema_issue_auto_creation} {t}Enabled{/t} {else} {t}Disabled{/t} {/if} {/strip}
{t}No email accounts could be found.{/t}
{/block}