Edit Email Account
@if($account->sync_state && $account->sync_state->name != Modules\Core\Synchronization\SyncState::ENABLED->name)
{{$account->sync_state_comment}}
@endif
@if($account->connection_type=='Imap')
Incomming Mail (Imap)
Outgoing Mail (SMTP)
@endif
From Header
Active Folders
@foreach($account->folders as $folder) @if(!is_null($folder->parent_id))
@endif
syncable) checked @endif type="checkbox" value="0" data-folder-check="{{$folder->id}}" id="folder-check-{{$folder->id}}">
@if(!is_null($folder->parent_id))
@endif @endforeach