Current File : //home/strato/chroot/opt/RZphp74/includes/test/Auth/tests/auth_container_imap_options.php
<?php

$options = array(
    'host'=>'example.com',
    'port'=>'110'
);

$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';

?>