-
Notifications
You must be signed in to change notification settings - Fork 22
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
Roundcube 1.2 (proposed fix) #30
Comments
hey, u mean that storage_connect() 0.9, 1.X and 1.2 release all work fine? i wnat to made plugins repo and i interesting in this |
Yes, but in this case would be better to use get_storage() method (connection will be established automatically when needed). |
Hi, thanks for the fix. I have something like that:
I have remove public from line because of that: I have yet errors:
Do you have a fix for that ? Thanks for share! PS: roundcube 1.2.0 stable |
hi @kiwiASRALL please can do u test in roundcube version 1.1.X ? please! |
With 1.1.5 it's works |
i thinks the problem its the declaration, due in the proposed fix try to redefined an older function but seems api still try to use it from internal core.. maybe if declare private and use it internally with "this"? i dont know too much of php but seems the problem its redefinition context |
Maybe.. But I am bad in PHP. Someone have an update to fix all issues with RC 1.2 ? |
please, if somebody have and updated! please dont forgive support for 0.9, 1.0 and 1.1! |
Hello,
you have to change
https://github.com/umount/message_label/blob/master/message_label.php#L878
In 1.1 the function was deprecated. And in 1.2 they removed it.
public function imap_connect() { return $this->storage_connect(); }
So if you call storage_connect() instead of imap_connect() is all fine.
@alecpl can you signal it in the change log for the 1.2?
The text was updated successfully, but these errors were encountered: