{{ __('Connect and manage your email accounts.') }}
{{ $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. Click \"Reconnect\" to fix this.') }} @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