Hi Folks,
bought the identities_imap, identities_smtp plugin.
i downloaded the zip files and unzipped and uploaded the to directories identities_imap, identities_smtp into the plugin directory. the config php file I left as it is.
i setup a my gmail identity nothing showed up.
THE PROBLEM IS: i do not see any smtp or imap fields within the identity settings.
the config file looks like this for identities_imap looks currently like this:
<?php
/* Password encryption:
'rcmail': encrypt passwords by default Roundcube methods.
'secure': encrypt passwords by using the IMAP password as encryption key.
NOTE: When using 'secure' encryption, If IMAP passwords are changed
using methods other than Roundcube Webmail interface
(hmail_password or password plugin) then IMAP server identities
passwords must be re-entered by users.
*/
$rcmail_config['identities_imap_crypt'] = 'rcmail';
/* password encryption salt (only used for secure encryption) */
$rcmail_config['identities_imap_salt'] = '!kQm*fF3pXe1Kbm%9';
/* predefined imap hosts (associated with the domain part of the identity email property) */
$rcmail_config['identities_imap_external'] = array(
'gmail.com' => array(
'host' =>'ssl://imap.gmail.com:993',
'readonly' => true, // on match prevent field editing
),
'googlemail.com' => array(
'host' =>'ssl://imap.gmail.com:993',
'readonly' => true, // on match prevent field editing
),
'freenet.de' => array(
'host' =>'mx.freenet.de',
'readonly' => false, // on match prevent field editing
),
);
?>
did i miss something?
thanks for your help
Contact the plugin authors, MyRoundCube isn't part of the RoundCube project.