# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% RenderBlockStart("Overview") %]

[% Translate("Mail Account Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Mail Account Management'), Link => Env("Action"), }, ] %] [% SWITCH Data.Action %] [% CASE 'AddNew' %] [% BreadcrumbPath.push({ Name => Translate('Add Mail Account'),}) %] [% CASE 'Update' %] [% USE EditTitlePartOne = String(Translate("Edit Mail Account for host")) %] [% USE EditTitlePartTwo = String(Translate("and user account")) %] [% BreadcrumbPath.push({ Name => EditTitlePartOne.append( ' "', Data.Host, '" ', EditTitlePartTwo, ' "', Data.Login, '"' ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

[% Translate("Actions") | html %]

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

[% RenderBlockEnd("Filter") %]

[% Translate("Hint") | html %]

[% Translate("All incoming emails with one account will be dispatched in the selected queue.") | html %]

[% Translate("If your account is marked as trusted, the X-OTRS headers already existing at arrival time (for priority etc.) will be kept and used, for example in PostMaster filters.") | html %]

[% Translate("Outgoing email can be configured via the Sendmail* settings in %s.", '' _ Translate("System Configuration") _ '') %]

[% RenderBlockStart("OverviewResult") %]

[% Translate("List") | html %]

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewResultRow") %] [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Host") | html %]/[% Translate("Username") | html %] [% Translate("Type") | html %] [% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %] [% Translate("Delete") | html %] [% Translate("Run Now!") | html %]
[% Translate("No data found.") | html %]
[% Data.Host | html %] / [% Data.Login | html %] [% Data.Type | html %] [% Data.Comment | truncate(20) | html %] [% Translate(Data.ShownValid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %] [% Translate("Delete account") | html %] [% Translate("Fetch mail") | html %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewAdd") %]

[% Translate("Add Mail Account") | html %]

[% Data.TypeOptionAdd %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("Example: mail.example.com") | html %]

[% Data.TrustedOption %]
[% Data.DispatchingOption %]
[% Data.ValidOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewAdd") %] [% RenderBlockStart("OverviewUpdate") %]

[% Translate("Edit Mail Account") | html %]

[% IF Data.Action == 'Update' %] [% END %]
[% Data.TypeOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("Example: mail.example.com") | html %]

[% Data.TrustedOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.DispatchingOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.ValidOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% IF Data.Action == 'Update' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]