Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

managesieve transfer broken: Call to undefined method rcmail::get_user_name() #5

Open
JohannesP opened this issue Mar 21, 2013 · 2 comments

Comments

@JohannesP
Copy link

I tried to set up the sieve_vacation plugin with the following config:

$rcmail_config['vacation_sieve'] = array(

'msg_format' => 'text',

'working_hours' => array(8,18),

'debug' => false,

'transfer' => array(
    'mode' =>  'managesieve',
    'ms_activate_script' => true,
    'port'   => '4190',
)

);

When I browse to the Plugin Site I get an Internal Server Error and in the Log it states:
PHP Fatal error: Call to undefined method rcmail::get_user_name() in /var/www/roundcubemail-0.8.5/plugins/vacation_sieve/transfer/managesieve.php on line 28
I'm using the roundcubemail-0.8.5 on debian squeeze as imap server I use dovecot with the managedsieve plugin

@arodier
Copy link
Owner

arodier commented Mar 22, 2013

Thanks for the report, Johanes, I am investigating this.

Kind regards,
André

@arodier
Copy link
Owner

arodier commented Mar 22, 2013

Hi again,

Have you try with the latest version of Roundcube, please?

We are using the last version of roundcube to develop these plugins.

Kind regards,
André

gms-chris added a commit to gms-chris/Roundcube-Plugins that referenced this issue Jun 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants