{{ $centralMailboxMode ? __('Your mailbox connection is managed centrally by FortyMail.') : __('Connect and manage your email accounts.') }}
{{ __('Centrally managed mailbox') }}
{{ __('IMAP and SMTP hosts are set by the FortyMail administrator. If your mailbox password changes, sign out and sign back in with the new password to refresh the encrypted connection credentials.') }}
{{ $account->display_name ?? ucfirst($account->provider) }} · @if($account->isConnected()) {{ __('Connected') }} @else {{ ucfirst($account->status) }} @endif @if($account->last_synced_at) · {{ __('Last sync') }} {{ $account->last_synced_at->diffForHumans() }} @endif
@if($account->error_message){{ __('Connection issue') }}
@if(str_contains($account->error_message, 'OAuth') || str_contains($account->error_message, 'token')) {{ __('Your email account needs to be reconnected. Sign out and sign back in to refresh the mailbox connection.') }} @elseif(str_contains($account->error_message, 'IMAP') || str_contains($account->error_message, 'connection')) {{ __('We couldn\'t reach your email server. Please check your email settings and try again.') }} @else {{ __('Something went wrong with your email connection. Try reconnecting your account.') }} @endif
{{ __('Choose your email provider to get started.') }}
{{ __('IMAP connections may take 10-15 seconds to sync. OAuth (Gmail/Outlook above) is faster and recommended.') }}
{{ $providerPresets[$selectedProvider]['description'] }}
@endif{{ $activePreset['help_text'] }}
@if(isset($activePreset['help_url'])) {{ __('Learn more') }} @endif